欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

初识人工智能(一):数据分析(四):pandas数据分析

程序员文章站 2022-02-14 11:21:11
1. pandas数据分析 numpy能够帮我们处理处理数值型数据,但是这还不够。很多时候,我们的数据除了数值之外,还有字符串,还有时间序列等比如:我们通过爬虫获取到了存储在数据库中的数据。比如:之前youtube的例子中除了数值之外还有国家的信息,视频的分类(tag)信息,标题信息等。 所以,nu ......

1. pandas数据分析

numpy能够帮我们处理处理数值型数据,但是这还不够。很多时候,我们的数据除了数值之外,还有字符串,还有时间序列等
比如:我们通过爬虫获取到了存储在数据库中的数据。
比如:之前youtube的例子中除了数值之外还有国家的信息,视频的分类(tag)信息,标题信息等。

所以,numpy能够帮助我们处理数值,但是pandas除了处理数值之外(基于numpy),还能够帮助我们处理其他类型的数据。

1.1 pandas的安装

pip install pandas -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

1.2 pandas的常用数据类型

series:一维,带标签数组。

dataframe:二维,series容器。

1.2.1 series的创建

import pandas as pd

t = pd.series([1,2,31,12,3,4])
print(t)
type(t)

t2 = pd.series([1,23,2,2,1],index=list("abcde"))
print(t2)
type(t2)

temp_dict = {"name":"xiaohuihui","age":"21","tel":"10086"}
t3 = pd.series(temp_dict)
print(t3)

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.2.2 series切片和索引

import pandas as pd

t = pd.series([1,2,31,12,3,4])
t2 = pd.series([1,23,2,2,1],index=list("abcde"))
temp_dict = {"name":"xiaohuihui","age":"21","tel":"10086"}
t3 = pd.series(temp_dict)
print(t3["name"])
print(t3["age"])
print(t3["tel"])
print(t3[0])
print(t3[1])
print(t3[2])

print(t3[:2])
print(t3[["age","tel"]])

print(t3.index)
print(type(t3.index))
print(len(t3.index))
print(list(t3.index))
print(list(t3.index)[:2])

print(t3.values)
print(type(t3.values))

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析 

1.2.3 读取外部数据

假设我们又一个组关于狗的名字的统计数据,那么为了观察这组数据的情况,我们应该怎么做呢?

row_labels,count_animalname
1,1
2,2
40804,1
90201,1
90203,1
102201,1
3010271,1
march,2
april,51
august,14
december,4
sunday,13
monday,4
friday,19
jan,1
jun,1
january,1
june,24
july,9
mon,2
may,13
november,1
tuesday,7
september,2
wednesday,10
sun,5
"g",1
(leela)lila,1
166y,1
2chainz,1
2j,1
a,1
a.,2
a.j,2
a.j.,3
aaliyah,7
aalska,1
aarav,1
aaron,7
aaryn,1
abaca,1
abagail,1
abba,1
abbey,28
abbeyroad,1
abbi,2
abbie,18
ab-bingo,1
abbott,6
abby,148
abe,8
abecrombie,1
abeja,1
abel,2
abercrombie,1
abhaya,2
abi,3
abigail,35
abigale,1
abigial,1
abilene,1
abilgail,1
abita,1
able,1
abner,3
abraham,6
abree,1
abrik,1
abril,2
absolut,1
abu,2
abuela,1
abuja,1
abur,1
accel,1
accidentally,1
accura,1
ace,128
ace-dave,2
acer,2
achak,1
achiles,2
achilles,35
achillies,4
achoo,1
ackerman,1
ackley,2
ada,7
adagio,1
adah,1
adalyn,2
adam,10
adama,1
adar,1
adder,1
addey,1
addie,18
addison,9
addy,6
ade,1
adela,1
adelaide,10
adele,3
adelia,1
adelina,1
adeline,5
adella,1
adelle,2
adelline,1
adger,2
adi,2
adidas,3
adidi,1
adina,3
admiral,3
adolf,1
adolfo,1
adonis,7
adora,2
adorable,2
adorables,1
adore,1
adrian,6
adriana,1
adriane,1
adrienne,2
adu,1
adulio,1
aege,1
aegean,1
aeki,1
aengus,1
aerie,1
aero,1
aerys,1
aesop,1
africa,1
agape,1
agasha,1
agate,1
agath,1
agatha,8
agathor,1
agent,7
aggie,14
aglaia,1
agnes,20
agnus,1
agro,1
agua,1
aguiles,1
agustina,2
ah1232,2
ahava,1
ahil,1
ahimsa,1
ahji,2
ahsoka,1
aichan,1
aidan,6
aiden,7
aik,1
aika,3
aiko,5
ailsa,2
aimee,3
aine,3
ainm,1
ainsley,1
ainsworth,1
airborne,1
aires,3
airlia,1
aisha,2
aiyana,3
aj,27
aja,5
ajax,20
ajaxx,1
ajay,3
a-jay,1
aji,1
akamaro,1
akamaru,1
akasha,3
akeela,1
akeelah,1
akeilles,1
akela,2
akella,1
akemi,1
akhilles,1
aki,2
akiak,1
akiba,3
akiero,1
akila,2
akima,2
akimi,2
akina,1
akino,1
akio,1
akira,11
akiro,1
akita,1
akulina,2
akuma,2
akyleez,1
al,4
al_bina,1
alabama,10
alaca,1
aladar,1
aladdin,1
alain,1
alan,4
alana,1
alanis,1
alanna,1
alaric,2
alasha,1
alaska,2
alastair,4
alayah,1
alba,1
alban,1
albany,2
albatross,1
albee,3
albert,20
alberto,1
albie,11
albuca,1
albus,5
alby,1
aldi,1
aldo,6
alec,3
alee,1
aleecie,1
aleeya,1
alegria,2
alejandro,5
alejo,1
aleph,1
alesana,1
alessandra,1
alessia,1
alex,54
alexa,2
alexander,18
alexandra,3
alexandra-sophia,1
alexarose,1
alexi,1
alexie,1
alexis,3
alexus,1
alexxa,1
alf,1
alfa,4
alfalfa,4
alfi,1
alfie,60
alfonse,1
alfonso,3
alfred,8
alfredo,3
algonquin,1
algy,1
ali,19
alibi,2
alice,37
alicia,7
alie,1
alirahman,1
alisa,2
alison,2
alistair,3
alister,1
aliti,2
alix,1
aliyah,1
aliza,2
alize,2
alka-ali,1
allagash,1
allan,1
alle,1
allegra,4
allegro,1
allen,3
alley,8
alley-kat,1
alli,3
alliannah,1
allice,1
allie,28
allison,5
allistair,1
ally,20
alma,10
almo,1
almond,4
aloe,3
aloha,2
alondra,1
alonso,1
alonzo,4
alou,1
alovanni,1
aloycius,1
aloysius,1
alpa,1
alph,2
alpha,7
alphie,1
alphy,3
alpine,1
alpo,1
alston,1
alta,2
altai,1
altay,1
alva,1
alvar,1
alvarado,1
alvi,2
alvie,2
alvin,17
alvina,2
alvy,1
aly,1
alyssa,1
alyvia,1
alyze,1
amada,1
amadeus,4
amagua,2
amalfi,1
aman,1
amanda,9
amandeaus,1
amani,2
amarok,1
amava,1
amaya,5
amazing,2
amba,1
ambar,1
amber,71
amberaires,1
amberdee,1
ambie,1
ambition,1
ambrose,1
ambrosia,1
amelia,13
amelie,4
america,3
americano,1
amethyst,2
amey,1
ami,3
amica,1
amici,1
amico,1
amie,2
amiga,2
amigo,8
amina,1
amir,4
amira,1
amirda,1
amitz,1
amma,2
amor,1
amora,6
amorcito,1
amore,3
amort,1
amory,2
amos,9
ampersand,1
amra,1
amsterdam,1
amy,43
ana,4
anabel,4
anabella,2
anabelle,4
anai,1
anake,1
anaki,1
anakin,6
analease,1
analee,1
analiese,1
anamcara,1
ananda,1
anastasia,12
anat,1
anchor,1
anchovy,1
ancione,1
ande,1
anden,1
anders,2
anderson,3
andi,3
andiamo,2
andie,3
andrameda,1
andre,5
andrew,11
andrina,1
andro,1
andromeda,2
andy,62
aneece,1
anela,1
angel,210
angela,7
angel-baby,1
angel-girl,1
angelica,4
angelie,1
angelika,1
angelina,6
angeline,1
angelique,3
angella,1
angelo,10
angelou,1
angelus,1
angie,30
angie-angelina,1
angstrom,1
anguilla,1
angus,28
angus-dain,1
ani,5
anibell,1
anika,1
aniken,1
animal,2
anime,1
anise,1
aniston,1
anita,3
anix,1
anja,4
anjelica,1
anjelie,1
anjolina,1
anjuna,1
anka,1
anke,1
anko,1
anna,18
annabel,5
annabell,4
annabella,7
annabelle,28
annabeth,1
annadrew,1
annaliese,1
anne,2
annebelle,1
annecy,1
anneeta,1
anni,3
annie,93
annieleigh,1
annika,1
anniversary,1
annushka,1
anouk,4
anoushka,2
anrir,1
ansari,1
ansel,2
antero,2
anthem,1
anthony,13
antigone,1
antoine,2
anton,3
antonella,1
antonia,2
antonio,1
antosha,1
antoshka,1
anubis,9
anya,7
anzu,1
aoife,5
aoki,1
apache,10
apallo,1
apha,1
aphrodite,2
apollo,95
apollonia,2
apollop,1
apolo,2
aponte,1
appa,6
appalachia,1
appie,1
apple,26
applesauce,1
appollo,1
apricot,4
apu,1
apus,1
aqua,3
aquiles,2
aquinnah,1
ar,1
ara,2
arabel,1
arabella,6
aragon,1
aragorn,1
arancia,1
arantxa,1
arapis,2
arawen,1
araya,1
arby,5
arca,1
arcangel,1
archer,21
archi,2
archibal,1
archibald,3
archie,103
archiebald,1
archiebold,1
archimedes,3
archoog,2
archy,4
arctic,1
ardee,1
ardi,1
ares,17
aretha,2
arf,1
arfturo,1
arfy,1
argi,1
argo,2
argos,13
argus,2
ari,22
aria,8
ariadne,1
ariana,1
arie,1
ariel,37
ariela,1
arielle,2
aries,19
ario,1
aris,2
arista,2
aristatole,1
aristo,1
arizona,1
arjuna,1
ark,1
arkedens,1
arlee,1
arleigh,3
arlen,1
arlo,19
armani,10
armanii,1
armany,1
armonia,1
armor,1
armstrong,1
arnaldo,2
arnie,6
arnold,11
aro,1
aroc,2
aron,2
aroo,1
arpeggio,1
arria,1
arris,1
arro,1
arrow,13
arry,2
art,2
artemis,12
arthur,22
artia,1
artie,8
arto,1
artoureau,1
arturo,1
arty,1
arugula,1
arun,1
arva,2
arvil,1
arvin,1
arwen,2
arwold,1
arya,16
arye,1
aryton,1
asa,1
asahi,1
asal,1
asbury,2
ascot,1
ash,15
asha,1
ashala,1
ashanti,4
ashby,3
ashely,2
asher,8
ashers,1
ashes,1
asheton,1
ashkii,1
ashlee,1
ashley,31
ashti,1
ashtion,1
ashton,4
ashur,1
asia,24
aska,1
askar,1
askhim,1
askim,1
askur,1
aslan,1
aslyn,2
aspen,25
assata,1
assissi,1
asta,8
aster,4
astin,1
aston,4
astor,10
astra,1
astral,1
astrid,6
astro,34
astrojones,1
asuna,1
asya,1
athen,1
athena,57
athenea,2
athewa,1
athina,1
athos,2
atia,2
atki,1
atlanta,2
atlas,16
atlas2,1
atom,3
atos,4
atreu,1
atreuu,1
atreyu,3
atterbury,1
atti,1
atticues,1
atticus,36
atticusmonet,1
attie,1
attila,5
attina,1
atwood,1
aubie,1
aubrey,5
audax,1
audette,1
audi,5
audie,1
audio,1
audrey,26
aufie,1
auggie,16
augie,25
augusta,4
auguste,1
augustin,1
augustine,1
augusto,1
augustus,24
aulë,1
aunt,1
auojie,1
aura,2
aurelia,1
aureo,1
aurora,21
aussie,4
austen,1
austin,30
autumn,24
auzwald,1
av,1
ava,64
avacyn,1
avalanche,3
avalon,4
avari,1
avenue,1
averi,1
avery,20
avi,4
avie,1
avis,1
avi's,1
aviv,1
aviva,1
avo,1
avocado,2
avon,5
awrence,1
axe,1
axei,1
axel,30
axil,1
axl,5
axle,3
aya,2
ayala,1
aydin,2
ayla,5
aysen,1
ayumi,1
ayumi-chan,1
ayva,1
aza,2
azabache,3
azeez,1
azer,1
azima,1
azor,4
azu,1
azuki,2
azul,2
azula,1
azumi,1
azza,2
azzure,1
azzurra,1
azzurro,1
azzy,1
b,4
b.b,1
b.j.,3
baabaa,2
baako,1
baba,2
babalu,1
babaygashi,1
babbo,2
babbu,1
babby,2
babe,14
babear,1
babee,1
babette,10
babi,3
babie,5
babka,3
babo,1
baboo,3
babs,4
babs-daisy,1
babu,2
babushka,1
baby,277
"baby,",1
baby-bello,1
babyboy,1
babydoll,3
babygirl,1
babylove,1
baca,1
bacall,1
bacardi,3
bacarid,1
bacchus,3
bacci,2
bach,2
bachata,1
bacheera,1
bachi,1
bacho,1
baci,56
bacio,3
backgammon,1
bacon,20
bada,1
badamtam's,1
badgely,1
badger,7
badoodle,1
badook,1
badu,1
bae,2
baer,1
baffi,1
bagel,16
bagels,2
baggins,2
bagheera,1
bagira,1
bagonea,2
baguette,2
baiey,1
bailee,7
baile-spencer,1
bailey,532
baileym,1
bailey-rayne,1
baileys,5
baili-ann,1
bailie,2
bailley,1
baily,1
bailyee,2
bain,1
baingan,1
bairn,1
baja,1
baji,1
bajitotron,1
bajji,1
baker,8
bako,1
bakrke,1
baku,1
bala,4
balabus,1
balagur,1
balam,1
balbina,1
balboa,4
balcolm,1
baldrick,2
baldwin,3
baleia,2
bali,3
balissa,1
ball,1
ballade,1
ballak,1
ballerina,2
bally,1
baloo,6
balou,1
baltar,1
balthazar,4
balthus,1
balti,1
baltmore,2
balto,18
balu,1
balut,1
balzac,1
bam,48
bama,2
bamba,4
bambam,14
bam-bam,8
bambee,1
bambi,60
"bambi,a,arroyo",1
bambie,3
bambii,2
bambina,5
bambino,9
bambo,1
bamboo,7
bambou,1
bamby,2
bami.masi,1
bamm,3
bamm-bamm,1
bammi,1
ban,2
banana,5
bandera,1
bandida,1
bandido,5
bandit,147
bandita,1
bandito,1
bando,1
bane,18
bang,2
banga,1
banger,1
bangers,1
bangle,1
bangnou,1
bango,1
bangwol,1
banifacio,1
banit,1
banji,1
banjo,27
banjoh,1
bankie,2
banks,12
banksy,2
bannah,2
banner,3
banny,1
banquo,1
banss,1
bantam,1
banx,2
banzai,1
bao,6
baobao,2
baobay,1
baobei,1
baodan,2
bapa,1
barack,3
barak,5
barbara,5
barbaraeri,1
barbaro,2
barbee,1
barbi,1
barbic,1
barbie,18
barbour,1
barbs,1
barca,1
barcardi,1
barceio,1
barclay,9
bard,1
bardot,2
barfi,1
bari,2
bark,1
barkavious,1
barker,1
barkis,1
barklee,2
barkley,52
barkly,2
barksdale,1
barkus,1
barky,1
barley,21
barnabas,1
barnabee,1
barnaby,13
barnacles,1
barney,70
barnie,1
barnum,3
baro,1
baron,25
barone,3
baroness,1
barreta,1
barrett,1
barrie,1
barristan,1
barron,3
barry,14
bart,10
bartek,1
bartholome,1
bartholomew,3
bartleby,1
bartlet,4
bartlett,1
bartley,1
bartok,1
baruch,1
bas,2
basco,1
bash,1
basha,2
bashful,1
basho,1
basia,2
basil,39
basquiat,1
basquiat(originally,1
bass,1
bassel,1
bastian,3
basu,1
bat,2
batallon,1
bateman,1
bates,1
bati,3
batman,19
battle,1
batty,1
bauer,1
baumer,1
baus,1
baxley,1
baxter,143
baya,1
bayle,1
baylee,5
bay-lee,1
bayley,3
bayli,1
baylyn,1
baymax,3
bayou,3
baytobin,1
baz,1
bazi,1
bazil,1
bazinga,1
bazoozoo,1
bazul,1
bazyl,2
bazzle,1
bb,9
bblissard,1
bbome,1
bbommy,1
b-buster,1
be,5
bea,6
beacheo,1
beadie,1
beagle,2
beaker,3
beal,1
beam,2
beamer,3
bean,28
beaner,1
beanie,18
beans,17
beanz,2
beanzzz,1
bear,272
bearbear,1
bearhunter,1
bearshark,1
beasley,7
beast,9
beastie,1
beastly,2
beasty,1
beat,1
beata,1
beatha,1
beatle,1
beatrice,15
béatrice,1
beatrix,8
beatrix-wihelmina,1
beatty,1
beau,74
beau-beau,1
beaubie,1
beaudine,1
beaufort,1
beaumont,3
beauregard,17
beausoleil,1
beautiful,2
beauty,36
beaux,3
beaver,1
beba,12
bebe,63
bebe-birma,1
bebee,1
bebi,1
bebie,1
bebo,10
bebop,3
be-bop,3
becca,5
beck,2
becka,3
becker,4
beckett,12
beckford,1
beckham,10
becks,2
beckum,2
becky,23
becquerel,2
bedelia,1
bedford,3
bee,12
beebee,5
beebop,2
beecham,1
beecher,1
beef,3
beefy,2
beegee,1
beejove,1
beeker,1
beema,2
beemer,4
beemka,1
beenie,1
bees,1
beeses,1
beethoven,9
beetle,1
beetlejuice,3
beety,1
beevo,1
beezer,2
beezie,1
beezus,1
begbie,2
begonia,1
behr,3
bei,4
beibee,1
beibei,1
beige,2
beigea,1
beignet,5
beile,1
beily,2
beingue,1
bela,11
belarus,1
belgium,1
belichick,1
belinda,2
belize,1
belizia,2
belka,3
bell,6
bella,1195
bella/tinkerbelle,1
bella-bleu,1
belladona,1
bellagioia,1
bellaluna,1
bellamarie,1
bellamia,2
bella-mushky,1
bellatrix,3
belle,124
bellina,1
bellini,3
bello,10
bells,1
bellsey,1
belly,2
belmont,2
belochka,1
belvedere,3
belvedre,1
belvie,1
bembesito,1
bemjie,1
bemunofy,1
ben,52
benancio,1
bendel,1
bendels,1
bender,3
bendi,2
benecio,1
benedict,5
benek,2
benelli,1
benes,1
bengal,1
benggy,1
bengi,8
bengie,4
bengy,2
beni,3
benicio,2
benito,7
benitora,1
benjals,2
benjamin,55
benjamina,1
benje,1
benji,189
benjiconcepcion,1
benjie,7
benjiman,1
benjimin,1
benji-ray,1
benju,1
benjy,1
benna,3
bennet,1
bennett,12
benney,1
benni,1
bennie,11
benno,1
benny,133
beno,1
benshee,1
bensky,1
benson,25
bensonhurst,1
bentley,204
bentli,1
bently,20
bento,3
bento2,1
benton,1
bentzi,1
benvolio,1
benya,1
benz,2
benzie,3
benzino,1
benzo,3
benzy,1
beo,1
beowolf,1
beowulf,4
beppe,2
bera,1
berg,2
bergamot,1
berger,1
bergie,1
bering,1
berkeley,7
berkley,3
berlin,3
berlingo,1
bernadette,3
bernard,11
bernese,2
bernice,1
bernie,46
berry,9
bert,15
berta,1
bertha,4
bertie,11
berto,1
bertram,3
bery,1
bes,2
besito,1
beso,3
bess,13
bessie,23
bet,1
beta,4
beth,4
bethany,2
bethovien,1
betsa,1
betsey,4
betsy,39
betta,1
bette,6
bettee-boo,1
betthoven,2
bettie,2
bettiepage,1
bettis,1
betto,1
betty,79
betty-rose,1
bety,2
beuford,1
beuhla,1
beulah,2
beverley,1
beverly,5
bevin,1
bevo,1
bex,1
bexar,1
bexley,1
beya,2
beyaz,1
beyla,1
beyonce,3
beyoncé,1
bez,1
bezalel,1
bezie,1
bhakti,1
bhikku,1
bhindi,1
bhodi,1
bhoonna,1
bhoris,1
bi,1
biaggio,1
biah,1
bialey,1
bianca,49
biancha,1
bianco,4
biba,3
bibi,22
bibiana,1
biby,1
bichon,2
bicky,1
bid,1
bido,1
biff,3
biffy,2
big,22
bigboiplugger,1
bigboy,1
big-boy,1
bigby-clyde,1
bigg,1
bigga,1
biggie,44
biggles,2
biggs,2
bigi,4
bigie,1
bigs,1
bigsby,3
biji,1
bijli,1
bijon,1
bijou,22
bijoux,2
biju,1
biker,1
bilbo,6
bili,1
bill,14
billa,1
billee,1
billiam,1
billie,36
billiemapl,1
billingham,1
billy,68
biloxi,1
biluta,2
bim,2
bimba,2
bimbo,1
bimka,1
bimmer,1
binah,1
bin-bin,2
bindhi,2
bindi,8
bindy,2
binet,1
biney,1
bing,4
bingbing,1
bingham,1
bingi,1
bingley,2
bingo,35
binka,1
binki,1
"binkie,",1
binkles,1
binks,1
binky,8
binx,3
biny,1
bipi,1
bippy,1
bird,1
birdi,1
birdie,26
birdy,1
birkin,4
biron,1
bisbee,2
biscotti,3
biscuit,95
biscuits,1
biscut,2
bishop,24
bisi,1
bisket,2
bisky,1
bismarck,5
bison,2
bisou,5
bisous,6
bisquet,2
bisquit,2
bisto,1
bistro,1
bits,1
bitsy,13
bitty,3
bix,4
bixbee,1
bixby,4
bizkit,2
bizu,1
bizzee,1
bizzle,1
bizzy,1
bj,16
bjay,1
bjorn,1
bk,2
blace,1
black,32
blacka,2
blackbear,1
blackberry,3
blackee,2
blackey,1
blackford,1
blackie,54
blackin,1
blackita,1
blackjack,7
blacky,27
blackys,1
blade,5
blair,4
blaise,7
blaisey,1
blake,31
blakely,1
blaky,4
blame,1
blanca,26
blanche,4
blanchy,1
blanco,6
blanket,2
blankie,1
blankita,1
blankypoty,1
blanquita,3
blanquito,1
blanton,1
blarney,1
blas,1
blaz,1
blaza,2
blaze,48
blazer,5
blazie,1
blazin,1
blazzy,1
bleach,1
bleecker,6
bleeker,2
bless,2
blessed,4
blessing,2
blessit,1
blesso,1
blessu,1
bleu,16
bling,2
blink,1
blinkey,1
blinkin,1
blinky,3
bliss,6
blitson,1
blitz,7
blitzen,1
blizz,1
blizzard,18
blizzit-snow,1
blizzy,1
blonde,1
blondi,3
blondie,30
blondy,2
bloo,1
bloomberg,1
blossom,11
blossum,1
bloz,1
blt,1
blu,58
blu-bella,1
blue,212
bluebell,2
blue-belle,1
blueberry,4
bluebird,1
blue-gotti,1
bluegrass,2
blueprint,1
blues,1
bluesy,1
bluewave's,1
bluey,2
bluff,1
bluno,1
bluto,2
blythe,1
bmo,2
b-mo,1
bo,64
boa,2
boarbon,1
bob,25
boba,6
bobbee,1
bobbi,3
bobbie,7
bobbin,1
bobby,87
bobdog,1
bobee,2
bobek,1
bobi,2
bobie,1
bobka,1
bobke,1
bobo,56
bo-bo,1
bobsie,2
bobus,1
bobway,1
boby,4
boca,5
bocce,4
boccelli,2
bocci,2
bocephus,1
bochok,2
bochy,2
boco,2
bodashious,1
bode,12
boden,2
bodewell,1
bodey,1
bodhi,34
bodhisatta,1
bodi,2
bodie,14
boe,3
boeing,1
boethius,2
boffin,1
bogart,18
bogata,1
bogey,17
boggienights,1
bogie,13
bogs,1
boh,1
bohdi,3
boi,1
bo-jangels,2
bojangles,2
bojay,1
bojee,1
boji,1
bo-joe,1
boka,2
bokka,1
bokoli,1
bolan,2
boldo,1
boldt,1
boleyn,1
bolga,1
boli,2
bolin,1
bolivar,1
bollinger,1
bolo,14
bolota,1
bolt,15
bolto,2
bolton,1
bomber,2
bombillo,1
bombom,1
bombon,2
bomi,2
bommer,1
bon,4
bon-,1
bonacker,1
bonaparte,1
bonbon,3
bond,2
bondi,2
bone,3
bones,13
boney,2
bonez,1
bongeaux,1
bonggu,1
bongo,8
boni,1
boni-moon,1
bonita,18
"bonita,",1
bonkers,1
bonn,1
bonnaparte,1
bonner,1
bonnet,1
bonney,3
bonnie,83
bonniebelle,1
bonnilyn,1
bonny,2
bono,5
bonsai,5
bonsi,1
bony,3
bonz,2
bonzo,2
boo,78
boob,1
boobah,1
boobalah,1
boobear,1
boobi,1
boobie,7
boobo,2
booboo,10
boo-boo,2
booby,1
booda,2
boodoo,1
booey,1
boofy,1
boogie,16
boogy,1
boojum,1
booker,11
bookie,2
boom,3
booma,3
boombox,1
boomer,93
boomerang,2
boone,7
boongey,1
boonie,1
boopsie,1
boos,1
boosky,2
booster,1
bootah,1
boothbay,1
boothe,1
boots,27
bootsbrown,1
bootseze,1
bootsie,2
bootsy,4
booty,2
boowoo,1
booze,1
boozer,3
boozie,1
boque,1
bora,2
boracho,1
borax,1
bordeaux,1
borealis,2
bori,9
boricua,1
borii,1
borinquen,1
boris,28
borracho,1
borris,1
bosch,2
bosco,86
boscoe,3
bosie,2
bosko,1
bosley,5
boson,1
boss,20
bossa,2
bossie,1
bosslady,1
bossy,3
bostie,1
boston,8
bostwick,1
boswell,1
bosworth,1
bot,1
boton,1
bou,2
boubletrouble,1
boubou,1
boubouki,1
boudeaux,1
boudicca,2
boudicea,1
boudin,3
boudreau,1
boudreaux,3
boufant,1
boujis,1
boujix,1
boulder,1
bounce,3
bounty,1
bourbon,6
bourlouko,1
bourne,2
bouvier,1
bovis,1
bow,6
bowchee,1
bowdie,1
bowe,1
bowen,1
bower,2
bowery,5
bowie,47
bowman,2
bowman's,1
bowser,14
bowzer,3
boxer,2
boxie,2
boxy,1
boy,25
boyboi,1
boyboy,1
boyd,3
boz,2
boze,1
bozo,1
bp,1
bq,1
braciole,1
brad,3
bradaigh,1
bradan,1
bradbury,1
braddock,1
bradleigh,1
bradley,15
bradly,1
brady,70
brahms,1
brailee,1
brak,1
bran,1
brandee,2
branden,1
brandi,33
brandie,6
brandin,1
brando,21
brandom,1
brandon,12
brandy,104
brandygirl,2
brandy-morri,1
brandywine,1
branham,1
branley,1
brannigan,1
branson,1
branston,1
braque,1
brave,3
braveheart,2
bravo,5
brawdi,1
brawny,1
braxston,1
braxton,3
brayan,1
brayden,1
braylin,1
brazil,1
brazzi,1
breakfast,1
breann,1
breanna,2
breaux,1
breck,2
breckenrid,1
bree,10
brees,1
breeza,1
breeze,8
breezie,1
breezy,7
breffni,1
brenda,5
brendal,1
brendall,1
brendle,1
brenner,1
brentley,1
breslin,1
brett,1
bretta,1
brew,2
brewdy,1
brewer,1
brewno,1
brewster,13
brewtus,1
brewzer,1
breyer,2
bri,4
bria,1
brian,13
briana,4
brianna,9
briany,1
briar,2
brice,2
brick,2
bridget,11
bridgett,1
bridgette,7
bridie,5
brie,7
brielle,1
brienne,1
brigadier,1
briggs,5
bright,1
brightness,1
brighton,4
brightonalexandrafidlerballard,1
brigid,2
brigitte,2
brillo,4
brillow,1
brim,1
brin,1
brindle,2
brink,1
brinkley,7
brinkly,1
brinks,2
brinley,1
brion,1
brisa,2
brisbane,1
brisco,1
briscoe,7
brisket,7
bristol,3
bristow,1
brit,4
british,1
britlee,1
britley,1
britnee,1
britney,11
britta,1
brittaney,1
brittany,5
brittney,1
brix,2
brixton,4
brizo,1
brnado,1
bro,2
broadway,2
broan,1
broc,1
broccoli,1
brock,10
brodee,1
broderick,1
brodie,19
brody,69
brogan,3
broken,1
broman,1
bromide,1
bromley,1
bron,1
broncco,1
bronco,6
bronnje,1
bronson,7
bronte,4
bronwyn,1
bronx,21
bronxbully,1
bronze,1
broogy,2
*,6
*e,20
*e-lynne,1
*lin,1
*lyn,194
"*lyn,queens",1
*lynn,5
*-lynn,2
*lyn's,1
*lyn-skye,1
*s,10
*sie,1
*sy,1
*yn,1
broomsticks,1
brovko,1
brown,7
brownee,2
browney,2
browni,1
brownie,189
brownie/goggle,2
brownny,1
brown-shadow-jones,1
brownsvillie,1
browny,22
browser,2
bru,2
bruce,92
brucie,1
brudder,1
bruder,1
brue,1
bruin,5
bruiser,22
bruizer,1
bruklin,1
bruna,2
brunell,1
brunello,1
brunnie,1
brunno,1
bruno,253
brunofilo,1
brusca,1
bruser,1
brussels,1
brut,1
brutis,4
brutto,1
brutus,63
bruzer,1
bryan,2
bryce,4
brycen,1
brydan,1
brydie,1
brylant,1
bryley,1
bryn,1
brynjolfur,1
brynley,1
brynner,1
bryson,1
bs,1
bu,1
buba,4
bubba,52
bubbalah,1
bubble,5
bubbles,43
bubbu,1
bubby,8
bubi,5
bublik,1
bubs,2
bubu,10
bubula,1
buc,1
buca,3
bucephalus,1
bucey,2
buchanan,2
buchi,2
bucho,1
buck,13
buckaroo,3
buckely,1
bucket,2
buckets,1
bucketts,1
buckeye,1
buckie,3
buckingham,1
buckley,15
buckminster,1
bucko,2
buckram,1
bucks,4
buckshot,1
buckus,1
buckwheat,1
bucky,18
bud,5
buda,1
budd,1
budda,1
buddah,5
buddha,27
buddha-bear,1
buddi,2
buddie,8
buddy,677
buddyc,1
buddytheelf,1
buddyton,1
buddyvonyankeedeshorthair,1
budgie,1
budha,4
budie,1
budley,1
budo,1
budpest,1
budweiser,2
budy,2
buehle,1
bueller,2
buena,1
buergi,1
buff,1
buffett,1
buffie,1
buffo,1
buffy,49
buford,1
bug,10
bugar,1
bugby,1
bugg,1
bugga,1
buggie,1
buggs,1
buggy,1
bugie,1
bugsy,35
bug-z,2
bugzee,1
bugzy,3
buhhda,1
buju,1
buka,1
buki,2
bukis,1
bula,1
bulgari,1
bull,5
bulle,1
bulleit,2
bullet,28
bullett,3
bullette,1
bulli,1
bullie,2
bullik,1
bullit,1
bullitt,2
bullseye,1
bullwinkle,1
bully,22
bullya,1
buly,1
bumble,4
bumper,5
bumpers,1
bumpy,2
bun,1
bunbury,1
bundle,1
bundy,3
bungee,1
bunji,1
bunk,4
bunker,3
bunkie,1
bunky,1
bunni,4
bunnie,1
bunny,36
buns,1
bunson,1
bunta,1
buny,1
buoy,2
bupkis,2
buply,1
burberry,6
burbon,1
burbujita,1
burch,1
burdock,1
burger,7
burk,1
burl,1
burleigh,2
burney,1
burnie,1
burny,1
burrita,1
burrito,5
burt,6
burton,1
busby,3
busch,1
bush,3
bushe,1
bushido,1
bushkie,1
bushwick,1
busik,1
businka,1
bussy,1
busta,12
bustachanc,1
buster,282
busu,1
busy,4
busya,1
butch,40
butchie,3
butkus,1
butler,3
butley,1
butoh,1
butta,3
buttacut,1
butte,2
butter,44
butterball,1
butter-codi-westcott,1
buttercrunch,1
buttercup,49
buttercups,1
butterfly,5
butters,27
butterscotch,6
buttler,1
button,24
buttons,48
butzie,1
buxie,1
buya,1
buz,1
buzo,1
buzz,22
buzzbee,1
buzzy,1
byla,1
byrd,2
byron,4
byson,3
byul,1
c,3
c.,6
c.b.,4
c.c.,3
c.d.,1
c.j.,5
c.j./ruby,1
c.kaka,1
ca$h,1
cabana,1
cabbage,2
cabiria,2
cabo,5
caboose,1
cabot,1
cacao,1
cacau,2
caché,1
cachilin,2
cachito,1
cachou,2
cacique,2
cactus,1
cadbury,6
caddie,2
caddock,1
cadeau,1
cadence,1
cadenza,1
cadie,1
cadillac,1
cadpury,1
cady,2
caelan,1
caeley,2
caesar,46
caeser,1
caezar,1
cafe,1
cafe',1
cafecita,1
caffy,1
cafu,1
cagney,5
caico,1
caidence,2
caila,1
cailleigh,1
caillou,2
cain,3
caine,4
caipi,1
caipirinha,1
cairo,10
caiti,1
caitlin,1
caitlyn,1
caius,1
caju,1
cajun,1
cake,3
caky,1
cal,5
cala,1
calabaza,1
calamity,2
caleb,15
caledonia,1
caley,1
calgary,1
calhoun,1
cali,53
calico,1
calie,1
cali-ente,2
california,4
calim,1
calimocho,2
calin,1
calisee,1
calix,1
calla,2
callahan,2
callan,1
callaway,1
calli,8
callie,73
callione,1
calliope,3
cally,6
calogero,2
calpernia,1
calpurnia,1
calum,1
calvert,1
calvin,28
calypso,11
cam,3
camaro,1
camaron,1
cambert,1
cambria,1
camden,5
camelia,2
camella,1
camen,1
cameo,4
cameron,7
cami,1
camie,1
camiia,1
camila,6
camilla,2
camille,4
camilo,7
cammelia,1
cammi,1
cammie,1
cammy,1
camo,1
camote,1
campanita,2
campbell,9
camper,2
campion,1
camuggi,1
camy,2
canaan,1
canada,1
cancuna,1
candace,3
candance,1
cande,1
candee,1
candela,1
candence,1
candi,9
candice,2
candie,4
candi's,1
candy,46
cane,5
canela,14
canelito,1
canella,1
canelo,8
canelos,1
canito,1
cannan,1
canneleni,1
cannoli,11
cano,5
canoli,2
canondorf,1
canute,2
canvas,1
canyon,2
caoilainn,1
caoilie,1
caoimhe,3
capala,1
capella,1
capellini,1
caper,5
capi,1
capitan,1
caplin,1
cap'n,2
capo,8
capone,32
capote,1
cappaccino,1
cappi,2
cappie,2
cappo,2
cappu,1
cappuccino,4
cappucinno,1
cappucino,2
cappy,9
capri,4
capriccio,1
caprice,2
caprina,1
capt,1
capt.,1
capt.charlie,1
captain,45
captaun,1
capu,1
capullo,1
cara,20
carabu,1
caraigh,1
cara-jo,1
caramel,19
caramela,1
caramelo,8
carciofi,1
cardboard,1
cardelia,1
cardozo,1
care,1
carerra,1
careta,1
carey,1
cargo,1
cari,1
caricia,1
carie,1
carina,2
carini,1
carinosa,1
carisia,1
carl,11
carla,4
carley,3
carli,3
carlie,5
carlin,1
carling,1
carlisle,2
carlita,1
carlito,7
carlo,6
carlos,11
carlota,1
carlotta,3
carlow,1
carlsberg,1
carlton,7
carlusha,1
carly,27
carlyapplewhitecrawfordcoleman,1
carlyle,1
carma,2
carmel,3
carmela,5
carmelina,1
carmelita,1
carmella,3
carmelo,14
carmen,9
carmine,8
carnation,1
carney,1
carnie,1
caro,1
carolina,3
caroline,2
caromel,1
carr,1
carraway,1
carrie,8
carrington,2
carrot,6
carrots,1
carry,1
carson,11
cartel,1
carter,37
cartier,3
cartman,1
caruso,1
carver,3
cary,3
cas,1
casaba,1
casanova,5
casci,1
case,1
casey,144
casey-peck,1
cash,61
cashe,1
cashel,2
cashew,22
cashie,1
cashmere,9
cashy,1
casi,2
casie,2
casino,4
casiopea,1
caspar,1
casper,91
caspian,4
cass,4
cassandra,7
cassey,1
cassi,1
cassidy,18
cassie,68
cassim,1
cassiopeia,2
cassius,14
cassoulet(cassie),1
cassy,3
caster,1
castiel,5
castro,5
cat,5
catala,1
cataleah,1
catalina,1
catan,1
caterina,1
caterine,1
cathy,3
catie,1
cato,4
catrachito,1
caty,1
cauchy,1
caulfield,1
cautious,1
cav,1
cava,1
cavalier,1
cavalier/poodle,1
cavaliere,1
cavalli,5
cavan,1
cavezzon,1
caviar,1
caya,3
cayenne,2
cayman,4
caymus,2
cayo,1
caz,1
c-biscuit,1
cc,8
ce,1
ceasar,18
ceaser,8
cebu,1
cece,21
cecelia,7
ceci,5
cecil,9
cecilia,7
cecily,2
cedar,4
cedes,1
cedric,3
cedrick,1
cedy,1
cee,6
ceecee,6
cee-cee,4
ceelo,2
ceely,1
ceilidh,2
celben,1
celene,2
celery,2
celeste,5
celia,4
celie,1
celina,1
celine,3
cello,2
celo,2
celtic,1
cely,1
cena,1
cenbry,2
cepillin,1
cerberus,1
cervantes,1
cervaris,1
cesar,31
cesare,6
cesca,1
cessy,1
cezar,1
cf,1
ch,2
cha,5
chaac,1
chabby,1
chabo,1
chace,2
chacha,7
cha-cha,5
cha-chee,1
chachi,12
cha-chi,2
chachie,1
chachka,1
chacho,1
chacko,1
chaco,5
chad,2
chaerlene,1
chago,1
chaguira,1
chai,12
chak,1
chaka,4
chakie,1
chakka,1
chalkee,1
chalky,1
challa,1
chalupa,5
chalutz,2
chamba,1
chammy,1
chamomile,1
champ,94
champage,1
champagne,8
champain,1
champie,1
champion,16
champs,1
champy,1
chan,2
chana,2
chance,98
chancellor,1
chancie,1
chancy,2
chandler,9
chanel,66
chanell,2
chanelle,1
changlucky,1
chango,4
chanie,1
channa,1
channel,5
channing,2
chano,2
chante,1
chantee,1
chantel,1
chantilly,2
chanty,1
chanuncey,1
chaos,9
chap,5
chapeau,1
chapel,1
chapik,2
chapilin,1
chapin,2
chapis,1
chaplin,7
"chaplin,",1
chapman,2
chapo,7
chappa,1
chappelle,1
chappy,2
chaps,1
chapulin,1
chaquita,1
chara,1
charades,1
charamusca/munchkin,1
charcoal,8
chardney,1
chardonnay,1
charger,3
charisma,1
charity,2
charlee,10
charleen,1
charlemagne,5
charlemangne,1
charlene,2
charles,44
charlesmac,1
charleston,2
charley,72
charli,11
charlie,856
charlie-chase,1
charlie-rose,1
charlize,1
charllie,1
charlotte,61
charly,25
charlye,1
charm,2
charmaine,1
charmer,1
charms,2
charo,5
charotte,1
charrie,2
charro,2
chase,103
chase-castle,1
chased,1
chasen,1
chasey,4
chash,1
chasity,1
chaskita,1
chassis,1
chastity,1
chasu,1
chata,2
chato,5
chatta,1
chatty,1
chaucer,4
chauncey,17
chaupi,1
chavez,1
chavo,7
chayo,1
chaz,9
chazz,5
chcolate,1
che,12
cheba,1
chech,1
che-che,2
checker,1
checkers,5
cheddar,6
chee,2
cheeba,1
cheech,13
chee-chee,1
cheeco,1
cheeko,1
cheeks,1
cheela,1
cheeno,1
cheerio,5
cheerios,3
cheers,1
cheese,2
cheeseburger,1
cheesecake,1
cheetah,4
cheeto,2
cheezie,1
cheez-it,1
chef,5
chefree,1
chekov,1
cheky,1
chela,2
chellie,1
chelo,2
chelsea,70
chelsey,1
chelsia,1
chelsy,3
chena,1
chenelle,1
cheo,2
cher,5
cherakee,2
chererio,1
cheri,7
cherie,2
cherio,1
cherise,1
cherish,2
chernyla,1
cherokee,3
cherrio,1
cherry,27
cherub,2
cherubino,1
chesbar,1
cheserie,1
chesiek,1
chesney,3
chespier,1
chespirito,1
chessie,2
chester,144
chesterfield,1
chestnut,16
cheston,1
chesty,2
cheto,2
chevron,1
chevy,3
chewbaca,1
chewbacca,35
chewchew,1
chew-e,1
chewee,1
chewey,5
chewie,62
chewy,126
chewya,1
chex,2
chey,1
cheyanna,1
cheyanne,1
cheyenne,16
chez,2
chi,31
chi_b,1
chia,5
chianti,1
chiara,1
chiba,2
chibbie,1
chibbs,1
chibi,6
chica,25
chica-bel,1
chicago,1
chica-pu,1
chicco,2
chicha,1
chicheria,1
chichi,27
chi-chi,7
chicho,1
chick,1
chicka,2
chickadee,2
chicken,7
chickie,1
chicklet,1
chicklette,1
chickpea,1
chicky,3
chiclet,2
chico,130
chicot,2
chido`,1
chidori,1
chief,23
chien,1
chifan,1
chiggie,2
chiguitica,1
chigurh,1
chihuahua,2
chi-inez,1
chiiqui,1
chijo,1
chika,2
chiki,3
chikibaby,1
chikilin,1
chikita,1
chikito,1
chiko,5
chikta,1
chiky,2
chilalizardi,1
chile,2
chili,17
chilindrina,1
chilipeppe,1
chilito,1
chill,2
chiller,2
chilli,7
chillie,3
chilly,5
chilton,1
chimay,1
chimcha,1
chimi,2
chimichang,1
chimichurri,1
chimmi,1
chimmy,1
chimu,1
chin,3
china,26
chinche,1
chin-chin,1
chingching,1
chingo,2
chingy,1
chinita,1
chinkurli,1
chino,17
chinso,1
chinue,1
chio,1
chioe,1
chip,59
chipette,1
chipie,1
chipless,1
chiplet,1
chipmunk,1
chipo,1
chipper,12
chipperman,1
chippewa,1
chippi,1
chippie,3
chippy,8
chips,10
chip's,1
chiqito,1
chiqui,15
chiquilin,1
chiquilta,1
chiquis,2
chiquita,32
chiquitin,1
chiquitín,1
chiquitita,1
chiquito,10
chiripa,1
chiro,3
chirola,1
chiron,1
chispa,3
chispa/snowey,1
chispin,1
chispita,11
chispy,2
chissie,1
chita,4
chito,2
chiu,1
chiva,1
chivas,1
chive,1
chiza,1
chleo,1
chloe,465
chlo'e,1
chloé,4
chloè,1
chloee,1
chloer,1
chloie,2
choc,1
choca,1
chocalate,2
cho-cho,1
chock,1
chocko,1
chocky,1
choclate,1
choco,29
cho-co,1
chocolat,5
chocolata,1
chocolate,56
chocolates,1
chocolatte,1
chocolo,1
chocolte,1
choctaw,1
chogie,1
choice,1
choko,1
chole,18
cholie,1
cholito,1
cholo,1
cholula,2
choma,1
chomper,6
chompers,9
chompsky,1
choncho,1
chong,1
choo,4
choochoo,2
choo-choo,1
chookie,1
choopy,1
choowy,2
chop,5
chopin,1
choppa,1
chopper,13
choppy,1
chops,6
chopstick,1
choqui,1
choriza,1
chorizo,1
chorkie,1
chorom,1
chorong,1
chory,1
chosen,1
chotoo,1
chots,1
chou,2
chou-chou,1
choupette,1
choupi,1
chow,1
chow-chow,1
chowda,2
chowder,9
chowsy,1
chris,8
chrissy,20
christabel,1
christal,2
christi,1
christian,4
christie,2
christina,3
christine,1
christmas,10
christophe,2
christopher,9
christy,2
chriton,1
chrome,1
chromeo,1
chronic,1
chrysler,1
chryssie,1
chu,4
chuba,1
chubaka,2
chubbs,10
chubby,19
chubs,3
chuby,1
chubz,1
chucha,1
chuchee,1
chuchi,7
chu-chi,1
chuchito,1
chucho,7
chuchu,3
chuck,27
chucka,1
chuckchi,1
chuckie,12
chuckle,1
chuckles,4
chucky,24
chucup,1
chud,2
chuda,1
chuey,4
chuffey,1
chug,1
chuggles,1
chuie,2
chukcha,1
chuki,3
chukis,1
chukles,1
chula,14
chulent,1
chuleo,1
chuleta,5
chuli,1
chulii,1
chulito,5
chulo,20
chulya,1
chum-chum.,1
chumi,1
chumlee,1
chumleigh,1
chumley,6
chumlie,1
chunchy,2
chuncky,1
chungdon,1
chunk,11
chunkie,1
chunks,1
chunky,6
chupa,1
chupi,3
chupy,1
churba,1
churchchill,1
churchill,6
churro,6
chusa,1
chutjai,1
chutley,2
chutney,2
chuui,1
chuwee,2
chuwi,1
chuy,10
chyanne,1
chyla,2
chyna,14
chyna-doll,1
chynah,1
chynna,1
chze,2
ciacomo,1
cian,1
ciara,7
ciarabella,2
ciaro,1
ciarra,1
ciby,2
cicci,1
ciccio,3
ciccy,1
cicero,1
cici,16
cid,1
cider,2
ciel,1
cielo,6
ciera,1
cilantro,3
cilia,1
cimba,1
cina,2
cinamine,1
cinammon,1
cinco,4
cincy,1
cinder,4
cinderbell,1
cinderella,8
cinder-ella,1
cinderfela,1
cinders,1
cindi,1
cindia,1
cindy,53
cinimun,1
cinnabon,1
cinnamin,2
cinnamon,66
cinnimon,2
cinnnamon,1
cinny,1
cino,1
cinty,1
ciobair,1
ciona,1
ciprello,1
ciqi,1
circe,1
circle,1
*,4
*c,4
cisco,8
cissy,1
cito,1
citrine,1
ciuce,1
civic,1
cj,29
cj1,1
ckiceo,1
claddagh,1
clair,1
claire,9
clairise,1
clams,1
clancey,3
clancy,21
clank,1
clara,16
clarabelle,3
clare,2
clarence,8
clarice,4
clarissa,1
clarita,1
clark,18
clarrisa,1
*,1
classy,1
claude,7
claudette,1
claudia,2
claudius,2
claus,1
clay,4
clayton,2
cle0,1
clea,1
clearance,1
cleat,1
clem,2
clemenetine,1
clemens,1
clement,1
clementina,2
clementine,31
clemenza,2
clemintine,1
clemson,1
cleo,75
cleopatra,31
cleopatra/chloeq,1
cleopatro,1
cleopether,1
cletus,3
cleveland,2
clever,1
clhoe,1
clicquot,2
clifa,1
cliff,4
clifford,17
clifton,2
climin,1
clint,4
clinton,6
clio,11
clipper,3
clipy,1
clive,2
clo,1
cloe,7
cloee,1
cloey,5
clohe,1
cloie,2
clooney,2
clootie,1
cloud,14
cloud/hudson,2
cloude,1
cloudy,5
clove,1
clover,25
clovie,2
clovis,4
c-low,1
clowe,1
cloyie,1
clue,7
cly,1
clyde,54
clyfford,1
clytie,2
cnash,1
co,3
coach,6
coal,10
coast,1
coba,1
cobain,1
cobalt,3
cobbler,1
cobby,1
cobe,1
cobey,1
cobi,4
cobra,2
cobweb,1
coby,32
coca,4
cocco,2
cocco/otto,1
cocit,1
cocker,1
cocktail,1
cocky,1
cockyn,1
coclo,1
cocnut,1
coco,852
co-co,2
cocoa,104
cocoabillie,1
cocoachanel,1
cocoapuff,1
coco-balenciaga,1
cocobella,1
coco-bella,1
coco-chanel,1
cocolauren,1
cocolicious,1
cocolino,1
coco-loso,1
coconut,38
coco-nut,1
cocopuff,1
coco-puff,1
cocoy/kyuk,1
coda,4
codak,1
codee,1
codey,2
codi,7
codie,6
cody,305
codyli,1
cody-simone,1
coffe,1
coffee,26
coffey,1
coffy,1
cofi,2
cofré,1
cognac,2
cogsworth,1
cohen,1
cohiba,2
cohl,1
cojo,1
coketa,1
cokey,2
coki,1
cokie,2
cokita,1
coko,3
cola,7
colbie,1
colby,23
cole,26
coleen,1
colette,4
coley,1
colin,10
coline,1
collar,1
colleen,1
collette,1
collie,2
collin,1
collins,2
collyn,1
cologne,1
colombia,1
colombo,1
colonel,5
colour,1
colt,5
coltrane,8
columbo,3
comanche,3
combo,1
comet,32
comet-taino,1
comey,1
commander,2
como,1
compass,1
compton,2
cona,1
conall,1
conan,16
conchita,1
conde,1
condessa,1
conen,1
coney,2
confetta,1
confetti,1
conga,2
congo,1
conju,1
conna,1
conner,2
connie,6
connor,9
conor,3
conrad,4
constance,1
consuelo,1
contango,1
contessa,5
conway,2
cooby,1
coochie,1
coocoo,1
coogee,1
coogi,1
coohie,1
cooji,2
cooki,1
cookie,328
cookie-lee,1
cookiemous,1
cookies,2
cookiesmooth,1
cooky,2
cool,6
coolica,1
cooper,330
cooter,1
copa,4
copo,1
copper,27
copperfield,1
coppi,1
copy,1
coqueta,1
coquetta,1
coquette,2
coqui,3
coquie,1
coquita,1
coquito,7
cora,18
coraggio,1
coral,2
coralina,2
coraline,3
corazon,1
corbin,3
corby,1
cordelia,5
corduroy,2
cordy,1
coretta,1
corey,3
corgen,1
corgi,1
cori,1
coriander,2
corkie,2
corky,19
cormac,1
corn,1
cornbread,1
cornelius,7
cornflake,1
corolla,1
corona,6
corragio,1
corrie,1
corrio,2
corvo,1
corwin,1
cory,14
cosa,1
cosby,1
cosette,5
cosi,2
cosibella,2
cosimo,2
cosita,15
cosito,1
cosmic,1
cosmo,94
cosmos,1
costello,2
cota,1
cotie,1
cotto,5
cotton,28
coty,4
coudy,2
cougar,3
coughey,1
cougie,1
coulter,1
count,1
countess,1
county,1
couper,1
courage,8
courtney,4
courtny,1
couscous,1
couture,2
covo,1
covu,1
cow,3
cowboy,13
cowgirl,1
cowy,1
coy,1
coyne,1
coyo,1
coz,1
coze,1
cozmo,3
cozzie,1
cracker,4
crackerjack,2
craig,1
crash,5
crawford,1
craze,2
crazy,2
cream,7
creamchees,1
creamsicle,1
creamy,3
creasy,3
creazy,1
creeksides,1
creekside's,1
creeper,1
creepy,1
creme,1
creme-banana,1
cressida,1
cribbs,1
cricket,20
cricket/oreo,1
crickett,1
crime,1
criminal,1
crimson,1
crinkle,1
crip,1
cris,1
crisp,1
crispeta,1
crispin,2
crispy,1
crissie,1
crissy,4
cristal,6
cristal-coco,1
cristiano,1
cristina,3
critter,1
crixus,1
crockett,2
croissant,2
cronixx,1
cronut,2
crosby,16
croshka,1
crotona,2
crousty,1
crouton,2
cruella,1
cruize,1
crumb,1
crumble,1
crumbs,1
crumpet,2
crunch,2
crunchie,2
crupi,1
crusher,2
cruz,2
crystal,36
csanova,1
cuatro,1
cuba,6
cubbie,1
cubby,13
cuca,2
cucciebella,1
cucciolo,1
cuckoo,1
cuco,1
cucu,1
cuddle,1
cuddles,28
cuddy,1
cudi,2
cuja,1
cujalita,1
cujo,15
cukie,1
cuky,1
culann,1
cullen,1
cunon,1
cup,2
cupcake,42
cupcakes,1
cupia,1
cupid,21
cuppy,1
cups,1
cuqui,1
curan,1
curduroy,1
curious,1
curlee,1
curley,1
curlie,1
curly,16
curlyfries,1
currie,1
curry,4
curtis,8
curtsey,1
cusco,1
cush,1
cushee,1
cushi,3
cushito,1
cute,2
cuthbert,1
cutie,22
cutler,1
cutter,7
cuttie,1
cuyo,3
cuzco,2
cuzo,1
cuzow,1
cuzzy,1
cy,2
cyamin,1
cyan,2
cyber,1
cybil,1
cyborg,1
cyclone,2
cyclopse,1
cyd,2
cynamin,1
cyndia,1
cynnamin,1
cynthia,3
cypha,1
cypher,1
cypress,4
cyrano,3
cyril,3
cyrus,13
czar,2
czike,1
d,3
d.,1
d.damico,1
d.i.,1
d.j,2
d.j.,5
da,4
dabbie,1
dabbs,1
dablin,1
daboo,1
dacey,1
dacher,1
dachi,1
dachshund,1
daddy,6
daemon,1
daenerys,4
daffney,1
daffodil,2
daffy,5
dafne,1
dafney,2
dafny,1
dag,2
dagny,6
dagobert,1
daguerre,1
dah,1
dahlia,8
dahmer,1
dai,1
daigow,1
daijiro,1
daisey,7
daisie,1
daisimae,1
daisy,649
daisy/formerly,1
daisyann,1
daisy-ann,1
daisy-mae,1
daisymay,1
daizy,5
dakhota,1
dakota,101
dale,6
daleilah,1
daley,1
dali,3
dalia,6
dalila,3
dallas,47
dally,3
dalton,4
daly,1
dalyla,1
dama,1
damage,1
damain,1
damali,1
dambi,1
dame,4
dami,1
damian,7
damien,5
dammy,2
damo,1
damon,3
damu,1
dana,11
danbi,1
dancer,2
dancing,1
dandelion,2
dandy,3
dane,1
danely,1
dang,2
danger,11
dangerfields-mr.bobby,1
dangertwo,1
dangles,1
dango,2
dani,4
dania,2
danica,2
danie,1
daniel,7
daniella,1
danielle,1
danji,2
danke,2
danna,1
dannan,1
danni,1
dannie,2
danny,28
danny-thor,1
dante,61
dantechaos,1
danuta,1
dany,1
daphanne,1
daphne,30
daphnee,1
daphnie,1
daphodil,1
dapper,3
daquiri,1
dar,1
dara,2
darby,23
darcy,21
daria,4
darian,1
dario,1
darius,2
dariy,1
darky,1
darla,33
darlene,1
darling,4
darly,1
darna,1
darnelle,1
darren,3
darryl,1
dart,1
dartacan,1
d'artagnan,4
dartanion,1
darwin,19
darwon,1
darwyn,1
daryl,1
dascha,1
daschi,1
dasein,1
dash,46
dasha,8
dashel,2
dashell,1
dasher,6
dashi,1
dashiel,1
dashiell,4
dashwood,1
dasiy,1
dassa,1
data,1
datsyuk,1
dau,1
daumar,1
dauphine,4
dave,6
davelis,1
davenport,1
davey,5
david,8
davidbeckham,1
davidson,1
davies,1
davignon,1
davinci,4
davon,1
davos,1
davy,6
dawg,1
dawn,4
dawson,6
dax,15
dayday,2
dayle,3
dayman,1
dayo,3
dayo-achilles,1
dayse,1
daysi,1
dayton,1
daytona,1
dayze,1
dayzee,1
dayzi,1
daze,2
dazen,1
dazer,1
dazey,2
dazia-mone,1
dazlle,1
dazy,5
dazze,1
d-block,1
dbo,1
dc,1
dd,2
ddaeng,1
ddalgi,1
ddoong,1
de,2
deacon,9
dead,1
deadgame,1
deamon,1
dean,11
deana,3
deandra,1
dean-duke,1
deano,1
dear,1
dearie,1
debbie,6
debo,6
deboe,1
deborah,1
debow,1
deby,1
decatur,1
decca,1
decebal,1
decker,1
declan,1
deco,1
decoy,1
decue,1
deda,1
dede,2
dedee,1
dee,25
deebo,5
deedee,6
deedo,1
deegan,3
deejay,4
dee-joe,1
deemon,2
deena,3
deeogi,1
deepak,1
deer,1
deery,1
deeter,1
deevo,1
deezel,2
deezle,1
defiance,1
deforest,1
dega,2
de-gaulle.t.wang,1
deisel,4
deizel,1
deizi,1
deja,7
deka,1
deke,1
dekko,1
dekoda,2
delacroix,1
delancey,2
delany,1
delfi,1
delhali,1
delia,2
deliah,1
delilah,67
deliliah,2
delirium,1
della,5
delmar,1
delonge,1
delphi,5
delphine,2
delray,1
delroy,1
delsie,1
delta,3
delta-maya,1
deluze,2
dembe,1
demetri,1
demetrius,1
demi,9
demo,2
demon,5
demond,1
d-emperor-nero,2
dempsee,1
dempsey,11
dena,4
denahi,1
denali,5
denall,1
dene,1
deneros,1
deni,3
denim,7
deniro,5
de'niro,1
deniro-poo,1
dennis,6
denny,5
deno,1
denver,7
denzel,2
deo,1
deogee,2
deogie,2
depp,1
deputy,1
derby,7
derek,9
dereon,1
derosa,1
derrick,1
desdemona,2
deseree,1
deserey,1
desert,1
desi,23
desilu,2
desire,1
desirea,1
desmond,7
desti,1
destiney,1
destinn,1
destino,1
destiny,25
destro,1
detective,1
deter,1
detriot,1
detroit,1
deuce,17
deva,1
devereux,1
deville,1
devin,3
devlin,1
devo,1
devochka,1
devon,1
devyn,1
dewey,21
dewie,3
dex,8
dexter,212
dextor,1
deysi,1
dez,1
dezi,3
deziree,2
dezy,1
dezzy,1
dhalia,1
dhalya,1
dhante,1
dharma,4
di,5
dia,2
diabloi,1
diamond,189
diamondnik,1
diamonf,1
diana,11
diane,2
dianna,1
diasey,1
diasy,2
dice,8
dick,1
dickens,2
diddy,5
diderot,1
didi,12
dido,1
diefenbaker,1
diego,56
diesal,2
diesel,139
dieter,2
dietrich,1
diezal,1
diezel,4
dig,1
digby,10
digger,1
diggidy,2
diggity,1
diggle,1
diggs,1
diggy,4
digit,1
dignan,2
digsby,1
dija,1
dijon,4
diletta,1
dill,4
dilla,1
dillan,2
dilley,1
dillian,1
dillinger,8
dillon,12
dilly,1
dilsey,1
dim,1
dima,1
dime,1
dimi,1
dimitri,4
dimona,1
dina,5
dinah,5
dindi,1
dindin,1
diner,1
dinero,1
ding,4
dingding,1
dingo,18
dink,1
dinks,2
dinkus,1
dinky,10
dino,79
dio,3
dioggie,2
diogi,3
diogo,1
dionne,3
dior,18
dipp,1
dipper,4
dippy,1
dipsea,1
dipsey,1
dipsy,2
dirk,3
dirt,1
disa,1
disco,6
discovery,1
disel,5
disney,1
dita,4
dite,1
ditto,2
ditty,1
diva,58
divaaprico,1
diva-frida,1
diver,1
divi,1
divina,1
divinci,1
divo,4
diwali,1
dixi,1
dixie,87
dixie-rose,1
dixon,7
dizdale,1
dizo,2
dizya,1
dizzy,19
dizzy-g,1
dj,34
djali,1
django,31
djay,2
d'jay,1
djemma,1
djetta,1
djinn,1
djolu,1
dlila,1
d-lu,1
dmitri,1
do,4
doakes,1
doba,1
dobbee,1
dobber,1
dobbie,1
dobby,25
dobe,1
dobey,1
dobie,5
doby,5
doc,15
doche,1
dock,2
doctor,3
doddle,1
dodge,1
dodger,21
dodi,3
dodies,1
dodik,2
dodo,5
doe,1
dog,15
d-o-g,1
dogby,1
dogee,1
dogen,1
doggeh,1
doggo,1
doggy,5
dogo,1
dog's,1
dogstoyevsky,1
doire,1
dojo,2
doki,1
dokota,1
doky,1
dolby,2
dolce,51
dolce/sugar,2
dolcegioia,1
dolcino,1
doley,1
dolf,1
doli,1
dolice,1
doll,1
dolla,1
dollar,9
dollie,3
dollin,1
dolly,72
dolly-iii,2
dollyparton,2
dolores,3
dolton,1
doly,1
dom,1
domani,1
domenic,1
domingo,3
dominic,3
dominick,5
dominique,2
domino,43
domino-bleu,1
dominoe,3
domo,4
don,8
dona,2
donald,4
donatella,3
donatello,3
donchy,1
dondon,1
dong,2
dongja,1
doni,1
donie,1
donkey,1
donmissas,1
donna,6
donner,1
donni,1
donnie,5
donny,2
donovan,5
donte,3
donut,4
dony,1
doo,2
doobie,2
dooboo,2
dooby,1
doodle,8
doodles,5
doogan,2
dooggee,1
doogie,4
doogle,1
dookie,2
dooley,5
doolin,1
doolitte,1
dooney,1
doory,1
doot,1
dooye,1
doozee,2
doozer,1
dopa,1
dopey,2
dopie,1
doppy,1
dora,35
dorado,2
doree,1
dorey,1
dori,12
dorian,3
dorie,1
doris,4
dorita,1
dorito,2
dorkie,2
dorofey,1
dorothy,10
doroty,1
dorrie,1
dorrit,1
dory,11
dorys,1
dos,2
dosie,1
dosti,2
dot,12
doti,1
dots,2
dotti,1
dottie,27
dottie-may,2
dotty,3
dou,4
doubi,1
double,3
doudou,5
doug,13
dougal,1
dougee,1
doughie,1
doughnut,1
dougie,9
douglas,15
douie,1
douoie,1
douwe,1
douxie,1
dov,2
dove,1
dover,1
dow,1
downie,1
downy,2
doxie,3
doxy,1
doyle,2
dozer,11
dozzer,1
dr,3
dr.,11
draco,3
dradis,2
drago,3
dragon,6
drake,10
drako,3
drama,7
drambuie,1
drano,1
draper,1
drater,1
drayben,1
dre,3
drea,2
dream,6
dreamer,3
dreamy,3
dreaux,1
dreidel,2
drew,4
drex,1
drexel,3
dries,1
driggs,2
drill,1
drior,1
driver,1
drizzy,2
drizzzy,2
drogba,1
drogo,1
droid,1
droopy,1
dru,1
dru-delgado,1
druk,1
druke,1
drumstick,1
drusila,1
du,2
duane,1
dubi,1
dublin,12
duboo,1
dubs,1
dubu,1
duby,1
duc,2
ducati,1
duce,3
duchamp,1
duchess,49
duck,6
ducka,1
duckey,1
duckie,2
ducky,13
ducthess,2
dude,17
dudek,1
dudely,1
dudley,27
dudu,1
dudua,1
due,1
dueca,1
duece,2
duey,2
duff,4
duffey,1
duffy,33
dufy,1
dug,2
dugan,2
dugans,1
duggy,1
duglas,1
dui,1
duk,1
duke,227
dukee,1
dukepompey,1
dukey,3
duki,2
dukie,2
dukitus,1
duky,1
dulce,16
dulchineya,1
dulcinea,4
dulsiniya,1
dum,2
duma,2
dumbdumb,1
dumbledore,1
dumbo,9
dumdum,1
dumpling,5
duncan,51
dundee,2
dundie,1
dune,3
dunia,2
dunja,1
dunkan,1
dunkel,1
dunkin,22
dunkin',1
dunky,1
dunmore,1
duo,1
duoduo,2
duplicate,1
duppie,1
dupree,1
duque,3
duquesa,1
durango,2
duri,1
dush,1
dusk,1
duster,2
dusti,1
dustin,4
dusty,63
dusty-lee,1
dusya,2
dutch,42
dutches,9
dutchess,38
dutchie,2
dutchy,1
dvash,1
dwayne,2
dwight,1
dyan,1
dybo,1
dyce,1
dyer,2
dylan,66
dyme,1
dymond,1
dynamite,2
dynu,1
dyson,5
dyzel,2
dzeko,1
dziga,2
e,3
e.a.,1
e2,1
eagle,2
eames,1
ean,1
earl,12
earleen,1
earnest,1
earnie,1
eartha,1
earvina,1
easel,1
easi,1
easley,1
east,2
easter,2
easton,2
easy,5
eazy,1
ebanks,1
ebba,1
ebbe,3
ebbie,2
ebbs,1
ebby,2
ebeneezer,1
ebenezer,1
eboni,1
ebony,27
ecco,2
echo,20
ecko,6
eclair,1
eclipse,4
eco,1
ed,3
edda,1
eddie,60
eddy,11
edee,2
eden,2
edgar,13
edge,1
edgie,1
edgy,2
edi,1
edie,16
edina,2
edison,3
edith,10
edmund,1
edna,2
eduarda,1
eduardo,1
edward,3
edwin,4
edwina,2
edy,1
eenie,1
eerie,1
eevee,10
eeyore,1
efe,1
efes,1
effie,6
effy,1
egg,1
eggo,1
eggs,1
eggy,2
ego,2
egon,1
egor,2
egypt,12
ehrmie,1
eiffel,1
ein,4
einstein,35
eisa,1
eisley,1
eisner,1
ekaterina,1
ekeko,1
eko,1
el,4
ela,1
elaine,1
elans,1
elbee,1
elbereth,1
elbrus,1
elby,1
elda,1
eldie,1
ele,1
eleanor,23
electra,5
element,1
elena,2
elephant,2
elf,1
elfie,1
eli,61
elias,3
elidin,1
elie,6
elijah,5
elinor,1
eliot,4
eliska,1
elissa,1
eliza,7
elizabellah,1
elizabeth,17
elke,2
elke-heide,1
elkie,1
elko,1
elky,1
ella,131
elle,6
ellen,3
ellery,1
elli,2
ellie,132
ellie/eloise,1
elliot,11
elliott,5
ellis,3
elly,5
elma,1
elmer,9
elmira,2
elmo,13
elois,1
eloise,28
elphaba,3
elphy,1
elroy,3
elsa,35
elsie,19
elton,1
elvin,2
elvira,2
elvis,105
elway,1
elwood,9
ely,4
elyse,1
elysee,1
elyssa,1
elzy,1
em,1
ema.hookie,1
emadam,1
emalina,2
ember,5
embers,1
embony,1
emelia,2
emely,1
emerald,2
emerson,4
emery,2
emerysmyth,1
emet,1
emi,7
emik,1
emile,2
emileo,1
emilia,1
emilie,1
emilie.bunnell@gmail.com,1
emilio,4
emi-lou,2
emily,38
emis,1
emma,179
emma-amilia,1
emmanuel,1
emme,9
emmet,3
emmett,9
emmi,1
emmie,16
emmit,3
emmitt,3
emmy,32
emmylou,6
emo,1
emory,1
emperor,1
emporio,1
empress,2
emris,1
emrys,1
emsy,1
emy,2
emzara,1
enchilada,2
endor,1
endymion,1
engelbert,1
english,1
ennis,1
eno,1
enoch,1
enola,1
enrico,1
enrique,1
envy,5
enza,1
enzo,55
eowyn,1
ephrussi,1
epi,2
epsilon,1
epstein,1
equity,1
erebus,1
eric,3
erica,5
erika,1
erin,4
erne,1
ernest,11
ernestine,2
ernesto,2
ernie,58
eroc,1
eron,1
eros,3
esabella,1
escampi,1
escher,2
esco,4
escobar,1
ese,2
esha,1
eshy,1
eski,2
eskie,1
eskomybuddy,1
esme,6
esmé,2
esmeralda,1
esmeralda(essie),2
esmerelda,3
esopus,1
espee,1
esperanza,2
espn,1
espresso,6
esquire,2
essa,1
essence,1
essess,1
essex,2
essie,3
essix,2
esteban,1
estee,1
estefani,1
estela,1
estella,1
estelle,3
estes,1
esteve,1
esther,3
estrella,3
estrellita,5
et,1
ethan,10
ethel,12
etienne,1
etoile,1
etsy,1
etta,5
eudora,1
eugen,1
eugene,9
eunice,1
eunicethompson-stroud,1
europa,1
eva,37
evan,1
evander,1
evangeline,4
eve,12
evelake,1
evelene,1
evelyn,5
ever,2
everest,7
everett,1
everitt,1
eversea,1
evey,1
eveylyn,1
evie,18
evita,3
evo,3
evonni,1
evvi,1
evy,4
ewi,2
ewok,5
excalibur,1
exit,2
extrellita,1
eyck,1
eyes,1
ez,2
eze,1
ezekiel,5
ezma,1
ezmae,1
ezra,5
ezzie,1
f,2
fab,2
fabelhaft,1
f*,1
fabio,7
fable,1
faccia,1
face,1
facebook,1
facundo,1
faedo,1
faelanx,1
fagean,1
fairfax,1
fairy,1
faith,41
fala,2
falco,2
falcon,3
falcoon,1
falcor,1
falcore,1
faldarol,2
faline,2
falko,2
falkor,1
fall,1
fallon,4
falth,1
fame,1
fan,2
fancie,1
fancy,20
fang,4
fangio,1
fango,2
fannie,5
fanny,11
fantastic,1
fanto,1
fanya,1
faolan,1
farah,2
farfalla,1
farfel,6
farfle,1
fargo,1
farina,1
fariya,1
farleigh,1
farley,8
farrah,12
fartina,1
farva,1
fasby,1
fashion,1
fason,1
fat,1
fatboy,2
fate,1
fatfuti,1
father,1
fatima,2
fats,1
fatso,1
fatty,3
faulkner,1
fauna,2
faust,4
fausto,1
favella.w,1
favor,2
fawn,8
fay,4
faye,7
fayla,1
fayzai,1
fdr,2
fe,2
feather,2
febe,1
febei,1
febo,1
feddi,1
federico,2
fedor,3
fedot,1
fedya,2
fee,1
feebi,1
feebie,1
fee-fi,1
feeling,2
feenix,1
feeny,1
fefe,5
feifei,1
feildy,1
feile,2
feisty,2
feivel,1
fela,2
fela-jo,1
felicia,1
felicity,3
feline,1
felipa,1
felipe,2
felix,32
feliz,1
fella,1
felon,1
feloni,1
felony,1
femi,1
fender,2
fendi,21
fendy,2
fenimore,3
fenix,1
fennel,2
fennex,1
fenny,1
fenris,3
fenton,2
fenway,10
fenwick,2
fercho,1
ferdie,1
ferdinand,7
fergie,10
fergus,10
ferguson,1
fern,8
fernando,6
ferrari,2
ferris,7
fester,2
festus,2
fetch,1
fetitza,1
fetti,1
fetty,2
fez,3
fezzik,1
fezziwig,2
fhaye,1
fia,1
fibbi,1
fibi,4
fibonacci,1
fibs,1
fichu,1
fida,1
fiddle,3
fidel,10
fidele,1
fidget,1
fidi,1
fido,9
fielding,1
fierce,1
fiesta,4
fievel,5
fifa,1
fifi,39
fifi(sugar),1
fifiana,1
fifigigi,1
fifty,3
fig,8
figa,1
figaro,8
figgy,3
figi,1
figo,1
fij,1
fiji,3
fikus,1
filigree,1
filimon,1
filip,1
filippi,1
filippo,1
fillmore,2
filo,3
filou,1
filya,1
fin,1
fina,2
finbar,4
finch,5
finchie,1
finian,2
finlay,3
finley,26
finn,63
finnbar,2
finnegan,32
finney,1
finnian,1
finnick,1
finnigan,5
finnleigh,1
finnley,3
finnmccool,1
finnoula,1
finny,2
finster,1
fiolry,1
fiona,84
fionn,1
fionna,1
fiorello,1
fips,2
firby,1
fire,4
fireball,1
firecracker,1
firefly,3
first,1
firulay,1
firulays,1
fischio,1
fish,1
fisher,1
fistiki,1
fiston,1
fita,1
fitch,2
fito,2
fitts,1
fitz,6
fitzgerald,9
fitzroy,1
fitzy,1
fiu,1
five,3
five-o,1
fiver,2
fiyero,2
fizzgig,1
fizzie,1
fizzy,1
flaco,1
flaffy,1
flag,2
flair,2
flake,1
flame,1
flan,2
flannery,1
flapjack,4
flappy,1
flash,22
flash-gordon,1
flax,1
flea,2
flee,2
fleetwood,1
fletcher,11
fleur,3
flex,8
flight,1
flike,1
flint,3
flip,6
flippy,2
flipsy,1
flo,4
flocy,1
floey,1
floffy,1
flofy,1
flojo's,1
flokey,1
floki,2
floozie,1
flophy,1
floppy,11
flopsie,1
flopsy,3
flopy,1
flor,1
flora,12
florence,6
florentine,1
floreo,1
florian,3
florida,3
floris,1
florita,1
floro,1
flossie,1
flossy,2
flossybell,1
flounder,2
flow,2
flower,6
floyd,23
flubadub,1
fluff,3
fluffette,1
fluff-fluff,1
fluffie,2
fluffito,1
fluffy,146
fluffy-ames,1
fluffymatt,1
flukey,1
flurry,2
fluto,1
fly,3
flyer,2
flygt,1
flynn,15
flynn-(billygswannbe),1
flynn-drew,1
flynt,1
foffy,1
fofo,2
follette,1
folly,5
folus,1
fonsi,1
fonso,1
fonzi,2
fonzie,6
fonzy,1
foo,1
foo-choy,1
fooey,1
foofah,1
foofoo,1
footprint,1
forbes,4
fordster,1
fordy,1
forest,4
forrest,9
forte,2
fortunato,1
fortune,1
fosco,1
fosi,1
fossee,1
foster,7
fotch,1
fox,17
foxee,1
foxhunt,1
foxi,3
foxie,5
foxmasya,1
foxo,2
foxsie,1
foxtrot,1
foxx,1
foxxy,8
foxy,113
foxy-chula,1
fozzie,8
fozzy,3
frac,1
fraggle,1
fraiser,2
frala,1
fran,4
frances,20
francesca,10
francesco,4
franchesca,1
franchi,1
franci,1
francie,3
francine,5
francis,19
francisco,1
franco,4
francois,3
francoise,1
frangelico,1
frani,1
franjo2,1
frank,54
frank5%,1
franka,1
frankee,1
frankenstein,4
frankfooter,1
frankfurt,1
frankfurter,1
franki,1
frankie,182
frankie-s,1
frankki,1
franklin,45
franklyn,3
franklynn,1
franksinatra,1
franky,13
frannie,9
franny,15
franswa,2
franz,5
frappe,1
frasier,7
fraulein,5
fraxy,1
frazier,3
freccia,1
freckle,1
freckles,23
fred,68
freda,2
freddie,43
freddy,29
frederic,1
frederick,6
fredo,11
fredrico,1
fredrik,1
free,2
freedom,4
freedoom,2
freeway,4
freida,1
freida-leyna,2
freja,5
frekles,1
french,4
frenchee,1
frenchie,11
frenchy,2
fresco,1
fresh,1
freud,3
freya,12
freyja,7
fria,1
fric,1
frick,1
frida,41
frieda,2
friendly,1
friendships,1
frigg,1
friggit,1
frijol,1
frincess,1
frisbbe,1
frisbee,3
frisco,10
frisker,1
frisket,1
friskey,1
frisky,5
frito,1
frits,1
fritz,44
fritzgerald,1
fritzie,1
fritzy,1
frizzy,1
fro,1
frodo,8
froed,1
frog,3
froggy,3
frolic,1
frosia,1
frost,5
froster,1
frosti,2
frosty,25
frumpus,1
fu,1
fubby,1
fudd,1
fudge,16
fudgee,1
fudgie,1
fuego,1
fufa,1
fuffie,1
fufi,1
fuftsik,1
fufu,3
fugi,1
fuji,6
fuks,1
fuku,2
fulton,2
funfetti,1
funky,1
funtik,1
fura,1
furbie,2
furbs,1
furby,4
furgus,1
furio,1
furlong,1
furrypaws,1
fury,3
fusion,1
fuss,1
fussilli,1
fussy,1
futress,1
future,1
futuro,1
fuzzette,1
fuzzy,9
fyn,1
fynn,1
g,1
gaba,1
gabba,1
gabbana,3
gabbie,3
gabby,32
gabe,3
gabi,3
gabiota,1
gable,2
gabriel,16
gabriela,1
gabriella,8
gabrielle,8
gabrielli,1
gaby,8
gadge,2
gadget,5
gaegogi,1
gaelie,1
gaetan,1
gaetana,1
gaga,6
gage,3
gagi,1
gaia,4
gaiga,1
gaila,1
gaja,1
gala,3
galaen,1
galaxy,4
gale,3
gali,2
galilea,1
galileo,2
gallant,1
galliano,1
gambino,1
gambit,16
gamble,1
gamby,1
ganache,1
gandalf,6
gander,2
gandlf,1
gandy,1
ganggang,1
gangsta,1
gangster,3
ganji,1
gannicus,3
gaodi,1
garbanzo,4
garbo,4
garcia,2
garda,1
gardenia,1
garett,1
garfield,2
garland,1
garlic,1
garmr,1
garner,1
garol,1
garratt,1
garret,1
garrett,1
garrick,1
garrison,2
garry,1
garth,2
gary,16
gary-ger-sherif,1
gaspard,1
gaspare,2
gasper,3
gaston,5
gastone,2
gately,1
gato,1
gator,3
gatsby,38
gatwick,1
gaucho,5
gauge,3
gavin,8
gawain,1
gaya,2
gayla,1
gaynor,1
gazoo,1
gazpacho,1
gd,1
gea,1
gecko,1
geddy,1
gee,3
geeanna,2
geebee,1
geegee,1
geezer,2
gefiltc,1
gege,1
gehrig,1
geisha,2
gelato,2
gem,9
gema,1
gemelli,1
gemeni,1
gemi,1
gemini,4
gemma,27
gemmi,1
gemze,1
gena,1
gene,1
genee,1
genenieve,1
general,8
genesis,7
geneva,3
genevieve,6
genghis,1
genie,5
genius,1
genji,1
genna,1
genny,2
geno,2
genocyde,1
genovese,2
gens,2
gentleman,1
gentry,1
geo,2
geoffrey,2
geordi,2
geordie,2
geordy,1
george,158
georgebabe,1
georgeous,1
georgette,3
georgi,3
georgia,48
georgie,37
georgie-girl,1
georgio,1
georgy,1
georgygirl,1
gepetto,2
geppetto,1
gerald,2
geranium,1
gerard,1
gerbert,1
gerda,3
gerdie,1
geri,2
gerlene,1
germany,1
geronimo,8
gerrit,1
gerry,3
gershwin,1
gerta,1
gertie,9
gertrude,15
gerty,1
gerula,1
gesha,2
geter,1
geya,1
g-flashy,1
gg,5
ggoma,1
ghibli,1
ghost,27
ghoul,1
ghoulie,1
gi,3
gia,52
giada,1
giallo,1
giana,3
gianna,2
gianni,2
giant,2
giaselle-claire-suki,1
giavonna,1
gibbs,4
gibby,3
gibson,12
gideget,1
gideon,7
gidget,25
gielly,1
giffin,1
gifford,1
gigantic,1
giggles,1
giggy,2
gigi,149
gigio,1
gigo,1
gigolo,1
gigy,1
gilato,1
gilbert,4
gilda,4
gillen,1
gilley,1
gillian,4
gillie,2
gilligan,2
gillmore,1
gilly,3
gilmour,1
gimbal,1
gimbo,1
giminy,1
gimli,2
gimly,1
gin,6
gina,18
ginga,1
ginger,344
ginger.p,1
ginger1211,1
gingerbrea,2
gingerbread,3
ginger-lena,2
ginger-lynn,1
gingerpi,1
gingerpuff,1
gingersnap,3
gingerspce,1
gingery's,1
gingi,4
gingin,2
gingy,1
ginja,1
ginji,1
ginko,1
ginni,1
ginnifer,1
ginny,13
gino,34
ginobili,1
gins,2
ginsberg,1
ginsburg,1
ginseng,1
gio,14
giocoso,1
gioia,7
gioiella,1
giorgio,9
giovanin,1
giovanna,4
giovanni,13
giovannie,1
gipper,3
gipsy,2
girl,6
girlfriend,3
girlie,3
girly,2
girlygirl,1
gisele,2
giselle,9
gish,1
gismo,2
gisuseppe,1
giszelle,1
gitana,1
gitane,1
gitta,2
giu,1
giuliana,1
giuliani,1
giulietta,1
giulio,2
giuna,2
giuseppe,7
givenchy,1
gizelle,1
gizhmo,1
gizma,1
gizmo,354
gizmo/gilb,1
gizmoe,1
gizzie,5
gizzmo,4
gizzy,1
glacier,2
glacken,2
gladstone,1
gladys,2
glamour,2
glas,1
glass,1
gleason,1
glen,2
glencoco,1
glendaline,1
glenn,2
glenna,1
glinda,1
glisten,1
glo,1
globis,1
gloria,11
glorie,1
glorious,1
glory,4
glynda,1
g-monay,1
gnar,1
gnarley,2
gnarly,1
gnocchi,6
gnocco,1
gnomeo,2
go,2
gobi,5
gobinda,1
gobstopper,1
gocha,2
gochi,1
gocho,1
goddiva,1
goddy,1
godfrey,3
godie,1
godiva,8
godric,1
godzilla,8
godzuki,1
gogarty,1
goggies,1
gogo,12
gohmi,1
goji,1
goku,3
gokuh,1
golbez,1
golda,3
gold*,1
golden,4
goldendoodle,1
goldie,54
goldilocks,1
goldi-lox,1
goldo,2
goldy,7
golfito,1
golfo,1
goliath,16
gomez,7
gompers,1
gongju,1
gonta,1
gonzo,2
goo,1
goober,9
goobers,1
goochie,1
good,1
goodwin,2
goody,1
goofus,2
goofy,14
googie,1
goomba,1
goopy,1
goose,22
goosie,1
gorber,1
gorda,4
gordi,1
gordie,3
gordita,1
gordo,20
gordon,16
gordy,4
gorgeous,2
gorgi,2
gorgie,1
gorgonzola,1
gori,1
gosha,3
goshen,1
gotham,1
gotota,1
gotti,16
gouda,3
gougere,1
gouldo,1
goumba,2
gouzai,1
governour,1
gowgow,1
goya,1
gozer,2
gozo,1
gozy,2
graai,1
grace,53
gracee,1
gracey,3
graci,1
gracie,212
gracie-,1
gracy,2
grady,9
grae,1
graeby,1
graf,2
graff,2
graffiti,1
graham,9
grainne,1
graisy,1
gramm,1
grand,2
grandma,2
granger,1
granno,1
grant,7
grantham,1
grasshopper,1
gravy,2
gray,5
grayan,1
gray'c,1
grayce,1
graycee,1
graycie,1
graysea,1
grayson,9
grazio,1
grechen,1
green,2
greer,1
greg,3
greicy,1
gremlin,3
grenas,1
grendel,1
greshka,1
gresly,1
greta,27
grétal,1
gretchen,12
grete,2
gretel,8
grettah,1
gretzky,5
grey,11
greyni,1
greyson,4
greystone,1
gribetz,1
griever,1
griff,4
griffen,2
griffey,1
griffin,33
griffy,1
grifo,1
grigio,1
grim,1
grimes,1
grimlock,1
grimmy,1
grimsby,2
grimsey,1
gringa,1
gringo,8
griselda,1
gritz,1
griz,1
grizwald,2
grizz,3
grizzle,1
grizzlie,1
grizzly,16
grom,2
gromet,1
gromit,7
grondo,1
groot,1
groucho,2
grover,8
growler,1
growly,1
gru,1
grumdrop,1
grumpy,1
grunt,2
gryff,1
gryffindor,3
grylla,1
gryllo,1
gryphon,6
gu,1
guacamole,3
guai,4
guaibao,1
guaiguai,1
guaiti,1
guanica,1
guapo,10
guardian,2
gubbio,1
guber,1
gucci,96
guchi,1
gudda,1
guera,1
guero,1
guido,4
guillermo,4
guiness,4
guinevere,3
guinness,55
guinness(braska,1
guirro,2
guizmo,1
gulash,1
gulbi,1
gulietta,1
gull,1
gulley,1
gulliver,7
gum,4
gumbeaux,1
gumbo,3
gumby,1
gummy,1
gump,1
gundee,1
gunnar,4
gunner,26
gunnery,1
gunnerz,2
gunniess,1
gunny,5
gunter,1
gunther,13
guppy,1
guraggio,1
gurgi,1
guri,3
gurl,1
gurtie,1
guru,2
gus,149
guss,1
gussie,4
gussy,2
gust,1
gustal,1
gustav,3
gustave,2
gustavio,1
gustavo,3
gusto,1
gusty,1
guthrie,2
guts,1
guy,9
guyver,1
gwapo,1
gweenie,1
gwen,16
gwendoline,1
gwendolyn,3
gwennie,1
gwiigwiito,1
gwin,1
gwladys,1
gwyndu,1
gwyneviere,1
gyp,1
gyps,1
gypsey,1
gypsie,2
gypsy,45
gyptian,1
gyro,2
gyspy,1
gyzmo,3
habibi,4
habi-nero,1
habrumi,1
hache,1
hachi,26
hachiko,8
hachi-miko,2
hachl,1
hachy,1
hack,1
haddie,4
hades,6
hadley,7
hadoop,1
hagar,2
hagen,1
haggis,1
hagler,2
hagnus,1
hagrid,3
haida,1
hailee,1
hailey,23
hailie,1
haisel,1
haku,3
haky,1
hal,1
halby,2
hale,1
haley,14
half,1
half-pint,1
halie,1
halle,7
halley,3
hallie,4
hally,1
halo,27
halwa,1
halyard,1
ham,2
hamachi,3
hambone,3
hamilton,17
hamish,6
hamkins,1
hamlert,1
hamlet,11
hamlin,1
hammer,3
hammett,1
hammy,2
hampton,6
hamsa,1
han,5
hana,10
hanako,1
handsome,9
handy,1
haneul,1
hangar,1
hank,77
hanley,1
hanna,10
hannah,47
hannalore,1
hannibal,3
hans,9
hansel,4
hansi,1
hanson,1
hanzo,3
hap,1
hapi,1
hapkito,1
hapooh,2
happi,1
happy,105
hara,1
harajuku,1
harbor,2
hardie,1
hardy,3
hari,1
harlan,5
harland,1
harlee,3
harlem,13
harlen,1
harley,183
harli,1
harlie,3
harlow,14
harmon,1
harmony,7
harold,11
haroo,1
harp,1
harper,40
harpo,11
harpua,1
harpur,2
harri,1
harriet,10
harriett,1
harris,3
harrison,9
harrow,1
harry,126
hartley,3
haru,6
harvard,1
harvery,1
harvest,2
harvey,48
harvin,1
hasco,1
hash,1
hashbrown,2
hasong,1
hasting,1
hatchi,5
hathaway,1
hattie,7
havana,5
havarti,1
havi,1
havoc,4
havok,1
hawaii,1
hawk,2
hawker,1
hawkeye,3
hawkins,1
hawthorn,1
hawthorne,1
haxa,1
hayden,1
hayes,1
haylee,3
hayleigh,1
hayley,12
hazard,2
haze,10
hazee,1
hazel,126
ha''zel,1
hazel(nut),1
hazel-berri,1
hazelmay,1
hazelnut,8
hazie,1
haz-tac,1
hazuki,1
hazy,1
hb,1
heady,1
healer,1
heart,1
heartthrob,1
hearty,2
heath,4
heathcliff,4
heather,12
heathrow,1
heaven,5
heavensent,1
hebe,2
hector,9
hedi,2
hedwig,1
hedy,2
heeya,1
hefe,1
heff,3
heffie,1
hefner,3
heide,1
heidee,1
heidi,54
heidi-bo,1
heidou,1
heimdallr,1
heineken,1
heinrich,5
heinz,2
heiress,2
heirjordan,1
heisman,2
heist,1
heitz,1
helen,9
helene,1
helga,7
hellen,1
helo,1
helsinki,1
heman,1
he-man,1
hemi,2
hemingway,6
hemmingway,1
henderson,1
hendrick,1
hendricks,2
hendrix,15
henesis,1
henley,5
henna,2
hennasy,1
hennesey,1
hennessey,4
hennessy,24
hennesy,1
henney,3
henneyessy,1
henni,2
hennry,1
hennsey,1
hennssey,1
hennx,1
henny,17
henree,2
henri,15
henrie,1
henrietta,3
henrik,5
henry,249
henryeta,1
henson,1
henzel,1
hera,15
herb,1
herbert,3
herbie,14
herc,2
hercule,2
hercules,69
herculis,1
heringo''s,1
herisson,1
herman,14
"herman,",1
hermann,1
hermes,11
hermie,3
hermine,1
hermione,3
hernando,1
hero,11
herschel,4
herschell,1
herschle,2
hersey,4
hershe,2
hershel,3
hershey,101
hersheys,3
hershie,2
hershies,1
hershy,2
heru,1
hewey,1
hex,1
hey,1
heyla,1
hi,1
hiccup,4
hickory,3
hicks,1
hidalgo,1
hideki,3
hiedi,1
higgi,1
higgins,6
higgins!,1
higginson,1
higgley,1
higgs,2
high,1
highwayz,1
hikari,1
hiland,1
hilary,1
hilda,2
hildalgo,1
hildegard,2
hildey,1
hildy,3
hillard,1
hillary,6
hillel,1
hilly,2
hilo,2
hime,1
himiko,1
himrod,1
hina,1
hinckley,2
hindley,1
hines,1
hines-ward,1
hingham,1
hiny,1
hip,1
hippo,3
hippogriff,1
hippolyta,1
hippy,1
hiro,13
hirohito,1
hiroki,1
hiroko,1
hiroshi,1
histyle,1
hitchcock,2
hitchi,1
hitoshi,1
hnery,1
hoagie,2
hobbes,14
hobbit,2
hobbs,1
hobby,1
hobie,6
hobo,3
hobson,2
hocus,1
hoda,2
hodges,1
hodgy,1
hodor,1
hoffman,1
hogan,10
hogi,1
hogie,1
hojo,1
hokee,1
hokie,1
hoku,1
hola,1
holam,1
holden,3
holi,1
holiday,5
holland,3
hollebelle,2
holli,1
holliday,1
hollie,3
hollis,1
hollister,2
holly,124
hollyberrie,1
hollybriar,1
hollyjolly,1
hollywood,7
holmes,2
holy,3
hombre,1
homentashen,1
homer,26
homero,1
homerq,1
homey,3
hommer,1
homytu,1
honcho,1
honda,3
hondini,1
hondo,2
honey,202
honeybee,2
honeybel,1
honeyboo,1
honeyboy,1
honeybun,4
honeybun((holiday),1
honeycomb,1
honey-comb,1
honeycutt,1
honeydill,2
honeypie,1
honeysuckle,1
hong,1
honie,1
honolulu,2
honoria,1
honor's,1
hooch,7
hooch(the,1
hooflet,1
hoop,1
hooper,4
hootch,1
hootie,1
hoover,6
hoozie,1
hop,2
hope,51
hopper,4
hoppie,1
hoppus,1
hoppy,2
hops,4
horace,1
horacio,2
horang,1
horatio,7
hornet,1
horsey,1
horton,3
horus,1
hoshi,3
hoss,3
hostie,1
hot,5
hotaru,1
hotdog,1
hottie,1
hotwire,1
houdini,9
hound,1
houston,5
hov,1
hova,3
howard,9
howdy,3
howell,1
howie,13
hoya,1
hoyt,2
hrs,2
huahua,1
hua-ke,1
huang,1
hua-zai,1
hubba,1
hubbell,3
hubble,3
hubbles,1
hubert,5
huck,16
huckleberry,17
hudini,1
hudson,150
huerequeque,1
huey,7
huggie,1
huggy,1
hughey,1
hughy,1
hugo,67
huke,1
hula,2
hulk,9
hulu,1
humbert,1
humble,1
humboldt,2
humfrey,1
hummer,1
humoose,1
humperdinck,1
humphery,2
humphrey,27
humphy,1
huncut,2
hundley,1
hunnie,1
hunny,3
hunter,128
huntley,2
huntyr,1
hurley,8
huron,1
hurracan,1
hurricane,3
husky,5
husos,1
hustle,3
hutch,7
hutchinson,1
hutts,1
huw,1
hux,1
huxley,10
hybrid,1
hyde,1
hydee,1
hydro,1
hydro-turf,1
hyena,1
hyenna,1
hylo,1
hynsey,1
hype,2
hyper,1
hyphen,1
hyro,2
hyundai,1
iago,1
ian,3
ibella,1
ice,23
iceboy,1
iceman,2
ices,3
icesis,1
icey,2
ichabod,2
ichibod,1
ichie,1
ichigo,1
ichiri,1
icon,2
icy,1
ida,5
idgie,4
idik,1
idli,1
igby,8
iggi,3
iggie,1
iggy,25
igloo,1
ignacio,1
ignatius,2
igor,2
iguazu,1
ika,3
ikchel,2
ike,14
iker,2
ikey,1
ilsa,2
ilya,1
ima,2
iman,1
imani,1
imelda-marcos,1
imli,1
immanuel,2
immies,1
imoen,1
imogen,2
imprezo,1
impy,1
inari,2
inca,2
indi,2
india,16
indian,1
indiana,27
indie,23
indigo,5
indio,3
indus,1
indy,24
inez,4
infamous,1
inga,4
ingemar,1
ingo,1
ingrid,1
inigo,1
inkie,1
inky,5
innes,1
innis,1
innocence,1
instagram,1
inti,2
intl,1
inu,5
io,1
iola,1
ion,1
iorwerth,1
iowa,1
ippo,1
ira,5
iraly,1
irana,1
ireland,2
irene,3
iridessa,1
irie,3
irina,1
iris,14
irish,1
irma,1
iron,1
ironman,2
irving,7
isa,1
isaac,10
isabeau,1
isabel,14
isabela,1
isabella,71
isabelle,26
isadora,6
isadore,1
isaiah,2
isarah,1
isas,1
isco,1
isha,2
isham,1
ishka,1
isidora,1
isis,41
isla,3
island,1
islay,4
isles,1
ismael,1
isolda,1
isolde,2
israel,1
issa,2
issac,2
isys,1
ita,1
itachi,1
itati,1
itchy,1
ithaca,1
it's,1
itsey,1
itssy,1
itzy,1
ius,1
ivan,7
ivana,3
ivanka,2
ivar,1
ivey,1
ivory,17
ivory`,1
ivorysnow,1
ivy,45
iwa,1
iwaleni,1
iwaneli,1
ix,1
izabella,2
izabelle,1
izolda,2
izza,1
izzabell,1
izzabella,1
izzabelle,1
izze,1
izzie,10
izzy,80
izzy/isabella,1
izzy-bella,1
izzybelle,1
j,10
j.,1
j.c,1
j.d,1
j.d.,3
j.j,2
j.j.,9
j.r.,2
ja,2
jabba,3
jabir,1
jabobo,1
jac,1
jacamo,1
jac-david,1
jace,2
jacey,1
jachs,1
jack,425
jack(ie),1
jack(yay-yay)mendez,1
jacka,1
jackal,1
jacke,1
jacki,1
jackie,91
jackie-o,2
jack-jack,3
jackley,1
jacklyn,1
jacko,3
jackpot,6
jackrabbit,1
jackrascal,1
jacks,3
jackson,164
jacksparro,1
jacktannenbaum,1
jacky,6
jaco,3
jacob,31
jacob(river),1
jacobi,1
jacque,3
jacqueline,3
jacquelyn,1
jacques,15
jacques-imo,1
jacques-louis,1
jacs,2
jacy,3
jada,43
jada-giselle,1
jade,47
jadee,1
jaden,5
jadon,1
jadu,1
jadzia,1
jaeda,1
jae-dee,1
jaeden,1
jaeger,1
jae-jae,1
jaffa,1
jag,3
jager,3
jäger,1
jaggar,1
jagged,1
jagger,15
jaggy,1
jagi,1
jagr,2
jagrmeister,1
jaguar,6
jah-coby,1
jai,2
jaicee,1
jaicy,1
jaida,3
jaiden,1
jaijai,1
jaime,1
jaimie,1
jaimoe,1
jak,3
jake,286
jakee,1
jakeem,1
jake-louis,1
jakey,1
jaki,1
jakob,2
jalapeno,2
jaleesa,1
jalen,1
jalissa,1
jam,3
jama,1
jamaica,2
jamaican,1
jamarcus,1
jambo,1
jame-o,1
james,22
jameson,26
jamesy,1
jami,1
jamie,20
jamison,2
jammer,1
jamo,1
jampier,1
jampy,1
jamsine,1
jana,1
jane,16
janee,1
janella,2
janet,6
janey,1
jango,3
jangoon,1
janice,1
janie,1
janina,1
janis,1
j-ann,1
janna,1
janny,1
janosik,1
jansey,1
jantu,1
janys,1
japhy,2
jaq,1
jaquita,1
jara,2
jardo's,1
jared,2
jari,1
jarocho,1
jarrell,1
jarvis,4
jasbe,1
jascha,1
jase,1
jashua,1
jasime,2
jasmiam,1
jasmin,2
jasmine,65
jasmyne,1
jaso,1
jason,15
jaspar,1
jasper,172
jasse,1
jassy,1
jaston-gage,2
jaszmine,1
java,18
javalily,1
javi,2
javier,5
jaws,3
jax,145
jaxi,2
jaxie,1
jaxon,8
jaxs,3
jaxsaria,1
jaxson,14
jaxsyn,1
jaxx,7
jaxxy,1
jaxy,1
jay,43
jayce,1
jaycee,1
jaycob,1
jayda,5
jayde,2
jaydee,1
jayden,5
jayjay,6
jay-jay,3
jayla,5
jaylynn,1
jayme,1
jaymo,1
jayna,1
jayne,1
jaysee,1
jayson,1
jay-sweetz,1
jayvia,1
jay-z,2
jay-zee,1
jazmin,2
jazmine,16
jazmyn,1
jazper,2
jazz,32
jazzabella,1
jazzabelle,1
jazzbone,1
jazzbuddy,1
jazzee,1
jazzi,2
jazzie,6
jazzlyn,1
jazzmin,1
jazzmine,1
jazzy,39
jb,2
jc,3
jd,6
je,1
jea,1
jean,7
jean-claude,1
jeanette,1
jean-luc,1
jeannie,4
jean-ralphio,1
jeb,3
jebadiah,1
jeckle,1
jed,7
jeda,1
jedd,1
jedi,9
jee,1
jeep,2
jeeps,1
jeeter,1
jeeves,2
jeezy,2
jef,1
jefe,3
jeff,3
jeffamy,1
jeffers,2
jefferson,9
jeffery,2
jeffrey,14
jeffreyarr,1
jeffry,1
jeffy,2
jeik,1
jeira,1
jeisy,1
jekyll,1
jellie,1
jello,2
jelly,18
jellybean,5
jelo,1
jem,6
jemma,5
jemmie,1
jena,1
jenga,2
jengo,1
jeni,2
jenkins,1
jenko,1
jenn,1
jenna,16
jenner,1
jenni,1
jennie,1
jennifer,3
jennings,1
jenny,36
jensing,2
jenson,1
jenzie,1
jeopardy,1
jeree,1
jeremiah,1
jeremy,6
jericho,1
jermaine(watson),1
jerome,3
jeromey,1
jerry,55
jersey,23
jerseygirl,1
jerzee,2
jerzy,1
jess,5
jessando,3
jesse,59
jessi,4
jessica,16
jessie,78
jessiejane,1
jessy,5
jester,5
jesus,2
jet,27
jeter,51
jetheo,1
jethreaux,1
jethro,13
jethrro,1
jetson,2
jett,21
jetta,6
jette,1
jetty,1
jewel,21
jewell,1
jewels,7
jewelz,2
jezabel,1
jezebel,16
jezz,1
jezzebel,1
jg,1
jgeordan,1
jhi,1
jia,1
jiah,1
jialing,1
jiang,2
jianna,1
jibbah,3
jicky,2
jif,1
jiffy,1
jigga,6
jiggetts,1
jigglypuff,1
jiggs,1
jiggy,3
jigs,1
jill,18
jillian,5
jilly,7
jim,8
jimbo,4
jiminy,2
jimmi,1
jimmy,55
"jimmy,",1
jimothy,1
jin,7
jina,1
jindol,1
jindy,1
jinga,1
jinger,1
jinggles,1
jingjing,1
jingle,7
jingles,10
jingu/jin,1
jiniwin,1
jinja,1
jinjah,1
jin-joo,1
jinju,1
jinkies,1
jinkins,1
jinkx,1
jinny,2
jinpa,1
jinsoon,1
jinx,18
jinx!,2
jionni,1
jiro,2
jits,1
jitterbug,1
jiu,2
jivan,1
jizmo,1
jj,24
jj/dorjay,1
jju,1
jjujju,1
jjyodaa,1
j-k,1
j-lo,1
jo,13
joan,2
joanie,4
joann,1
joanne,2
joao,1
joaquin,1
job,1
joba,2
jobi,4
jobie,2
jobie-einstein,1
joc,1
jocelyn,1
jochee,1
jock,2
jockamo,1
jockey,2
jocki,1
jocko,2
jodi,6
jodie,2
jodl,1
jody,9
joe,26
joe-joe,3
joel,2
joelle,1
joely,1
joepesci,1
joey,153
jogi,1
johann,1
johanna,1
johansel,1
john,21
johna,1
johnni,1
johnnie,5
johnny,38
johnson,2
johny,5
joia,1
joie,2
jojo,68
jo-jo,4
joker,6
joko,1
jolee,1
jolena,1
jolene,11
joli,2
jolie,8
jolin,1
jolly,3
jolt,1
jomi,1
jon,2
jonah,7
jonas,1
jones,9
jonese,1
jonesy,1
jonh,1
joni,5
jonino,1
jonjo,1
jonjon,1
jonney,1
jonnie,2
jonny,1
jonsey,2
jonsie,1
jonty,2
joobe,1
joojoo,1
jopa,1
jophiel,1
joplin,2
jordan,41
jordi,2
jordie,1
jordin,3
jordy,4
jorel,1
jorge,3
jorgi,1
jorgie,1
jorik,1
jose,5
josé,1
josefina,1
joseph,2
josephina,3
josephine,7
josephus,2
josey,1
josh,6
joshua,13
joshua/,1
josiah,1
josie,61
josphine,1
jossey,1
jost,2
josy,1
joule,1
journey,2
journie,1
jova,1
jovi,3
joy,29
joya,1
joy-anne,1
joyce,2
joydy,1
joylynn,1
jozey,1
jozi,1
jozie,1
jp,3
jpmorgan,1
jr,8
jr.,2
js,2
jt,1
juan,4
juana,3
juanbobo,1
juancho,2
juani,1
juanita,1
juanito,2
juba,1
jubee,1
jubi,1
jubilee,5
jub-jub,1
ju-ci,1
juda,1
judah,4
judas,1
jude,9
judge,4
judiath,1
judith,2
judo,1
judy,15
juelz,2
juffyn,1
jug,1
jugulei,1
juice,1
juicey,1
juicy,15
juile,1
juinor,1
juju,14
ju-ju,1
jujubee,2
jujuvi,1
juka,1
jula,1
julaney,1
jule,1
julee,1
julep,3
jules,11
julez,1
juli,1
julia,8
julian,5
julianna,2
julianne,1
julie,35
julie/beck,1
juliebetty,1
julien,1
julient,1
juliet,22
julieta,4
juliet-cleo,1
juliett,2
julietta,1
juliette,14
julio,6
julius,19
jull,1
julyan,1
jumbo,1
"jumbo,",1
jumper,4
jumping,1
jumpy,1
jumsi,1
juna,3
juneau,6
junebug,4
jungie,1
jungle,2
juni,3
junie,1
junio,1
junior,90
juniper,13
junito,1
junius,1
junjun,1
junny,1
juno,55
junot,1
junpyo,1
junx,1
jupiter,11
juplay,1
jussi,1
justice,18
justices,1
justin,18
justine,2
justy,1
juttie,1
juve,1
jye,1
jymee,1
jynger,1
jynx,2
jyoti,1
jyubei,1
jz,1
k.,1
k.c,1
k.c.,6
k.o.,2
k9,1
k-9,1
kaaya,1
kabbie,1
kabel,1
kabooze,1
kabuki,2
kabuki-ann,1
kacee,2
kacey,10
kaci,2
kacie,1
kacy,4
kadeen,1
kaden,2
kadien,1
kadin,1
kadira,1
kadlekai,1
kado,2
kadu,1
kady,1
kaela,1
kaelah,1
kafka,2
kaga,1
kagan,1
kahleya,1
kahlo,2
kahlua,12
kahn,1
kahula,1
kahuna,2
kahve,1
kai,26
kai',1
kaia,2
kaiba,1
kaida,1
kaiden,1
kaido,1
kaijee,1
kaiju,3
kaikai,1
kaila,2
kailani,2
kailee,1
kailey,2
kaili,1
kailo,1
kaily,1
kain,1
kaine,3
kaioko,1
kaious,1
kaipo,1
kaira,1
kairi,4
kairo,4
kaiser,25
kaitlyn,1
kaiya,5
k-aiyah,1
kaiyuh,1
kaizer,2
kaj,1
kaja,4
kaka,4
kakie,1
kala,4
kalamazoo,1
kalbee,1
kalbi,1
kale,2
kaleefs,1
kaleesi,1
kaleigh,2
kal-el,2
kaley,2
kali,29
kalie,1
kalin,2
kalisi,2
kaliska,1
kalkidan,1
kallaloo,1
kalli,1
kallie,3
kalman,1
kaloko,1
kalona,1
kalu,2
kalua,3
kalumba,1
kalvin,1
kaly,3
kam,1
kama,1
kambo,1
kami,7
kamiko,1
kamila,2
kamilla,1
kamrin,1
kancho,1
kandi,3
kandinsky,1
kandy,6
kane,34
kanei,1
kang,1
kanga,1
kani,1
kano,3
kanook,1
kansas,2
kanui,1
kanushi,1
kany,2
kanya,2
kanye,6
kaos,7
kapi,1
kapitolina,1
kaplan,1
kapo,1
kappy,1
kapriz,1
kaptain,1
kara,5
karamel,1
karate,1
karen,1
kari,2
karin,1
karisma,1
karjani,1
karl,7
karla,6
karlie,1
karlita,1
karly,1
karma,32
karmen,1
karmie,1
karo,1
karrie,1
karus,1
karushka,1
kasandra,1
kascheu,2
kase,1
kasey,15
kaseyann,1
kash,5
kasha,5
kashi,4
kashima,1
kashma,1
kasper,11
kaspur,1
kassie,2
kassius,1
kat,1
kata,1
katana,3
katara,1
kate,14
kateland,1
katelyn,1
katerina,1
katharine,1
katherine,3
kathryn,1
kathy,3
katia,2
katie,82
katie-may,1
katie-shelby,1
katniss,4
kato,20
katogo,1
katrina,3
katsu,2
katty,1
katy,12
katya,2
kavin,1
kawaii,2
kay,3
kaya,23
kayas,1
kaycee,6
kaycie,1
kayden,3
kayla,29
kaylah,1
kayle,1
kaylee,13
kayleen,1
kayleigh,2
kayley,1
kayliah,1
kaylie,2
kaynee,1
kaysar,1
kayso,1
kayti,1
kayto,1
kaz,2
kazak,1
kazi,1
kazik,1
kazoo,1
kazper,1
kazuhira,1
kazuma,1
kb,1
kc,15
k-c,1
kchloe,1
keano,1
keanu,2
kearn,1
kearney,1
kearsarge,1
keaton,2
"keaton,",1
keats,1
kebab,1
kebe,1
kebi,2
kebo,1
kedzie,1
kee,1
keebler,1
keegan,3
keeka,1
keekee,2
keeko,2
keeky,1
keeler,1
keeley,2
keelo,1
keelow,1
keely,2
keemo,1
keena,1
keenan,1
keeney,1
keepsake's,1
keeva,1
keeyo,1
kef,1
keiba,1
keidan,1
keides,1
keiki,1
keiko,23
keila,2
keilan,1
keiler,1
keily,1
keinu,1
keira,7
keisha,3
keita,1
keiter,1
keith,5
keke,4
keko,1
kelahers,1
kelan,1
kelani,1
kelboosh,1
kelby,1
kele,1
kelev,5
keli,1
kelisee,1
keller,1
kelley,3
kelli,5
kellie,2
kellogg,1
kells,1
kelly,50
kelpie,1
kelsey,12
kelsey-belle,2
kelsie,1
kelso,5
keltie,1
kelvin,2
kemar,1
kemba,1
ken,4
kenai,4
kenal,1
kenan,1
kenari,1
kendall,2
kendi,1
kendra,3
kendrick,2
kendu,1
kenickie,1
kenji,13
kenken,1
kenley,1
kenna,3
kenne,1
kennedy,7
kenneth,1
kenney,1
kenny,14
kenny's,1
keno,4
kenobi,1
kenry,1
kensey,2
kenshi,1
kenshin,1
kensi,1
kensington,3
kenta,1
kentucky,3
kenu,2
kenui,1
keny,2
kenya,16
kenyaette,1
kenzi,4
kenzie,4
kenzo,4
keoki,1
keola,1
kepler,4
keppy,1
ker,1
kera,1
keri,2
kerlchen,1
kermit,7
kero,1
kerouac,1
kerri,3
kerry,8
kerwyn,1
kes,2
kesha,5
kestrel,1
keta,1
ketchup,4
ketel,1
ketzie,1
kevin,19
kew,1
kewbie,1
kewpid,1
kewpyd,1
key,3
keya,2
key-key,1
keyla,1
keylargo,1
keylia,1
keyno,1
keyra,1
keys,1
keyser,1
keyshe,1
keysi,1
keyspan,1
khadyn,2
khaleesi,16
khalessi,2
khali,2
khalia,1
khamus,1
khan,6
kharma,1
khaya,1
khepri,1
khia,1
khione,2
khlob,1
khloe,42
khloey,1
khole,4
khrishna,1
khristina,1
khufu,2
khushi,2
ki,3
kia,4
kiamiasha,1
kiana,2
kiara,11
kiarita,1
kiba,10
kibbe,1
kibbeth,1
kibbles,3
kibi,1
kibo,1
kibou,1
kico,2
kid,1
kidd,3
kiddle,1
kiddo,4
kie,1
kiefer,1
kiekko,1
kiera,2
kieran,1
kiernan,2
kierra,1
kieva,1
kiflan,1
kifli,2
kiha,1
kiiro,1
kiita,1
kijibwa,1
kika,6
kike,1
kiki,92
kikie,1
kiko,17
kiks,1
kikuchiyo,1
kikyo,2
kila,1
kilala,1
kiley,2
killa,4
killer,13
killian,2
kilo,22
kilroy,1
kim,6
kima,5
kimba,10
kimbella,1
kimber,2
kimberly,4
kimble,1
kimbo,6
kimchi,12
kimi,5
kimiko,1
kimlo,1
kimmie,1
kimmie-kimba,1
kimmy,4
kimo,4
kimora,1
kimro,1
kin,1
kina,4
kinako,1
kinba,1
kinder,1
kindred,1
king,211
kingdom,2
kingg,1
kingg',1
kingpin,2
kings,1
kingsley,8
kingston,30
kinichi,1
kinie,1
kiniko,1
kinje,1
kinkachu,1
kinley,1
kino,5
kinos,1
kinsey,2
kinto,1
kioko,2
kioshi,2
kip,3
kipling,1
kipo,1
kipper,7
kippy,2
kira,32
kira-a,1
kirby,45
kirei,1
kiri,1
kirin,3
kirk,1
kiro,1
kirra,1
kirro,1
kisci,1
kish,1
kisha,1
kishka,1
kiska,2
kismet,7
kiss,3
kisses,7
kissie,1
kissy,5
kit,6
kita,7
kitana,1
kitkat,3
kitko,1
kito,4
kitsu,2
kitsune,4
kitsuni,1
kitt,3
kitten,1
kitty,21
kiva,3
kiwi,34
kix,1
kiyo,1
kiyoko,1
kizmet,1
kizzie,2
kizzy,5
kj,4
kk,1
kko,1
klaatu,1
klara,2
klash,1
klaus,6
klecko,1
kleetus,1
kleine,1
kleopa,1
kley,1
kloe,3
klondike,5
klondikes,1
klonney,1
klonoa,1
klooska,2
klyde,1
k-mart,1
kneidel,1
knibloe,1
knicks,2
knight,9
knightley,1
knish,1
knopa,1
knots,1
knox,7
knoxville,1
knucklehead,2
knuckles,8
knucky,1
knut,2
knute,1
koa,10
koal,1
koala,3
koba,3
kobayashi,2
kobayende,1
kobby,1
kobe,81
kobee,1
kobi,15
kobie,1
koby,17
koch,1
kochief,1
koco,2
kocoa,3
kocomo,1
koda,47
kodah,1
kodak,5
kodi,15
kodiak,8
kodie,1
kody,23
koffe,1
koffey,1
kofi,5
kogi,1
kohei,1
kohl,1
koi,1
kojac,1
kojak,1
koji,6
kojiro,1
kojo,1
koka,1
koke,1
kokee,1
koki,8
kokie,3
kokito,2
koko,60
ko-ko,1
kokoe,1
kokoi,1
kokomo,5
kokoro,2
koky,1
kola,5
kolber,1
kolbi,1
kolby,1
kolchak,1
kole,2
kolo,1
komali,1
komet,1
kompis,1
kona,38
konah,1
kona-kaea,1
konala,1
konan,2
koney,2
kong,7
kongee,1
koni,1
kono,3
konrad,2
konta,2
kooba,1
koochie,1
kookie,9
koo-koo,1
kooky,1
koolaide,1
koopa,1
kooper,4
koosasi,1
koosh,1
kooz,1
kora,3
korbin,1
kord,1
korea,1
korek,1
korey,1
kori,3
korki,1
korn,1
koroleva,1
korra,3
kory,4
koshka-mashka,1
kosmo,9
kostya,1
kota,3
kotaro,3
koto,1
kotomi,1
kotura,1
koufax,2
koukla,6
kouture,1
kovas,1
kovi,1
kovou,1
kovu,1
kox,1
koxko,1
koy,1
koyuki,1
kozmo,5
k-pop,1
krackers,2
kraft,1
kramer,8
kratos,4
kraus,1
kray,1
kreplach,1
krestin,1
krieger,1
krimson,1
kripto,1
kris,1
krishna,1
krissy,6
krista,2
kristal,1
kristan,1
kristee,1
kristi,2
kristian,1
kristina,1
kristoff,1
kristofferson,1
kristy,3
krokiet,1
kronus,2
krowa,1
kruszek,1
kruz,1
krypto,11
kryptonite,1
krys,1
krystal,9
ksusha,1
kuaile,1
kualua,1
kuan,1
kuba,4
kubby-bear,1
kubie,1
kubla,1
kubo,1
kubrick,3
kubus,4
kubusz,1
kudos,1
kuhlua,2
kujo,4
kuka,3
kuki,2
kukio,1
kukla,3
kuk'uk,1
kulfi,1
kulo,1
kuma,41
kuma-duke,1
kumagoro,1
kumako,2
kumbuka,1
kumo,1
kuna,2
kuno,1
kunta,1
kunu,1
kupa,1
kupa'a,1
kupcake,1
kupcakes,2
kura,1
kuro,5
kuromame,1
kurosaki,1
kurt,2
kurtis,2
kuru,1
kurumi,1
kusco,1
kush,10
kushpo,1
kushy,1
kusikuy,1
kutcher,1
kute,1
kuzco,2
kuz'ma,1
kuzu,1
kuzya,4
kweli,2
kwill,1
ky'ann,1
kya,4
kyan,1
kye,1
kyeba,1
kygo,1
kyke,1
ky-ky,1
kyla,2
kylah,1
kyle,8
kylee,5
kyli,2
kylie,19
kyllah,1
kym,1
kymbella,1
kyo,2
kyra,10
kyrie,1
kyro,1
kyrstal,1
kyubi,2
kyuru,1
kyuubi,1
kyzer,2
l,2
l.,3
l.a.,1
l.c.,1
l.j.,1
l.k.,1
la,7
laayoune,1
laba,1
labodor,1
labolina,1
lacee,1
lacey,57
lachey,1
lachie2,1
laci,9
lacibaby,1
lacie,6
lacky,1
lacy,22
lada,2
laddie,8
laddy,1
laddy-boy,2
ladee,1
ladi,2
ladie,3
ladie-girl,1
ladii,2
lady,351
ladybird,5
ladybird2006,1
ladybug,6
lady-bug,1
ladycheera,1
ladyjasmin,1
ladyjean,1
ladymaya,1
ladytallulah,1
lafayette,2
lafontaine,1
lager,1
lagos,1
laguna,1
lah-lah,1
lai,1
laika,24
laila,32
lailah,1
laima,1
laina,1
lainey,3
lainie,2
lainy,1
lais,1
laisa,1
laisey,2
lakai,1
lake,1
laker,1
laki,1
lakota,5
laky,1
lala,26
lalalucy,2
lalau,1
lali,5
lalibela,1
lalka,1
lally,1
lalo,2
laly,3
lalya,1
lam,1
lamar,1
lamb,2
lambchop,4
lambchops,1
lambda,1
lambeau,1
lambert,1
lambo,2
lamont,1
lampchop,2
lampo,1
lana,34
lance,11
lancelot,6
lancer,2
lancey,1
landin,1
lando,1
landon,4
landry,5
lane,1
la-ne-na,1
laney,3
langley,2
langston,3
lani,3
lanjye,1
lanlan,1
lanudo,1
lapa,2
lapdance,1
lapis,1
lapo,3
laptop,2
lara,6
lardon,1
lareau,1
lares,1
largo,1
larisa,2
lark,3
larkin,3
laro,1
larrie,1
larry,19
lars,2
larue,1
lary,1
larzaro,1
lascka,1
laser,1
lashes,2
laska,3
lasker,2
laslow,1
lasper,1
lassi,1
lassie,12
lasso,1
lassy,1
lasy,1
laszlo,2
latifa,1
latka,1
latke,4
latona,1
latoya,1
latte,15
latte',1
latzy,1
laura,2
laura-jane,1
lauren,6
laurent,1
laurie,1
lavander,1
lavender,1
laverne,2
lavinia,2
lavonne,1
lawly,1
lawrence,4
lawri,1
layca,1
layde,2
layka,3
layla,164
layla-zena,1
lazar,1
lazarita,1
lazaro,3
lazarus,8
lazaruz,2
lazer,2
lazie,1
lazlo,1
lazo,2
lazuli,1
lazurus,1
lazy,1
lb,2
ld,1
le,2
lea,15
leaf,2
leah,22
leal,1
leath,1
lebron,2
lechon,1
lecia,1
leddy,1
lee,15
leego,1
leela,9
lee-lee,1
leelo,1
leeloo,8
leelou,1
leelu,2
leena,1
lee-o,1
leeroy,1
leese,2
leetl,2
leeza,1
left,1
lefty,6
legacey,1
legend,9
leggo,1
leggz,1
legion,1
lego,7
legolas,1
legs,1
leia,28
leica,2
leigh,1
leigha,1
leika,1
leila,49
leilah,4
leilani,3
leisel,1
leisha,1
lek,1
leko,1
lela,3
lelah,1
leland,4
lele,4
leleco,2
lelene,1
lelit,1
lellebel,1
lelo,1
lelouch,1
lelu,2
lemmy,3
lemo,1
lemon,11
lemur,1
lena,11
lenard,1
leni,1
lenin,1
lenna,1
lennie,2
lennoks,1
lennon,10
lennox,1
lenny,34
lenore,1
lenox,10
leo,308
leoa,1
leola,1
leo-milo,1
leon,23
leona,10
leonard,4
leonardo,23
leondias,1
leonidas,10
leonidis,1
leonitus,1
leonor,1
leopold,7
leopolo,1
leroi,2
leroy,20
les,1
leschi,1
lesley,1
leslie,4
lessy,1
lesta,1
lestat,1
lester,9
let,1
letho,2
leti,1
letizia-jaell,1
leto,3
lettce,1
leuha,1
leukocyte,1
levi,25
leviathan,1
leviticus,2
levon,7
lew,2
lewie,3
lewis,3
lex,17
lexa,6
lexee,1
lexi,168
lexie,75
lexii,1
lexilou,1
lexi-lu,1
lexington,16
lexis,5
lexli,1
lexus,18
lexx,5
lexxi,1
lexxie,1
lexy,19
leya,3
leyla,12
leylines,1
leysi,1
li'l,1
lia,10
liah,2
liam,21
lianna,2
liannie,1
liara,1
liba,1
libah,1
libby,24
liberty,20
libra,1
lichen,1
licker,1
licorice,8
licorish,2
lidia,2
lido,1
liebe,3
lien,1
liera,1
liesel,1
liesl,6
lieu,1
lieutenant,1
liezel,1
life,2
liffey,1
lightbulb,1
lightening,1
lightning,6
lika,3
liki,1
lil,30
lil',1
li'l,1
lila,53
lilabet,1
lilac,2
lilah,15
lilas,1
lilbit,1
lilboy,1
lilee,2
lili,27
lilian,2
lilikoi,1
lilith,2
lilla,4
lille,1
lillee,1
lillet,1
lilli,11
lillian,5
lilliana,1
lillibel,1
lillibelle,1
lillie,12
lillipad,1
lillith,1
lillo,2
lilly,157
lillyanna,1
lillybelle,2
lillytoth,1
lil-mama,1
lil-man,1
lilo,42
lilopumkin,1
liltte,1
lilu,1
lily,381
lily-anne,2
lilyblosso,1
lilybug,2
lilyrose,1
lime,1
limelight,1
limerick,1
lina,7
linc,1
lincoln,34
linda,48
linda-oi-spirit,1
linda-pelusa,1
linden,3
lindo,2
lindsay,7
lindsey,6
lindsy,1
lindy,7
ling,3
lingling,1
ling-ling,1
linguini,1
linguini-jack,1
link,13
linka,1
linkan,1
linlel,1
linlin,1
linlo,1
linnea,1
linnus,1
lino,2
linsday,1
linus,43
lio,4
lion,5
lionel,6
lionis,2
lion-o,1
lip,2
lipton,1
liqos,1
liquorice,2
lira,4
liralady,1
lisa,9
lisbon,1
lisel,1
lisette,1
lisha,1
lisker,1
lissi,1
lissy,2
lisy,1
lita,7
lithium,1
lito,1
litt,1
little,83
littlebaby,1
little-boy,1
littleduke,2
littlelady,1
littleman,1
littlenool,1
littlerock,1
littles,1
littlez,1
litzy,1
liuliu,1
liv,1
livie,1
livvy,4
livy,1
liyah,1
liz,6
liza,12
"liza,",1
lizabell,2
liz-beth,1
lizette,1
lizy,1
lizzie,30
lizzy,18
lj,2
ll,1
llama,1
lleo,1
lll,1
l'll,2
lloyd,9
lluna,1
lmedicovondercoyle,1
lo,1
loba,1
lobinho,1
lobita,1
lobo,21
lobster,2
loca,5
locc,1
lochte,1
locke,1
locket,1
lockness,1
loco,3
loekie,1
loengrin,1
logan,83
logi,1
logon,1
loi-fi,1
lois,2
lok,4
loke,1
lokey,1
loki,97
lokie,1
loky,1
lola,795
lolabelle,2
lolacollins,1
lolajean,1
lola-marta,1
lola-patches,1
loli,1
lolita,23
lolli,4
lollie,2
lollipop,1
lolly,5
lollypop,2
lolly-pop,1
lolo,12
loly,3
lomi,1
lomo,1
lona,1
londen,1
londie,1
london,37
londyn,2
long,1
longfellow,3
longhorn,1
lonnie,3
lono,1
looch,1
loofah,1
looper,2
loopy,1
loosie,4
loov,1
lopez,1
lopi,1
loqui,1
lorca,1
lord,11
lordstanly,1
lorelee,1
lorelei,4
loren,1
lorenzo,14
loretta,10
lorey,1
lori,6
lorita,1
lorna,1
lorraine,1
lory,2
loso,1
lothar,1
loti,1
lotsa,1
lottie,12
lotto,1
lotus,4
lou,34
lou(scout),1
louboutin,2
loui,2
louie,190
louis,66
louisa,5
louise,22
loulou,6
louloute,1
loup,1
loupe,1
lourdes,2
loustic,1
louuie,1
louvre,1
love,12
lovebug,1
lovee,1
lovelace,1
lovely,7
lovetta,1
lovey,6
lovi,2
lovie,2
lovita,1
lovle,1
lovley,1
lovo,1
loyal,1
loyalty,1
loyola,1
lt,2
lt.,2
lu,9
lua,4
luann,2
luba,1
lubee,1
luc,5
luca,75
lucas,84
lucaya,1
lucca,9
lucee,2
lucerne,1
lucero,2
lucha,1
luchi,3
luchiano,1
luchious,1
lucho,2
luci,11
lucia,15
lucian,1
lucianna,1
luciano,3
lucie,13
lucien,1
lucifer,3
lucik,1
lucile,1
lucille,18
lucina,1
lucinda,2
lucio,1
lucita,1
lucius,5
luckee,1
luckerson,1
luckey,4
lucki,1
luckie,12
luckieluki,1
luckikasse,1
luck-luck,1
luckly,1
lucky,723
lucky-laddy,1
lucky-ouzo,1
luckys,1
luckysimba,1
luco,2
lucretia,1
lucus,1
lucy,710
lucyblanca,1
lucyenne,1
lucy-lu,1
luda,1
ludan,1
luddy,1
lu-dee,1
ludlow,3
ludlow/adam,1
ludo,5
ludovico,1
ludwig,8
ludwik,1
lue,1
lueero,1
luella,1
luffy,3
luger,1
lugini,1
lugo,2
lui,5
luico,1
luie,1
luigi,37
luilui,1
luis,5
luisa,1
luka,25
lukah,1
luka-polka,1
lukas,13
luke,99
luki,1
lukin,1
lukka,1
lukki,1
luko,1
lukus,1
lula,24
lulabelle,3
lulah,1
lulamae,1
luli,2
lullaby,1
lully,1
lulo,1
lulu,339
lu-lu,2
lulù,1
lulubel,1
lulubelle,9
luly,3
luma,1
lumas,1
lumi,2
lumino,1
lumos,1
lumpkin,1
lumus,1
luna,432
luna-pearl,1
lunar,1
lunatic,2
lunch,1
lunchbox,1
lunchtime,1
lundy,4
lunedi,1
lungo,1
lunie,1
lunita,1
lunna,1
luntic,1
lunysol,1
lupa,4
lupe,20
lupi,1
lupin,1
lupita,4
lupo,4
lupos,1
luppy,1
lurch,1
lursa,1
lush,1
lusha,1
lusie,1
lust,1
luster,1
lusy,3
luther,9
luvi,2
lux,7
luxe,1
luxley,1
luxor,1
luxxar,1
luz,2
lv,1
lyah,1
lycan,1
lychee,4
lycra,1
lydia,2
lyiah,1
lykos,1
lyla,35
lylac,1
lyle,2
lylia,1
lylith,1
lylo,2
lynch,1
lyndee,1
lyndon,1
lynks,2
lynn,1
lynus,1
lynx,2
lyra,3
lyric,9
lysek,1
m,1
m.,2
m.c.,1
m.j.,2
ma,2
maari,1
mabel,60
mabeline,1
mable,7
mabon,2
mac,48
macabee,3
macadamia,1
macallan,3
macallister,1
macanudo,1
macao,1
macaron,1
macaroni,6
macaroon,1
macarthur,2
macbeth,1
macc,2
maccabee,1
maccabi,2
macchiato,2
macdougal,2
macduff,1
mace,2
macee,1
macey,4
macgregor,2
macguyver,3
macgyver,2
machen,1
machete,2
machito,2
macho,46
machu,2
maci,5
macie,7
maciek,1
macintosh,1
mack,47
mackay,1
mackduff,1
mackenzie,11
mackenzy,1
mackey,4
macki,1
mackie,7
mackintosh,2
macklin,1
macko,1
macks,2
macky,2
macleod,1
macli,1
macnaughton,1
macnulty,1
macon,1
macrory,1
mactavish,1
macy,23
macys,1
mad,1
madalena,1
madam,4
madame,1
madan,1
madden,8
maddi,2
maddie,82
maddison,2
maddox,7
maddux,1
maddy,25
madeleine,7
madelina,1
madeline,24
madelyn,1
madge,1
madigan,2
madison,161
madji,1
madonna,4
madra,2
madre,1
madrid,1
madsion,1
mady,2
madysen,1
mae,5
maebe,1
maebel,1
maeby,11
mae-ling,1
maestro,3
maeve,3
maeyer,1
mafalda,1
magda,3
magdalena,4
magee,1
maggi,2
maggie,393
maggie's,1
maggy,6
maggymay,1
magic,32
magick,2
magnet,4
magnolia,13
magnum,9
magnus,12
magog,1
magoo,2
magpie,1
magritte,1
magu,1
magy,1
mahalo,1
mahalski,1
mahamaya,1
mahogany,1
mahsud,1
mai,5
maia,14
maide,2
maidela,1
maiden,1
maija,1
mailo,3
maimar,1
maimouna,1
maino,1
mairea,1
mairead,1
maisey,2
maishi,1
maisie,28
maison,5
maisy,21
maitai,2
mai-tai,1
maitee,1
maiya,1
maize,5
maizey,2
maizie,4
maizy,4
maja,5
majchi,1
majestic,1
majesty,1
majken,1
major,40
maka,1
makala,1
makamb,1
makari,1
makaveli,1
makayla,1
makena,3
makenzie,1
maker,1
makgi,1
maki,7
making,1
mako,2
maks,1
mala,8
malaber,1
malabu,1
malachi,2
malachy,2
malakai,1
malaki,1
maland,2
malbec,1
malcolm,12
malcom,4
maleaka,1
maleficent,1
malena,1
mali,11
malia,2
malibu,3
malina,1
malish,4
mallick,1
mallie,1
mallomar,1
mallory,2
mally,1
malo,6
malone,1
malta,4
maltese,1
malu,2
malú,1
malvena,1
malvina,1
maly,1
mam,1
mama,24
mamacita,2
mamas,6
mamash,1
mamasita,2
mamaz,2
mamba,1
mambahla,1
mambo,16
mamboza,1
mambru,1
mame,1
mami,1
mamie,3
mamma,2
mamooch,1
man,1
manca,1
mancha,4
manchas,1
manchitas,2
mancho,1
mandee,3
mandolin,1
mandoo,3
mandu,2
mandy,42
manfred,1
mango,20
mangu,1
mangual,1
manhattan,3
mani,2
manila,2
manirak-mac,1
manju,1
manlei,1
manly,1
mann,1
manning,2
manny,24
manolito,2
manolo,8
manoonya,2
manray,1
manrico,1
manson,1
manti,1
mantle,1
mantou,2
manu,4
manya,3
mao,5
maple,24
mapo,1
maquinna,1
mara,5
marabou,2
marble,10
marbles,7
marc,4
marceau,1
marcel,15
marcela,2
marcell,1
marcello,16
marcelo,1
marcey,1
marchello,1
marci,1
marcie,1
marcko-polo,1
marco,20
marconi,1
marcos,1
marcum,1
marcus,22
marcy,5
mardigras,1
marea,1
marely,1
margalo,1
margaret,3
margarita,4
margaux,6
marge,4
margie,1
margo,6
margot,7
marguerite,1
mari,3
maria,7
mariah,4
marian,2
mariano,2
maribel,1
marichiquita,1
marie,11
marietta,1
marigold,1
marilu,1
marilyn,4
marina,1
marino,1
mario,16
marion,1
mariposa,2
mariska,4
marisol,1
marissa,1
mariyah,2
marjoram,1
marjorie,3
mark,9
marker,1
markie,1
markiss,2
markiz,1
marko,1
marky,3
marla,6
marlee,10
marleigh,1
marlena,1
marlene,2
marley,151
marleybohn,1
marli,1
marlie,3
marlin,1
marlo,7
marlon,2
marlow,6
marlowe,9
marly,6
marmaduke,2
marmelade,1
marmite,2
marni,5
marnie,5
maro,1
maron,1
maror,1
marquis,4
marqvee,1
mars,10
marsala,2
marshal,2
marshall,14
marshmallow,19
marshmello,4
marshmellow,8
marshy,2
marsyavich,1
marta,2
martene,1
martha,12
marthe,1
marti,1
martie,1
martin,16
martina,2
martinez,1
martini,11
martini-leonardo,1
marty,40
maru,1
maruka,1
marvel,1
marvelous,1
marvin,16
marwin,1
marx,1
mary,23
maryjane,1
marylin,1
marz,1
marzen,1
marzi,2
marzia,2
marzio,1
marzipan,2
masa,1
masaniello,1
masato,2
mase,1
maserati,1
mash,1
masha,7
mashee,1
mashka,1
masik,2
maska,1
maslow,1
mason,76
massi,1
massie,1
massimo,10
massive,1
master,5
mastershake,1
masumi,1
masy,4
masyanya,1
mat,1
matador,1
match,1
matchbox,2
mate,2
mateo,8
mater,1
matey,1
mathew,1
mathias,5
mathilda,2
mathilde,1
mathison,1
matias,2
matilda,52
matis,1
matisse,2
matlock,1
matoska,1
matrix,1
matsen,1
matsi,1
matsui,1
matt,5
matte,1
matteo,4
matthew,5
matti,1
mattie,18
mattingly,4
mattise,2
matty,8
maubi,1
maude,9
maui,17
maultsby,1
maunsell,1
maurice,10
maurico,1
maurie,1
maury,1
mause,1
maussie,1
mave,1
maverick,18
mavis,11
mawe,1
mawgan,1
max,1153
maxaillion,1
maxamillian,1
maxamillion,12
maxamis,1
maxcimo,1
maxcine,2
maxcy,1
maxee,1
maxemillian,1
maxi,36
maxie,40
maxik,1
maxillian,2
maxillion,1
maxim,4
maxim/gork,1
maximilian,13
maximiliano,2
maximilion,2
maximillan,2
maximillia,1
maximillian,10
maximillio,1
maximillion,7
maximillium,1
maximillon,1
maximino,2
maximo,13
maximum,1
maximus,163
maxine,41
maxmilana,1
maxmilliam,1
maxmillion,1
maxola,1
maxsio,1
maxsuki,1
maxwel,1
maxwell,80
maxx,28
maxxie,2
maxximus,2
maxy,9
maxzinc,1
maya,151
mayaguez,1
mayaponcho,1
maya-ruby,1
maybach,1
maybe,5
maybel,2
maybelle,4
maybellene,1
maybelline,2
mayble,1
mayday,2
maydela,1
mayer,1
mayhem,2
mayhen,1
mayi,1
maykayla,1
mayla,4
maylin,1
maylo,1
maymay,1
mayna,1
maynard,2
mayo,1
mayon,1
mayrose,1
mayroula,1
may's,1
mayse,1
maysey,1
mayson,1
maysse,1
mayzie,3
maze,2
mazel,2
mazer,1
mazi,3
mazie,8
mazin,1
mazzi,1
mazzie,1
mazzy,7
mbili,1
mca,1
mcafee,1
mcallister,2
mccain,1
mccann,1
mccartney,1
mccauley,1
mcchips,1
mcclane,1
mccloud,1
mccoy,4
mcdonald,1
mcduff,8
mcevoy,1
mcgee,2
mcgillicuddy,1
mcgovern,1
mcgregor,1
mcguire,1
mchumba,1
mcjagger,1
mckenzie,5
mckinley,2
mclaren,1
mclovin,2
mcmanus,1
mcmurphy,1
mcpherson,2
mcqueen,1
me,1
mea,3
meadow,5
mean,1
measles,1
meatball,16
meathead,1
mecca,4
mecedes,1
mechitas,1
mecka,1
medalla,1
medallo,1
medea,1
mederos,1
medic,2
medina,1
medivka,1
medivkal,1
medo,1
medor,1
medusa,1
meech,1
meecho,1
meek,1
meeka,8
meeko,21
meeks,1
meeky,1
meelo,2
meelu,2
meemee,2
meemo,1
meena,2
meera,1
meeshu,1
meezy,1
meg,3
mega,1
megabit,1
megalodon,1
megan,8
megara,1
megatron,5
mege,1
meggie,2
meggy,1
meghan,2
mehow,1
mei,19
meichu,1
meighan,1
meiji,2
meiko,4
mei-ling,1
meimei,2
mei-mei,2
meinl,2
meisha,1
meishi,1
meishoo,1
meister,1
meka,3
meko,2
mel,8
mela,4
melach,1
melani,1
melanie,12
melany,1
melba,3
melby,1
melchior,1
melcho,1
meleana,1
meli,8
melia,1
melina,1
melinda,1
melinka,1
melissa,4
melky,2
mella,1
melle,1
melli,1
mellie,5
mello,15
mellow,8
melly,4
melo,41
melodia,2
melodie,2
melody,17
melon,2
melons,1
melquiades,1
melrose,3
meltemi,2
melu,1
melville,1
melvin,8
melvis,1
meme,2
me-me,1
memo,6
memphis,20
menace,3
menachem,1
mence,1
mendez,1
meng,1
menina,1
menno,1
menny,1
meosha,2
mephy,1
mercedes,9
mercedez,1
mercer,2
merckx,1
mercury,5
mercy,6
meri,1
merida,1
meringue,1
merino,1
merise,1
merle,5
merledez,1
merlin,24
merlot,3
merlyn,1
mermaid,1
merqujuq,1
merri,1
merrick,1
merrows,1
merry,5
merrylilli,1
merryweather,1
merv,1
meryl,2
mesa,1
meska,1
meskis,1
messi,6
messiah,2
messy,2
mesugunah,1
met,1
metallic,1
metcalf,1
meteor,1
methodman,1
metiche,1
metro,3
mets,1
metsie,1
metsy,2
metta,1
meyer,1
meyi,1
mezcal,1
mezlal,1
mheki,1
mhysa,2
mi,5
mia,344
mia!,1
miabella,1
mia-bella,1
miah,4
miakoda,1
mialuna,1
miami,3
miata,2
mia-tami,1
miaya,1
mica,9
micah,7
micha,3
michael,20
michaela,5
michaelalig,1
michaelangelo,2
michaleen,1
micheal,2
micheala,1
michel,1
michelada,1
michelangelo,4
michelina,1
michell,1
michelle,9
micheluzzo,1
michiko,1
michio,1
michoacan,2
michonne,1
michoux,2
michy,1
mick,10
mickey,191
mickeygirl,1
micki,2
mickie,2
micky,20
mico,2
midas,5
middles,2
middleton,1
midge,4
midget,1
midna,1
midnight,74
midnite,8
midori,1
midori-san,1
mieky,1
miel,1
miely,1
miette,2
miffin,1
miffy,2
miggy,3
mighty,3
mignon,3
mignonne,1
miguel,2
miha,1
miho,1
miickey,1
mii-ma,1
mija,1
mijo,1
mika,33
mikado,1
mikaela,3
mikasa,1
mikayla,1
mike,19
mike-mike,1
mikewazowski,1
mikey,78
mikhail,1
mikhos,1
miki,6
mikie,2
mikiee,1
mikka,5
mikki,2
mikkie,1
mikko,1
mikla,1
miklo,1
miko,15
miku,2
miky,3
mila,46
milagrito,1
milagro,1
milagros,3
milan,12
milana,2
milano,2
mildred,5
mile,1
miles,69
miley,39
milford,1
milhouse,1
mili,5
milie,1
milk,4
milkie,3
milkshake,6
milktea,1
milky,12
milkyway,1
mill,1
milla,1
mille,1
millenium,1
miller,6
millhouse,1
milli,7
millicent,2
millie,95
milliewauke,1
milligan,1
million,2
millow,1
mills,1
milly,22
milo,355
milo.,1
miloh,1
milos,2
milou,11
milta,2
milton,11
milty,1
milu,1
mima,2
mimi,141
mimibella,1
mimi-leandra,1
mimilu,1
mimmie,1
mimmo,2
mimo,2
mimosa,5
mimsy,2
mimy,1
mimzy,4
min,2
mina,17
minaj,1
mindi,1
mindy,33
minerva,6
minette,1
ming,11
mingming,1
mingo,3
mingus,11
mini,37
minibrute,1
mini-cooper,1
minie,3
minilik,1
mini-mi,1
minino,2
minions,1
minja,1
mink,2
minka,3
minkus,1
minky,4
min-li,1
minna,2
minnelli,1
minnesota,2
minni,2
minnie,138
minnied,2
minnow,1
minny,4
mino,2
miño,1
minor,1
minou,1
minouche,1
minouschka,2
minty,2
minuit,1
minx,1
miny,3
mio,4
mioo,2
miosoptti,1
mir,1
mira,6
mirabelle,2
miracle,13
miranda,8
mireya,2
miri,1
miriam,2
mirla,1
miro,3
miru,3
miruku,1
misa,1
misaki,2
mischa,4
mischief,4
mischka,1
mish,1
misha,31
mishanna,1
mishaq,1
mishka,24
mishki,1
mishko,1
mishu,6
misia,3
misiek,1
misio,3
misiu,8
miska,3
miso,15
miss,58
miss.,3
miss.wiggles,1
misses,1
missey,1
missie,3
mississippi,1
misso,1
missoni,1
missthing,1
missy,176
mista,1
mistah,1
mister,37
misti,1
mistie,1
mistletoe,3
mistress,1
misty,88
misty/tinkerbell,1
mistyese,1
misty-pink,2
misu,2
mitch,3
mitchell,4
mitchie,1
mitchy,1
mito,2
mitra,1
mitsa,1
mitshu,1
mitsu,1
mitsy,3
mittens,6
mittizzi,1
mitts,1
mitzi,20
mitzie,5
mitzie/trudy,1
mitzva,1
mitzy,8
miu,2
miumiu,1
mixie,1
mixtli,1
miya,7
miyagi,1
miyu,1
miz,1
mizmo,1
mizti,1
mizzy,1
mj,9
mjay,1
mme.,1
mo,16
moa,1
moai,1
mobe,1
moby,20
moca,7
mocalatta,1
mocca,4
moccina,1
mocha,131
mochaccino,2
mochacina,1
mochara,1
mochi,66
mochie,1
mocho,1
mocht,1
moco,1
modem,2
modigliani,3
moe,30
moeshi,1
moet,1
moét,1
moey,1
moghie,1
mogley,2
mogu,2
mogul,2
mogwai,2
mohan,1
mohawk,4
mohogany/,1
moishe,1
moishi,1
moja,1
mojave,2
mojeau,1
mojito,9
mojo,42
mo-jo,1
mojoe,1
mojoseph,1
moka,7
mokee,2
mokey,2
moki,4
mokie,3
mokka,1
moko,3
mokosa,1
molda,1
mole,1
molé,1
moli,1
molina,1
mollee,2
molley,1
mollie,30
mollierose,1
molliestar,1
molly,519
molly.m,1
mollybear,1
mollybloom,1
molly-loui,1
molly-muffin,1
molson,1
molyvos,1
moma,2
momiji,1
momma,6
mommas,1
mommasboyisaidboy,1
mommy,1
momo,49
momoka,1
mona,32
monaco,1
monalisa,1
monchez,1
monchis,1
moncus,1
mondrian,1
moneca,1
monet,3
money,10
moneypenny,4
mongo,1
mongshil,1
monica,5
monica-bing,1
monique,1
monis,1
monk,5
monka,2
monkee,2
monkey,21
monna,1
monroe,11
monskin,1
monster,15
montague,3
montana,13
montao,2
monte,20
montecarlo,1
montecarlos,1
monterrey,1
montey,1
montgomery,3
monthu,1
monti,2
montie,3
montrose,1
monty,75
monty/,1
montys,1
monya,3
moo,14
mooch,3
moochi,2
moochie,1
moochy,1
moochysanchez,1
moody,1
mooey,1
mooi,1
mooki,1
mookie,44
mookie-two,1
mookster,1
moolah,1
moomoo,5
moon,9
moondog,1
moondoggie,1
mooney,1
moongchi,1
moong-chi,1
moonie,4
moonlight,2
moonpie,1
moonshine,3
moops,1
moorland,1
moosca,1
moose,64
mooseman,1
moosey,1
moosh,1
mooshi,1
mooshie,1
mooshoo,3
moppy,1
mops,2
mopsey,8
mopsy,5
mora,2
morchito,1
mordecai,2
mordin,1
mordrid,1
morel,2
morelia,1
morena,6
moreno,2
morgan,35
morgana,2
morgane,1
morgen,2
morgenthau,1
morgi,1
morica,1
moritz,3
mork,4
morkie,1
morlie,1
mormon,1
moro,1
moroz,2
morpheus,2
morrie,1
morris,7
morrison,2
morrissey,3
morsie,1
morticia,1
mortie,2
mortimer,8
morton,1
morty,2
morus,1
morzsa,1
mosby,2
moscow,1
mose,1
moseley,1
moses,23
mosey,1
moshie,1
mosi,2
mosley,4
moss,2
mossi,1
mossie,1
mossimo,2
mosul,1
motaro,1
motas,2
motean,1
moteck,1
motek,2
moti,3
motica,2
motita,3
motitas,1
motley,2
motor,2
mott,1
motti,1
mottie,1
motty,1
mottya,1
moty,1
motya,2
motyta,1
motzart,1
mouchy,2
moulson,1
mounir,1
mountain,2
mousaka,1
mouse,6
mousey,1
moush,1
mousse,6
movado,2
movie,1
mowgley,1
mowgli,10
mowie,1
moxi,2
moxie,34
moxley,1
moxxi,2
moxy,5
moya,1
moyshi,1
mozart,15
mozer,1
mozie,1
mozzarella,5
mozzerella,1
mozzie,1
mr,33
mr.,95
mr.buster,1
mr.furley,1
mr.kito,1
mr.kitty,1
mr.ming,1
mr.pickles,1
mr.putter,1
mr.shiznit,1
mr.wiggles,1
mr.wigles,1
mrbiggs,1
mrjj,1
mrs,2
mrs.,9
ms,6
ms.,11
ms.paulette,1
ms.scruffy,1
ms.virgini,1
mslady,1
mslucy,1
mta,1
mtani,1
mu,2
mua,1
mucca,2
mucci,1
mucha,1
muchi,1
muddy,6
mudeeb,1
mud-mud,1
mueller,1
muench,1
muenster,1
muensy,1
mufasa,6
mufasaa,2
muffie,2
muffin,86
muffins,1
mufflet,1
muffy,8
mugatu,1
muggs,1
muggsie,1
muggsy,5
muggy,1
mugi,1
mugs,4
mugsey,3
mugsley,1
mugsy,58
mugsz,1
mugu,1
mugzie,1
mugzy,3
mugzy-slatz,1
muhtar,1
mui,5
mui-mui,1
muisq,1
muji,2
mukha,2
muki,1
mukie,1
muksa,1
muku,1
mula,1
mulan,5
mulani,1
mulligan,6
mum,1
mumbles,1
mumford,2
mumu,4
munch,6
munchi,1
munchie,14
munchkin,28
munchy,2
munchy-buddy,1
muneca,30
muñeca,3
muneco,7
muñeco,2
muneka,3
munky,1
munny,1
munson,9
munster,1
munyu,1
muphin,2
mupi,1
muppet,5
muppsie,1
murasaki,1
murder,1
murdoc,2
murdock,1
murfi,1
murfy,1
murice,1
muriel,4
murph,2
murphey,2
murphie,1
murphy,154
murphy/scruffy,1
murphys,1
murray,44
murry,2
musa,1
musashi,2
musayk,1
muscle,2
muscles,10
mush,5
mushie,2
mush-mellow,1
mushoo,1
mushroom,1
mushu,7
mushy,3
music,1
musik,1
musilo,1
muska,1
muskett,1
mussel,1
mustafa,1
mustang,1
musty,1
musya,2
mutley,3
mutt,1
mutterfly,2
muttley,3
muttly,1
mutumbo,1
muxeca,1
muzzie,1
muzzle,1
muzzy,1
my,2
mya,36
myah,1
myar,1
mybella,1
mycroft,2
mydele,1
mygee,1
myho,1
myka,2
mykah,1
myla,6
myler,1
myles,7
mylo,39
myloe,1
myloh,1
myo,2
myong,1
myra,2
myrddin,1
myrrhlyn,1
myrtle,10
myshkin,1
mysterio,1
mystery,4
mysti,3
mystic,7
mystie,1
mystik,1
mystique,4
mystro,1
mysty,1
mystylezpitz,1
n.,1
n.a.,1
n.j.,1
,101
n/n,1
,19
nabi,2
nachito,1
nacho,35
nachos,1
naddy,1
nader,1
nadette,1
nadia,9
nadine,2
nadja,1
naeya,1
naga,1
nahla,9
nahui,1
naida,1
naika,1
naila,1
naimon,1
naindy,1
naja,1
najid,1
nake,1
nakia,1
nakita,3
nakoa,1
nakota,2
nala,154
nalaa,1
nalah,1
nali,2
nalla,3
nalu,7
naman,1
namaste,3
name,7
name?,2
nameme,1
nami,1
namiah,1
namie,2
namtan,1
nan,1
nana,22
nanaki,1
nanalinda,1
nanazinha,1
nanchi,1
nancy,9
nancye,1
nanda,1
nandi,3
nando,1
nane,1
nanee,1
nanetto,1
nani,3
nanie,1
nanja,1
nannette,1
nanny,1
nano,10
nanook,5
nantal,1
nanuk,3
nanuq,2
nanuuk,1
naogoro,1
naoki,1
naomi,6
naonao,1
napier,1
napikwan,1
napolean,1
napolein,1
napoleon,46
napoleona,1
napoleone,1
nappy,1
nar,1
nargiz,1
nari,4
nars,1
nas,1
nash,20
nasha,2
nashville,3
nasus,1
natacha,1
natalia,1
natalie,5
natasha,19
natchez,1
nate,8
nathan,29
nathanie,1
natilde,1
natsu,1
natto,1
nature,3
naughtius,1
naughty,3
nautica,3
nava,1
navajo,1
naveen,2
navi,1
navidad,1
navillus,2
navy,1
nay,1
naya,9
nayla,3
naylo,2
nayna,1
nazario,1
ncr6627,1
neco,2
ned,8
neddy,1
neeka,1
neeko,3
neemo,1
neena,5
neenee,1
neenie,1
neeno,2
neesie,1
nefeli,1
nefertiti,4
negra,7
negreta,2
negri,1
negrie,1
negrita,10
negrito,6
negro,2
neguis,1
nehemiah,1
nei,1
neigrito,3
neiko,4
neil,4
neiman,2
neimo,1
neisha,1
neita,1
neji,2
nekky,1
neko,11
nel,1
nela,3
nell,9
nella,3
nelle,1
nellia,2
nellie,38
nelly,23
nelson,24
nema,3
nembu,1
nemo,51
nena,106
nene,18
nengo,1
nenita,1
nenna,1
neno,4
neny,1
neo,23
neon,1
neppy,1
neptun,1
neptune,10
neqrita,1
nera,4
nero,18
neron,1
neruda,2
neshama,1
nesquik,1
ness,1
nessa,11
nessey,1
nessie,2
nest,1
nesta,3
nestle,3
nestlie,1
nestor,1
netta,1
nettie,2
nettle,1
nettles,2
neuman,1
nev,1
neva,2
nevada,2
nevaeh,2
never,1
neville,6
nevyn,1
new,3
newby,1
newen,1
newhart,1
newman,9
newport,1
newt,1
newton,13
newtz,1
nexxus,1
neyla,1
neyna,1
neyo,1
nezzi,1
nia,14
niah,2
nibbler,5
nibbles,7
nibblet,1
niblet,1
nica,6
nicama,1
nicci,1
nicco,2
niccolo,2
nice,1
nichi,2
nicholai,1
nicholas,9
nichols,2
nick,26
nickel,2
nickels,2
nicki,10
nickie,3
nickleby,1
nickles,1
nicko,2
nickola,1
nickolas,2
nickols,1
nicky,47
nico,77
nicodemus,1
nicolas,3
nicole,4
nicoletta,1
nicolette,6
nicopolis,1
nidge,1
niel,1
nielsen,2
nietzche,1
nieva,1
nigel,26
nightfall,1
nika,13
nikan,1
nike,12
niki,11
nikita,17
nikka,4
nikki,86
nikkie,1
nikko,35
nikky,3
niknak,1
niko,83
nikolai,3
nikon,1
nikos,1
nikusha,1
niky,3
nila,7
nilah,2
nilbert,1
nilca,1
nileah,1
niles,9
niley,1
nilla,5
nillaregastexanne,1
nilly,2
nilo,1
niloufer,1
nils,2
nima,4
nimbus,2
nimitz,1
nimo,2
nimue,1
nina,124
niña,1
nina-matic,1
ninasimone,1
ninette,1
nini,6
ninis,1
ninja,16
ninnie,2
nino,51
niño,1
nins,1
niobe,1
nionio,1
nip,1
nipa,1
nipper,3
nippet,1
nippit,1
nippy,2
nipsey,1
nipsy,1
nipto,1
niro,4
nisa,1
nisha,1
nismo,1
nissa,1
nitro,16
nitsua,1
nitti,1
nitzie,1
niu,3
niuniu,3
niv,1
niveah,1
niwa,1
nix,1
nixie,3
nixon,3
nixxie,1
niya,2
niyah,1
nizzy,1
no,30
noa,1
noah,40
nobby,1
noble,3
nobu,1
nocciola,1
noce,1
noche,3
nockz,1
noddy,1
noel,28
noelani,1
noella,2
noelle,6
noeska,1
nogales,1
noggin,1
noggy,1
nogi,2
noka,1
nola,24
nolan,2
noli,1
nolie,2
nolita,1
nolito,1
nollie,1
noma,1
nomi,1
nona,1
none,4
nonee,1
noni,3
nono,2
noo,1
noob,1
nooch,1
noodle,18
noodles,26
noodlesmac,1
nookie,4
noolah,1
noop,1
noor,1
noosha,1
noot,1
nor,1
nora,25
norah,1
norbert,1
nordic,1
nore,1
norfolk,1
nori,10
norm,2
norma,3
norman,32
normandy,1
normyn,1
noro,1
norris,1
norrsken,1
nort,1
north,3
norton,10
norway,1
norwood,1
nosy,1
notorious,1
noushig,1
nova,33
novella,1
novi,2
novie,1
novimba,1
nownow,1
nox,1
noz,1
nu,1
nuala,5
nuba,1
nubia,1
nubian,2
nucella,1
nucky,4
nuda,1
nuer,1
nueve,1
nuggent,1
nugget,23
nuggett,1
nujo,1
nuka,1
,1
numwan,1
nuna,2
nunee,1
nunia,1
nunkle,1
nunook,1
nunu,12
nu-nu,1
nunu-little,2
nunzi,1
nunzio,2
nupy,1
nura,3
nusch,1
nusha,3
nushi,1
nushka,1
nutella,11
nutmeg,7
nutter,1
nuve,1
nuzzle,1
nya,7
nyah,4
nyce,1
nyla,38
nyla-kay,1
nylo,1
nymeria,5
nynjah,1
nyomi,1
nypc941000018580836,1
nypc956000005113448,1
nyx,6
nyxi,1
nyxie,1
o,1
o'higgins,1
o.,1
o.p.,1
oak,1
oaka,2
oakie,1
oakley,20
oaks,1
oates,1
oatis,1
oatmeal,11
ob,1
obadiah,1
obama,3
oban,1
obbie,1
obelix,2
oberon,4
oberyn,1
obi,18
obie,8
obi-wan,2
oblex,1
oboe,1
ocean,7
oceana,2
ochi,1
ochie,1
ocho,1
octavia,1
octavious,1
octi,1
od,1
oda,1
odafin,1
oddball,1
oddie,6
oddjob,1
odee,1
odell,1
oden,2
odenhads,1
odessa,2
odette,3
odi,1
odie,34
odilee,1
odilon,1
odin,32
odje,1
odom,1
ody,3
odysseus,1
odyssey,1
oeuf,1
ofelia,2
ogden,1
ogden16668022,1
oggi,3
oggie,1
oh,1
ohana,1
ohara,1
ohio,1
ohpra,1
ôishi,1
ojimar,1
ojo,1
okey,1
okie,3
okinowa,1
okly,1
oko,1
ola,1
olaf,11
old,2
oldstone,1
olena,1
oli,5
olie,1
oliebol,1
olive,152
oliver,367
oliver/cody,1
oliverfinn,1
olivia,66
olivier,4
ollie,104
olliver,4
olly,3
oly,1
olympia,4
olyve,1
om,2
o'malley,1
omani,1
omar,13
omega,6
omi,4
ompy,1
ona,1
oneil,1
one-one,1
onion,1
onix,4
onni,1
onslow,1
onus,1
onyx,85
onyxx,1
ooby,1
oodong,1
oogie,3
oogiyah,1
oola,1
oolong,1
oomlat,1
oompa,1
oona,9
oopie,1
oopsie,1
opal,9
ophelia,15
opie,31
oppa,1
oprah,1
opus,2
orachino,1
oran,2
orange,1
orbit,2
orca,2
orchid,2
orea,4
oreilly,2
orejas,2
oreo,383
oreo/rosemary,1
oreo-scott,1
orfeo,1
ori,4
orian,1
orion,17
orixa,1
orko,1
orla,1
orlando,4
orlee,2
orly,2
oro,1
orpheus,1
orraios,2
orry,1
orsino,1
orson,2
ortley,1
orville,4
orwell,1
osa,3
oscar,276
osha,2
osi,1
osias,2
osiris,5
osita,4
osito,8
oskalina,1
oskar,15
oskee,1
oski,2
osley,1
oslo,11
oso,22
osprey,1
ossi,1
ossie,1
osum,1
osvar,1
oswald,3
otello,1
othello,5
otho,1
otie,2
otis,112
otish,1
oto,1
otter,5
otterpop,1
ottie,1
ottimo,1
ottla,1
ottli,1
otto,74
otty,1
ouchy,1
oudi,1
oui,1
ouisie,1
ouizzy,1
oulcinea,3
oulo,1
oulymata,1
our,1
oushou,1
ouzo,2
ovo,1
owen,15
owlsey,1
owsik,2
ox,4
oxley,1
oxy,1
oya,2
oynx,2
oyster,2
oz,10
ozmandias,1
ozzie,54
ozzieu,1
ozzy,72
p,1
p.,2
p.j,2
p.j.,9
pablito,1
pablo,38
pac,5
paca,1
pacco,1
pacey,2
pacha,2
pachino,1
pacina,2
pacino,3
packard,1
packer,2
packo,1
packy,2
pac-man,1
paco,52
pacp,1
pacquiao,1
paczki,1
padddy,1
paddington,10
paddy,11
paden,1
padfoot,2
pado,1
padric,1
pady,1
paesan,1
page,2
pagliacci,1
pago,1
paige,8
paiger,1
paijah,1
paint,1
painted,1
paisley,16
pajama,1
pajamas,1
paka,1
pakia,1
pakita,1
pakito,1
pakkun,1
pako,3
pal,9
paladin,1
paley,1
palm,1
palmer,2
palmetto,1
paloma,8
palomita,1
palomo,1
palossa,1
palsgraf,1
pam,5
pamela,1
pamina,2
pammy,1
pamuk,2
pana,1
panache,1
pancake,7
pancakes,5
pancha,2
panchita,1
panchito,4
pancho,22
panda,48
pandak,1
pandanova,1
pandar,1
pandita,1
pandora,13
pandy,2
pangea,1
pangpang,1
panini,1
panka,1
panko,1
pansy,1
panteleimon,1
pantene,1
pantera,2
panther,1
pantone,1
pants,1
pants!,1
panzer,1
paola,1
paolo,5
papa,9
papa-poo,1
papas,2
paper,2
paperanian,1
papi,30
papichulo,1
papico,1
papii,1
papito,4
papo,5
papou,1
pappi,1
pappo,1
pappy,2
paprika,1
paqui,1
paquita,1
paquito,4
paradise,1
parcheesi,1
pari,1
parifal,1
parios,1
paris,73
park,1
parke,1
parker,94
parkway,1
parmi,1
parmigiana,1
parnel,1
parnell,1
parris,1
parrish,1
parrisse,1
parrot,1
parry,1
parsifal,1
parsley,1
parti-boy,1
pas,1
pascha,1
pasha,9
pashmak,1
pashmina,1
pasiden,1
pasquale,3
pasqualee,1
pass,1
passion,3
passionfruit,1
passion's,1
passport,1
pasta,1
pastel,1
pastina,1
pastis,2
pat,3
patata,1
patch,16
patches,77
patchey,1
patchie,1
patchis,1
patchs,1
patchy,2
pate,1
patience,2
patina,1
patou,1
patra,1
patrice,1
patricia,2
patrick,22
patrina,1
patriot,4
patron,9
patsey,1
patsy,15
patterson,2
patti,7
pattie,1
patton,3
patty,15
pattycake,1
pattylou,1
paty,2
patzy,1
paudy,1
paul,6
paula,1
paulette,1
pauley,1
pauli,2
paulie,18
pauline,1
paulo,1
pauly,5
paulya,1
pavarotti,2
pavia,1
paw,1
paws,3
pax,10
paxie,1
paxil,5
paxton,6
payal,2
paycheck,1
payeton,1
paylee,2
payson,1
payton,10
paz,1
pazuzu,1
pazzy,1
pbj,1
pchelka,1
pd,1
pea,1
peabody,3
peace,2
peach,9
peaches,68
peachie,2
peachy,1
peagle,2
peahi,1
peaks,1
peana,1
peanelopea,1
peanut,192
peanut2,1
peanutbutter,2
peanuts,5
peany,1
pearl,45
pearla,2
pearlly,1
pearson,1
peasie,1
peatey,1
peavey,1
pebble,6
pebbles,141
pebels,1
pebles,1
pecan,6
peche,1
pecious,1
peck,1
pecorino,1
peddie,1
peddles,1
peddy,1
pedey,1
pedrito,1
pedro,18
pedrp,1
pee,8
peebee,1
peebles,1
peeby,1
peedee,1
peedie,1
peekaboo,2
peek-a-boo,3
peeko,1
pee-nut,1
peeper,1
peepers,1
peeps,4
peeta,3
peete,1
peetey,1
peety,3
peeve,2
peeves,1
peewee,9
peg,1
pegasus,5
peggi,1
peggy,19
peggysue,1
pego,1
pegoty,1
peiton,1
pek,1
pekapoo,2
pekina,1
peking,1
pekoe,1
pelagia,1
pele,4
pelfrey,1
pelham,3
pelito,1
pelle,1
pellussa,1
pelucha,1
peluche,16
peluchin,10
peluchita,1
pelusa,9
pelusita,1
peluza,1
pema,1
pembry,2
pemigewasset,1
penay,1
pencil,2
penda,1
pendleton,1
penelope,99
penguino,1
penky,1
penn,2
penne,5
pennefield,1
pennelope,1
penney,3
penni,2
pennie,2
pennington,2
penny,343
pennylain,1
pennylane,3
pennyroyal,1
penobscot,1
penuche,1
peony,2
pep,4
pepa,7
pepa-lou,1
pepay,1
pepe,58
pepeito,1
pepi,5
pepie,1
pepin,2
pepina,2
pepinita,1
pepino,3
pepita,4
pepito,13
peppa,10
peppe,2
pepper,235
pepper-falcor,1
pepper-grizz,1
pepperjack,1
peppermint,9
peppern,1
pepperoni,1
peppers,2
peppi,4
peppie,1
peppino,6
peppy,11
pepsi,24
pepsimontesi,1
pequenita,1
perci,1
percival,4
percy,35
perdita,1
perdy,1
perfect,1
perfection,1
pericles,1
pericous,1
peridot/fudggy,1
perky,2
perl,1
perla,17
perla3,1
perle,2
perlita,8
pernault,1
perra,1
perrin,1
perrita,1
perrito,1
perry,14
perrywinkle,1
persephone,6
perseus,7
persia,5
person,1
perucho,1
perugina,1
peshka,2
peste,1
pesyo,2
peta,1
petal,1
pete,37
petee,1
peter,43
petey,103
petie,10
petit,1
petita,1
petite,2
petito,2
petka,1
petra,11
petrovich,1
pettitte,1
petty,1
petula,1
petunia,33
petya,1
pewter,1
pexl,1
peyton,16
pez,1
pfish,1
phade,2
phaedra,1
phantom,6
phantom's,1
pharaoh,3
pharoah,1
pharrah,1
phebe,5
pheebee,1
pheebs,1
phelan,1
phelps,2
phenix,2
pheobe,8
pheonix,3
phera,1
phife,2
phil,6
phila,1
philemon,1
phili,1
philip,5
philipp,1
philippe,1
phillip,2
phillipe,1
philly,9
philo,3
philomena,1
phin,2
phineas,7
phish,1
phobe,1
phoebe,116
phoeberose,1
phoenix,28
phoenxi,1
phonix,1
phurba,1
phyllis,7
phynix,1
pi,5
pia,10
piano,2
pica,1
picacho,1
picard,1
picasso,13
piccci,1
picchu,1
picco,1
piccola,2
piccolina,3
piccolino,2
piccolo,9
pichina,1
pichu,2
pichy,1
pici,1
pickle,23
pickles,26
pico,12
picolino,1
picosa,1
pictures,1
piculin,1
pidan,1
pie,4
pieces,1
pier,2
pieraldo,1
pierce,3
pierko,1
piero,1
pierogi,1
pierpont,1
pierre,19
pierrot,1
pietra,2
pietro,1
piezon,1
pifas,1
piff,2
piffin,1
piffington,1
piffle,1
pig,3
pigeon,2
piggie,3
piggy,6
pighdo,1
piglet,9
pignoli,1
pigue,1
pii,1
pika,4
pikacandie,1
pikachu,7
pike,2
pili,1
pilin,2
pill,1
pillie,1
pillin,1
pillow,4
pilly,1
pilot,7
pilou,1
pim,2
pimiento,1
pimp,4
pimpek,1
pimpin,1
pin,1
pina,2
pinchez,1
pincus,1
pindar,1
pine,1
pineapple,2
pingo,1
pinguino,1
pingy,1
pinina,1
pink,9
pinkett,1
pinkey,1
pinkie,5
pinky,47
pinkyetta,2
pino,6
pinocchio,3
pinot,6
pinpon,2
pinta,2
pinter,1
pinto,12
pintxo,1
pinuccio,1
pinya,1
piong,1
pip,31
pipa,1
pipas,1
piper,90
pipes,1
pipi,3
pipit,1
pipo,3
pipou,2
pippa,42
pippen,3
pipper,1
pippi,14
pippin,32
pippo,3
pippolina,1
pippy,3
pip-squeak,2
pipsqueek,2
pirata,1
pirate,5
piro,1
pirri,1
pirucas,1
pirulin,1
pirulina,2
pirulo,2
pisa,1
pisco,5
pistachio,5
pistol,3
pita,9
pitbull,2
pitch,1
pitcher,3
pitchow,1
pitcure,1
piter,1
pito,9
pitoco,2
pitsl,1
pitusa,1
pitzi,1
pixel,19
pixi,1
pixie,41
piya,1
pizza,4
pizzi,1
pj,17
pjotr,1
planette,1
plankton,1
plano,1
platinum,2
plato,10
plaxi,1
playa,1
playboy,1
playdoh,1
plazi,1
pleiades,1
plika,1
plissken,2
plum,1
plushy,1
pluto,43
pm864,1
pnüt,1
po,6
poca,2
pochacco,1
pochi,3
pochie,1
pocho,1
pochomil,1
pocket,3
pocky,2
poco,8
pocus,1
podah,1
podgey,1
podo,1
poe,6
poet,1
pogacs,1
poggi,1
pogi,4
pogo,6
poh,1
poika,1
poindexter,1
poirot,2
pokemon,1
poker,2
pokey,10
pokie,3
pokito,1
poky,2
pola,3
polar,4
polaris,2
polka,3
pollie,3
pollo,2
polly,25
pollyanna,1
polly-jane,1
polo,60
polola,1
polow,1
polpetta,1
polphus,1
poly,1
polyway,1
pom,7
pom/,1
pomegranat,1
pomeranian,2
pomi,1
pommes,1
pommie,2
pommy,1
pomo,1
pompey,1
pompom,1
ponchi,2
ponchik),1
poncho,13
pong,1
pongo,12
poni,1
ponka,1
ponkey,1
ponky,2
pono,1
ponte,1
ponti,1
pontus,1
ponty,1
pony,3
ponyboy,2
ponyo,2
ponzi,1
ponzu,1
poo,2
poobee,1
pooch,1
pooche,1
pooches,1
poochi,1
poochie,27
poochie-lee,1
poochini,1
poocho,2
poo-chon,2
poochy,3
poocie,1
poodah,1
poodelicious,1
poodie,1
poodle,4
poofer,1
poofy,1
pooh,12
poohbear,2
pooh-bear,1
pooka,4
pookah,2
pookee,1
pookeeh,1
pookeeta,1
pooker,1
pookie,36
pookiebear,1
pookieface,1
pooky,3
pooma,1
poonis,1
poopaleany,1
pooper,1
poopface,1
poopsie,2
poopsie/princess,1
poosh,1
pootie,1
poovy,1
pop,6
popcorn,25
popcorn-minto-jack,1
popeto,1
popeye,11
popi,4
popo,9
pop-o,1
popola,1
poppa,3
poppet,1
poppett,1
poppi,3
poppie,2
poppins,1
poppy,44
poppy-anne,1
poppycuill,1
poppy-hazel,1
pops,1
popsie,1
poqui,1
poquito,2
poran,1
porcha,1
porcupine,1
porgy,1
pork,12
porkchop,22
porscha,6
porsche,8
porsha,1
porshe,1
porter,10
porterhouse,1
portia,5
portland,4
portos,1
poseidon,3
posey,6
posh,1
posie,5
possum,1
posy,2
posya,1
pot,2
potato,17
potchie,1
poti,1
potic,1
potion,1
potter,12
potus,2
potyomkin,1
pouchi,2
pouchie,2
poulin,1
pounce,3
pouncer,1
pouncey,1
poupee,1
poupette,1
poupou,1
powdah,1
powder,5
power,1
powerranger,1
powpow,1
pp,1
ppomi,1
ppotto,1
pr.,1
prada,18
praise,1
prajna,2
praline,1
prana,1
prancer,3
prancy,1
pray,1
prayer,1
preciosa,9
precioso,1
preciou,1
precious,154
precious`,1
precious-sofia,2
preeda,1
preetzeeta,1
prem,1
presa,1
prescious,1
prescott,3
present,1
president,1
presiosa,3
presious,1
presley,18
presly,1
preston,22
presty,1
preta,2
pretender,2
pretty,16
prettyboi,1
pretzel,4
pretzels,1
prez,2
prezzi,1
price,5
pricess,1
pride,1
prim,3
prima,6
primadona,1
primavera,1
prime,5
primo,19
primrose,4
prina,1
prince,328
prince`,1
princella,1
princes,1
princesa,16
princeslea,2
princess,603
princessa,15
princess-yuliua,1
princeton,8
princey,1
princie,1
princip,1
principe,1
principie,1
princy,1
prineces,1
pringle,2
pringles,4
prinie,1
prinston,1
priscilla,13
prissy,5
prisy,1
private,1
probie,1
professor,3
professsor,1
profi,1
prometheus,1
promethis,1
promise,3
pronto,3
proof,2
prophet,2
proscia,1
prosper,1
protocor,1
proton,2
prudence,10
prudie,1
prue,1
prufrock,1
pruna,1
prunella,1
pryor,1
pryze,1
psyco,1
ptolemy,1
puca,1
pucca,3
pucci,19
puccini,5
puccio,1
puchas,1
pucher,1
puchi,8
puchie,4
puchiny,2
puchis,2
puchito,3
pucho,3
puchy,5
pucinni,1
pucio,1
puck,24
puckss,1
pud,1
puddin,7
pudding,10
puddles,6
puddlez,1
puddy,3
pudge,11
pudgie,4
pudgy,7
puenktchen,1
puff,9
puffer,1
puffers,1
puffin,3
puffles,1
puffy,27
pugey,1
puggie,1
puggle,2
puggles,4
pugglie,1
puggsy,1
puggy,4
puglet,1
pugs,1
pugsie,3
pugsley,16
pugsly,3
pugsy,6
pugy,4
pugzlee,2
pugzy,1
puhlya,2
puji,2
puka,2
puku,1
puky,1
pulaski,1
pulga,2
pulgas,1
pullo,3
pully,1
pulpito,1
pululu,1
pum,1
puma,12
pumba,4
pumbaa,2
pumbledore,1
pumkin,5
pumky,1
pumpernickel,1
pumpernickle,1
pumpkin,62
pumpum,1
punch,2
punchy,1
punisher,1
punk,4
punkie,2
punkin,3
punky,3
punkydoodl,1
punum,1
pup,3
pupa,3
pupcake,1
pup-cupid,1
pupi,4
pupita,1
pupito,1
pupper,1
pupperton,1
puppie,1
puppsy,1
puppy,28
puppyhead,1
pups,1
pupsik,1
pupuji,2
purdy,1
pure,1
pushkin,3
putie,1
putin,1
putney,2
putty,1
puzzle,3
puzzuno,1
pvka,1
pwned,1
pye,1
pygar,1
pym,1
pyrgo,1
q,9
qd,1
qiang,1
qiaokeli,1
qiu,3
qiuqiu,1
qiu-qiu,1
qjia,1
qkoma,1
qoia,2
qq,5
qtip,1
q-tip,3
quake,1
quaker,1
quanlin,1
quark,1
quarter,1
quartz,1
quasi,2
quasimoto,1
quavo,1
que,5
queeen,1
queen,16
queeney,2
queenie,30
queens,3
queeny,3
quentin,3
quesadillas,1
quesito,1
quesnel,1
queso,2
quest,3
quiche,1
quid,1
quien,1
quiet,1
quigley,4
quille,1
quimbo,2
quimby,1
quin,3
quina,1
quince,2
quincee,1
quincey,2
quincy,43
quinee,1
quing,1
quinlan,2
quinn,32
quinnie,1
quinny,2
quint,1
quinton,2
quintrail,1
quinzy,1
quique,1
quito,1
quixote,1
quorra,3
qutie,1
qwerty,1
r.,1
r.a.,1
r.j,1
ra,2
rabbit,8
rabby,1
rabies,1
racer,1
rachael,1
rachel,10
rackie,1
racko,1
racky,1
raco,2
rada,1
radar,17
radcliffe,1
radio,4
radish,3
radley,3
radny,1
rador,1
radu,1
raf,2
rafa,4
rafael,5
rafaela,1
rafee,1
rafelin,2
rafella,1
raffaello,1
rafferty,2
raffi,5
raffie,1
raffles,1
raffy,2
rafi,4
raggio,1
raggs,1
ragnar,1
ragnarok,1
rags,4
ragu,3
ragz,1
rahja,1
rahzel,1
raiden,2
raider,2
raif,1
raiko,1
railey,1
rain,4
raina,5
rainbow,5
raindrop,3
raine,1
rainer,3
rainey,1
rainie,1
rainney,1
raisin,17
raizy,1
raj,2
raja,10
rajah,5
rajneesh,1
raki,1
rakka,1
rakki,1
rako,1
raksha,1
raleigh,15
ralf,2
ralfie,1
raliegh,2
rally,2
ralph,46
ralphie,24
ralphy,3
ram,1
rama,1
ramb,1
rambo,73
ramen,2
rameses,1
rami,2
ramiro,1
ramius,1
rammy,1
ramo,2
ramon,3
ramona,13
ramone,1
ramrod,1
rams,1
ramsay,2
ramses,2
ramsey,6
ramzan,2
ramzi,1
rand,2
randal,1
randall,1
randolf,1
randolph,2
randon,2
randy,21
rangeley,1
ranger,51
rango,3
rani,2
ranon,1
ransom,1
raoul,1
raphael,2
raplhie,1
rapture,2
rapunzel,2
raquel,3
rasa,1
rascal,43
rasco,2
rashmi-kahur,2
rasko,1
rasmus,1
raspberry,1
rasputin,3
rasta,4
rastis,2
rasty,1
ratchet,1
ratmir,1
rauri,1
ravello,1
raven,32
ravern,1
ravioli,3
rawley,2
rawlings,1
rawly,1
ray,10
raya,2
rayder,1
raye,1
rayito,1
raylan,2
raymond,8
raymondo,1
rayna,1
rayne,3
rayo,1
ray-ray,3
raz,4
razco,1
razor,4
razz,4
razzle,4
rcke,1
rd,1
reagan,8
rearden,1
reba,14
rebecca,6
rebekah,1
rebel,16
rebo,2
reboot,2
rebound,1
rebus,2
recese,1
recruit,1
red,46
redd,11
reddington,1
redds,1
reddy,1
redemption,1
redford,6
redmond,2
redstar,1
redstone,1
redwing,1
reece,4
reeces,1
reed,3
reef,1
reela,1
reenie,2
reese,26
reesee,1
reeses,25
reese's,2
reesey,2
reesy,1
reezo,1
reffles,1
regan,1
reggae,2
regge,1
reggie,55
regi,1
regina,9
regina's,1
reginald,4
regis,6
regy,1
rei,1
reid's,1
reign,2
reilley,1
reilly,36
reily,2
reina,13
reiner,1
reins,1
reka,1
reksio,1
relic,2
rell,1
rellie,2
rem,2
rema,1
remand,1
rembrambt,1
remey,2
remi,22
remii,1
remington,15
remmi,1
remmington,1
remmy,2
remo,6
remsen,4
remus,8
remy,124
rémy,1
ren,3
rena,1
renata,3
renate,1
rene,1
renee,1
renegade,1
renfield,1
reni,1
renji,1
renly,1
renna,1
renni,1
rennie,2
renno,1
renny,1
reno,7
renzo,2
reo,1
reona,1
repeat,1
repo,4
reprieve,1
rescue,2
resses,1
ressi,1
ressie,2
reuben,11
reverend,3
revis,4
reward,1
rex,201
rex(admiral,1
rex-frost,1
rexi,3
rexie,3
rexii,1
rexs,2
rexx,1
rexxi,2
rexy,4
rey,4
reylan,1
reyna,6
reynee,1
reynolds,1
rez,1
reznor,1
rhapsody,1
rhea,2
rhes,1
rhett,4
rhi,2
rhianna,1
rhiannon,2
rhino,2
rhinoceros,1
rhoda,4
rhonda,3
rhye,1
rhyming,1
rhyno,1
rhys,1
rhythum,1
ria,2
riba,1
ribbie,1
riblet,1
rica,1
ricardo,5
rice,4
riceball,1
rich,1
richard,11
richard-1,1
riches,1
richie,13
richmond,1
richter,1
rick,1
ricki,7
ricky,68
rico,50
ricochet,2
rico-suave,2
riddick,1
riddle,1
rider,1
ridge,2
ridley,4
riece,1
rieley,1
rielly,1
riely,1
riena,1
ries,1
riese,1
riesling,4
riff,1
riffle,1
rifraf,1
rigatoni,1
rigatoni`,1
rigby,13
rigel,1
riggins,6
riggs,1
rigley,1
rigsby,1
rih,1
rihanna,2
rika,2
riker,2
riki,1
rikki,2
rikku,2
rikky,1
riko,2
rikona,1
riku,2
riley,299
rilu,1
rima,1
rimbaud,1
rimsky,2
rin,3
rina,1
ring,1
ringo,39
rini,1
rinkles,1
rinku,1
rintarou,1
rinton,1
rio,27
riot,2
rip,1
ripley,38
ripple,1
riro,2
risa,1
riser,1
rishi,1
riskie,1
risky,1
rita,13
ritchie,1
ritsos,1
ritzy,1
river,21
rivera,1
rivers,2
rivi,1
rivington,1
rivka,1
rivvy,1
riza,2
rizo,1
rizzo,10
rj,7
ro,1
road,1
roadie,2
roadrunner,1
roady,1
roamer,1
roan,1
roark,1
rob,3
robbee,1
robbie,16
robbin,1
robert,4
roberta,5
robespierre,1
robi,1
robin,14
robins,1
robleda,1
robot,4
roby,2
robyn,4
roc,4
rocca,1
rocco,188
"rocco,",1
rochelle,2
rochester,3
rocien,2
rocio,1
rock,15
rockbottom,1
rockefeller,2
rocket,43
rocketman,2
rockette,1
rockey,8
rocki,1
rockie,9
rocko,40
rocks,2
rocksea,1
rocksi,1
rocksie,1
rockstar,5
rocksy,2
rockwell,3
rockxy,1
rocky,823
rockybear,1
rockye,1
rockz,1
roco,1
rocsi,1
rocxii,1
roczen,1
roda,1
rodan,1
rodel,1
rodeo,4
roderick,1
rodi,1
rodion,1
rodman,1
rodney,4
roebling,1
rogan,2
roger,33
rogue,12
roi,2
roic,2
róisín,1
rokko,1
roko,1
rokubei,1
roland,6
rolex,4
rolfe,1
roll,1
rollie,5
rollo,4
rolly,2
rolo,14
roly,2
roma,5
roman,22
rombo,1
romby,2
rome,3
romello,1
romeo,200
romero,4
romey,3
romie,1
romilos,2
romina,1
rommel,1
romro,1
romulo,1
romulus,6
romy,8
ron,5
ronald,5
ronan,8
roncon,1
rondo,5
roni,4
ronin,6
ronja,1
ronni,1
ronnie,6
ronny,4
ronzoni,1
roo,22
roodbaard,1
roofes,1
roofie,1
roofus,3
rooke,1
rookie,8
rooney,14
roorey,2
roosevelt,6
rooster,4
root,1
rootbeer,2
rooz,1
roque,2
rori,2
rorie,1
roro,1
ro-ro,1
rorry,1
rorschach,1
rory,26
rosa,11
rosabella,1
rosalia,1
rosalie,4
rosalind,1
rosalita,4
rosaria,1
rosario,1
roscie,1
rosco,37
roscoe,91
roscoe-roo,1
rose,36
roseaux,1
rosebella,1
rosebud,11
rosedale,1
rosemarie,2
rosemary,2
rosenberg,1
rosenstein,1
roserita,1
rosetta,2
rosey,12
roshe,1
roshell,1
rosi,1
rosie,262
rosie-baby,1
rosita,4
ross,7
rossano,1
rossdale,1
rossi,2
rossie,1
rossy,1
rosten,1
rösti,1
rosy,10
rothan,1
rothko,3
rottie,1
rottweiler,1
rouge,1
roughie,2
roughy,1
roumi,1
rourke,2
rousey,1
roush,1
roux,4
rouxie,2
rouxpert,1
rover,9
rowan,6
rowdy,9
rowena,2
rowley,2
rowlyn,1
rown,1
rox,4
roxanna,1
roxanne,33
roxcee,1
roxi,9
roxie,126
roxsy,1
roxxi,1
roxxie,3
roxxy,1
roxy,294
roy,22
roya,1
royal,10
royale,1
royce,6
roz,1
rozalina,1
rozay,1
rozee,1
ru,2
ruairi,1
ruari,1
rube,1
ruben,2
rubens,1
rubert,2
rubi,5
rubia,6
rubidee,1
rubin,2
rubio,2
rubix,1
ruby,339
ruca,3
rucker,1
ruckus,12
ruco,1
rudder,1
ruddy,1
rude,1
rudi,7
rudol,1
rudolf,2
rudolph,3
rudy,101
rudyard,1
rue,9
rueben,2
ruedi,1
ruffen,1
ruffian,2
ruffiano,1
ruffio,1
ruffis,1
ruffles,12
ruffnut,1
ruffo,1
ruffster,1
ruffus,2
ruffy,2
rufi,1
rufino,1
rufio,2
rufo,1
rufus,105
rufus-2,1
rug,1
ruga,1
rugby,10
ruger,2
ruggles,5
ruggly,1
rui,2
ruka,2
rukus,1
ruler,1
rulli,2
rum,1
rumba,1
rumble,1
rumi,4
rummy,2
rumor,1
rumpelstilskin,1
rumple,1
rumples,1
rumpole,1
rumpus,1
rumpy,2
rumsfeld,1
runkle,2
runner,2
runty,1
rupee,2
ruper,1
rupert,24
rupi,2
rupisha,1
ruppi,1
ruru,1
rusabelle,1
rusev,1
rush,1
rushelle,1
rusky,1
russ,4
russel,10
russell,25
russian,4
russo,1
russy,1
rusti,2
rustom,1
rusty,204
'rusty,1
rusty-brawn,1
rut,1
ruta,1
ruth,6
ruthie,10
rutkis,1
ruttie,1
rutto,1
rux,1
ruxbin,1
ruxin,3
ryan,8
ryce,1
ryda,1
ryder,26
rye,7
ryeana,1
ryely,1
ryeman,1
ryko,1
rylee,7
rylee-grey,2
ryleigh,2
ryley,1
rylie,2
ryman,1
ryo,1
ryo-ohki,1
ryou,1
rysiu,1
ryu,3
ryushka,1
ryuu,2
s.,1
s.shagford,1
sa$$y,1
saarinen,1
saba,7
sababa,1
sabache,2
sabastein,1
sabastian,2
sabbath,1
saber,3
sabi,3
sabie,1
sabina,3
sabine,3
sabio,2
sable,23
sabou,2
sabre,3
sabrett,2
sabrina,23
sabu,1
saby,1
sacci,1
sacey,1
sacha,10
sachi,10
sachie,2
sacko,1
saddie,1
sadi,1
sadie,281
sadie-muffin,2
sadrac,1
saedi,1
safari-ann,1
safarie,1
saffari,1
saffie,2
saffron,6
saffy,2
safi,2
safira,1
safire,2
saga,1
sagan,3
sage,33
sagga,1
saggie,1
saggy,1
sagira,1
sagu,1
sah,1
saha,1
sahara,4
sahsa,1
saida,2
saidy,1
saige,3
saijin,1
saila,1
sailor,16
saint,3
saiya,1
sakari,1
sake,16
saki,15
sakow,1
saku,1
sakura,4
sakyra,1
sal,4
salamander,2
salamon,1
salchicha,1
salem,4
salerno,1
salina,1
salishan,1
salli,1
sallie,3
sally,63
sallywags,1
salome,2
salomon,6
salsa,8
salsita,1
salt,3
saltie,1
saltine,2
salty,6
salvador,4
salvatore,2
sam,204
samadhi,3
samamtha,1
samantha,119
samara,3
samari,1
samatha,2
samatha(sam),1
samauri,2
samba,5
sambi,1
sambuca,7
samerah,2
sameve,1
samhain,1
sami,18
samia,1
samir,1
samira,2
samm,1
sammantha,1
samme,1
sammi,20
sammie,37
sammo,1
sammy,262
sammyvon,1
samoa,2
samosa,1
sampson,23
samsara,1
samso,1
samsom,1
samson,101
samson-katan,1
samsonmaxwellwalterzane(sammy),1
samsoonie,1
samsun,2
samsung,1
samuel,9
samurai,3
samus,1
samwise,3
samy,3
san,4
sanai,1
sancerre,1
sancho,12
sand,1
sande,2
sandee,2
sander,1
sanderson,1
sandi,17
sandie,4
sandoval,1
sandra,6
sandrine,1
sandro,2
sandwaches,1
sandwich,3
sandwiches,1
sandy,236
sandypoopoo,1
sanford,1
sanga,1
sangria,1
sanjay,1
sanji,1
sanjie,1
sanjiro,1
sanjoe,1
sano,1
sans,1
sansa,2
sansan,1
sanson,1
santa,3
santana,8
santas,1
santi,1
santiago,3
santino,12
santo,5
santorini,1
santos,3
sanya,1
saoirse,2
sapa,1
saphira,2
saphire,3
saphris,2
saphy,1
sapien,1
sapo,2
sapphira,1
sapphire,10
sappho,1
sapporo/bailey,1
sara,27
sara-beth,1
sarabi,3
sarafina,1
sarah,30
saraia,1
saralena,1
sarang,2
saray,1
sareena,1
sarge,17
sargeant,2
sargent,6
sargento,1
sarita,2
sarjie,1
sarko,1
saru,2
sasa,4
sascha,4
saschie,1
sase,1
sash,2
sasha,306
sashabelle,1
sashee,1
sashi,4
sashie,1
sashimi,1
sashs,1
sasja,1
sassafras,2
sassafrass,2
sassie,1
sasso,1
sassy,61
sassys,1
sassz,1
sasuke,1
satan,1
satch,1
satchel,1
satchi,1
satchmo,7
sati,2
satin,1
satis,1
satisha,1
sato,4
satta,1
saturn,1
satya,2
saucey,2
saucy,3
saul,2
sausage,2
sausalito,1
savache,1
savage,2
savana,1
savanah,1
savanna,4
savannah,38
savarin,1
savey,1
savi,1
savio,1
savvy,1
sawyer,28
saxa,1
saxon,3
saxton,1
say,2
saya,1
sayang,1
sayer,1
sayge,1
sayla,1
sazon,1
scallop,1
scallywag,1
scamp,4
scamper,1
scampers,1
scampi,1
scamps,2
scandal,1
scando,1
scar,3
scarface,4
scarfy,1
scarlet,22
scarlett,40
scarlette,1
scarsdale,1
scatter,1
schae,2
schak,2
schalkie,1
scharnhorst,1
schatzi,13
schatzie,7
scheizer,1
schilling,1
schleckter,1
schmish,1
schmitten,1
schmitty,1
schmoogie,1
schmoopy,1
schmoozie,1
schmutz,1
schmutzi,1
schnappsi,1
schneider,2
schnitzel,6
schnitzle,1
schnoodle,1
schodack,1
schooner,1
schottzie,1
schroeder,3
schubert,1
schuester,1
schultz,2
schultzi,1
schultzy,1
schuyler,2
scissors,1
scoggie,1
scoob,1
scoobie,2
scooby,91
scooby-do,2
scooby-doo,1
scooch,1
scoop,4
scoops,1
scoopy,2
scooter,51
scooterboy,1
scoozy,1
scorpia,1
scorpio,2
scosky,1
scotch,9
scoth,1
scott,7
scotti,1
scottie,12
scotto,1
scotty,21
scout,186
scrabble,1
scrafy,1
scram,2
scrambles,1
scrap,2
scrapper,2
scrappie,2
scrappy,69
scrappydoo,1
scraps,2
scrapy,1
scratchy,2
scream,1
scribbles,1
scrubs,2
scruf,1
scruffie,1
scruffkin,1
scruffles,2
scruffy,55
scrumpy,2
scuba,3
scubi,1
scudley,1
scuffy,2
scully,3
scuppers,1
scusi,1
sea,1
seaborn,1
seal,4
sealo,1
sealy,1
seamos,1
seamus,35
sean,9
seanguh,1
seargent,2
seasame,1
seaver,4
sebasjan,1
sebastan,1
sebastian,64
sebastine,1
sebastion,1
secret,3
sedona,4
seedy,1
seeger,1
seely,1
seera,1
seger,2
seinfeld,1
seiry,1
sela,1
selavy,2
selena,4
selene,2
selkie,1
selky,1
seltzer,2
semba,1
semi,1
semper,1
sempi,1
semuella,1
sen,1
senator,1
sendy,1
seneca,1
senga,1
senior,1
senna,3
senor,1
señor,1
sensa,1
sensation,1
sensay,1
sensee,1
sensi,2
sephy,1
sept.,1
sequel,1
sequoia,1
sera,1
serafina,1
seraphina,1
serena,6
serenity,7
serge,1
sergeant,10
sergio,4
serin,2
serpico,1
serrano,1
sesame,7
sese,1
seth,4
seu,2
sev,1
seve,2
seven,16
seventeen,1
severino,1
severus,2
sevn,1
sexy,8
seydi,1
seymore,1
seymour,11
sgt,2
sgt.,2
sgt.mjr.,1
sha,1
shabba,3
shabbat,1
shabby,1
shabinue,1
shabu,1
shack,1
shacka,1
shackleton,1
shaddow,1
shade,2
shadette,1
shadi,1
shado,1
shadoe,1
shadow,283
shadowette,1
shadows,1
shadowx,1
shady,10
shae'lyn,1
shaft,1
shaggie,1
shaggy,50
shaggy's,1
shago,1
shagy,2
shai,6
shaike,1
shaina,4
shaine,1
shaka,7
shakespear,4
shakespeare,4
shakira,17
shakna,1
shakti,2
shaky,1
shala,2
shallot,1
shallow,1
shalom,3
shaloon,1
shalyn,1
sham,1
shameless,2
shamie,1
shamoo,1
shampoo,1
shampoo/taylor,1
shamrock,11
shamsky,1
shamu,2
shamus,9
shamusdash,1
shana,10
shandoo,1
shandy,2
shane,27
shang,1
shanghai,1
shani,1
shank,1
shanna,2
shannie,2
shannon,5
shanny,3
shanti,13
shantik,1
shantu,1
shanty,1
shao,1
shaolin,1
shaq,1
shaquira,1
shara,1
sharav,1
sharick,1
sharik,2
shar-jams,2
shark,1
sharkie,1
sharkira,1
sharky,6
sharlena,1
sharma,1
sharon,2
sharpie,2
shartouhy,1
shasha,5
sha-sha,1
shashi,3
shasky,1
shasta,6
shatze,1
shatzee,1
shatzi,1
shatzie,1
shauhna,1
shavanna,1
shavnna,1
shaw,1
shawbo,1
shawn-michael-vincient,1
shay,12
shayla,3
shaylee,1
shaymous,1
shaymus,1
shayna,25
shayne,2
shaz,1
shazam!,1
shazim,1
shazzie,1
she,1
shea,66
shea-citi,1
sheamus,4
shearer,2
sheba,85
shebba,1
shecky,1
sheeba,11
sheebo,1
sheeka,1
sheen,1
sheena,13
sheenah,1
sheera,1
sheiba,1
sheido,2
sheila,20
sheina,1
shekka,1
shela,2
shelbey,1
shelbi,1
shelby,59
shelda,1
sheldon,10
shelley,2
shellie,1
shelly,15
shema,1
shena,2
shenandoah,1
shenia,1
shep,7
shepador,1
shepherd,2
sheppy,1
shera,9
sheri,1
sheriff,1
sherlock,35
sherlockzer,2
sherly,1
sherman,21
sherpa,2
sherri,1
sherrie,1
sherry,7
sheru,4
sherwood,2
sheryl,1
shesh-besh,1
sheshe,1
shetan,1
shetzcie,1
sheva,1
shi,4
shiba,12
shibba,1
shibby,1
shibuya,1
shieva,1
shiffon,1
shige,1
shih,1
shii-shii,1
shiitake,1
shikinou,1
shilah,1
shillelagh,1
shilo,8
shiloh,47
shilon,1
shilow,1
shimiah,2
shina,1
shine,3
shiner,1
shinji,1
shinjo,1
shinnosuke,1
shinobi,3
shinsaku,1
shiny,1
shio,1
shira,2
shiraz,1
shiree,1
shirley,11
shiro,6
shiroebi,1
shirold,1
shi-shi,1
shishka,1
shishkabob,2
shitzu2,1
shiung,1
shiva,9
shivanny,1
shlema,1
shlomo,3
shmoo,1
shmoogie,1
shmuely,1
shnauzer,1
shnitzel,1
shnookie,1
shobe,2
shocker,2
shockey,4
shockie,1
shocko,1
shoe,2
shoelace,1
shoes,2
shogun,3
shoji,1
shoko,5
shona,2
shong,1
shonya,1
shoo,1
shookie,1
shooter,4
shopow,1
short,5
shortie,7
shortii,1
shorts,1
shortstop,1
shorty,44
shoshana,1
shot,1
shotgun,1
shotsie,2
shotty,1
shotzie,2
shotzy,2
shou,1
show,1
showdown,1
showgirl,2
showme,1
shpek,1
shpilke,1
shrek,1
shrimpy,1
shu,2
shuaishuai,1
shubert,1
shubie,1
shuey,1
shug,2
shuga,1
shuggie,3
shugi,2
shugie,1
shula,2
shum,1
shumai,1
shumi,1
shumpa`,1
shura,1
shur-paws,1
shu-shu,1
shy,8
shyann,2
shyla,9
shylo,2
shyloh,1
shylow,1
shyna,1
shyne,2
sia,1
siah,1
siamper,1
siana,1
siao,1
sibei,1
sid,7
siddhartha,1
sidhe,1
sidney,27
siegfried,2
siegy,1
siena,3
sienna,14
sierra,18
sigfreid,1
sigga,1
siggy,1
sigmund,4
signe,1
sigy,1
sihler,1
siiva,1
siku,1
sila,1
silas,5
silenzio,2
silia,1
silion,1
silk,1
silkbambi,1
silky,9
silurian,1
silvee,1
silver,17
silverado,1
silvie,1
silvio,1
silviodant,1
sima,2
simb,1
simba,169
simi,1
simian,2
simka,1
simmi,1
simom,1
simon,82
simona,1
simone,11
simonita,1
sin,4
sinamin,1
sinatra,7
sinaway,1
sinbad,3
sinband,1
sincere,1
sinclair,1
sinder,1
sindoo,1
sindri,1
sindy,4
sinead,1
sing,3
sinjin,1
sioux,1
sir,80
sir.,3
sire,3
sirena,2
siri,4
sirius,13
siro,1
sirob,1
sirona,1
sirrie,1
sirus,2
sis,1
sisal,1
sisco,4
sisi,12
siska,1
sisko,2
sisley,1
sislo,1
sisqo,1
sisse,1
sissi,4
sissie,1
sissy,7
sistah,2
sister,5
sisy,1
siul,2
six,2
sizzee,1
sj,4
skeeter,11
skeets,1
skelly,1
sketch,2
ski,1
skibo,1
skif,1
skimo,1
skip,11
skipper,21
skippy,57
skittle,2
skittles,15
skittlez,1
skky,1
sklya,1
skobie,1
skootch,1
skootee,1
skooter,1
skotty,1
skruffy,1
skube,1
skully,2
skunk,1
skunky,1
skutch,1
skuttle,1
sky,76
skyblu,1
sky-bonito,1
skye,35
skyla,5
sky-la,1
skylar,30
skylare,1
skylark,1
skyleen,1
skyler,19
skylie,2
skype,1
skyper,1
skywalker,1
skyy,6
slami,1
slappy,2
slash,1
slate,2
slavik,1
sledge,2
sleepy,4
slide,1
slider,4
sligor,1
slim,7
slime,1
slinky,7
slipper,1
slippers,1
slivovitz,1
slo,1
sloan,1
sloane,2
slobby,2
slone,1
sloopy,1
slug,1
slugger,1
sluggo,1
slurpee,1
slushie,1
sly,4
slyvester,1
smallfry,1
smalls,1
smalltalk,1
smartie,2
smarty-marty,1
smashley,1
smeagol,2
smee,1
smerk,1
smidgen,2
smike,1
smiley,5
smilla,3
smith,5
smither,1
smithers,2
smithwicks,1
smitty,5
smoke,10
smokee,2
smokey,99
smoki,1
smokie,8
smoky,5
smooches,2
smoochie,4
smooshies,1
smooshy,1
smoothie,1
s'more,2
smoreo,1
smores,4
s'mores,1
smorkie,1
smuckers,1
smudge,6
snacks,2
snaggs,1
snags,1
snails,1
snap,4
snapple,5
snapples,2
snappy,3
snarky,1
snarles,1
snckers,1
sneakers,4
sneaky,1
sneezy,1
snicker,1
snickerdoodle,3
snickers,50
snickerz,1
sniffer,1
sniffle,1
sniffles,2
snifford,2
snikers,1
snikkers,1
sniper,5
snipper,1
snips,1
snob,1
snobben,1
snoepie,1
snoodles,1
snoogie,1
snooki,4
snookie,9
snookumg,1
snooky,3
snoop,26
snoopi,1
snoopie,2
snoops,1
snoopy,164
snoots,1
snoozer,1
snopee,1
snoppy,8
snorkel,1
snorri,1
snow,73
snowbal,1
snowball,87
snowball811,1
snowballs,1
snowbell,1
snowbelle,1
snowbie,1
snowcap,2
snowden,1
snowdon,1
snowdot,1
snowee,3
snowey,2
snowflake,32
snowflakes,1
snowie,6
snowshoe,1
snowstorm2,2
snowwhite,1
snowwinter,1
snowx,1
snowy,51
snuffles,2
snuffy,4
snuggle,3
snuggles,35
snuggy,1
snuggz,1
snugz,1
snuzi,2
snyder,2
soaky,1
soba,1
sobhre,1
soca,1
socal,1
socartes,1
soccer,1
sochi,6
soci,1
sockie,1
socks,6
soco,1
socrate,1
socrates,5
soda,4
sodapop,1
söder,1
sofe,1
sofee,1
sofi,7
sofia,47
sofie,40
sofiya,1
softee,1
sofy,2
sohie,1
soho,3
soju,2
sokka,2
soks,1
sol,3
sola,1
soldier,3
sole,2
soleil,4
solo,14
solomon,4
solshi,1
sombra,2
sombrero,1
sona,1
sondra,1
soni,1
sonia,8
sonic,11
sonja,4
sonny,91
sonnydlite,1
sonoma,1
sonora,2
sony,1
sonya,3
soo,1
sookie,24
soon,1
soon-ee,1
sooner,2
sooni,2
soonja,1
soot,2
sooty,2
sophea,1
sophi,2
sophia,82
sophiarose,1
sophia-skai,1
sophie,383
sophie-rae,1
sophy,4
sopris,1
sora,6
soren,2
soroya,1
sorrow,1
soru,1
sosa,5
sosen,1
soso,1
sothis,1
souffle,1
soul,1
soula,1
soulfullil,1
soulo,1
soumy,1
soup,1
soupy,1
sour,1
sourdough,1
southern,1
southernbell,1
sox,7
soy,1
soya,1
sozey,1
sozy,1
spades,1
spagetti,1
spaghetti,4
spalding,2
spankford,1
spanki,1
spankly,1
spanky,76
spanky:,1
spark,2
sparkey,11
sparki,3
sparkie,6
sparkle,28
sparkles,12
sparklie,1
sparko,1
sparkplug,1
sparks,6
sparkster,2
sparky,215
sparkz,1
sparrow,3
sparta,4
spartacus,32
spartak,2
spartan,3
sparticus,1
spatcy,1
spazz,1
spec,2
special,2
speck,2
speckles,2
specter,1
speedo,3
speedy,23
spello,1
spence,1
spencer,68
spenky,1
spenser,2
sperry,2
sphinx,1
sphinxy,1
spice,11
spicey,3
spicy,1
spider,2
spidey,4
spiffy,1
spigle,1
spike,143
spikerton,1
spikey,16
spikie,1
spin,1
spine,1
spinella,1
spinner,1
spirit,22
spitfire,1
spitzi,1
spkie,1
splash,7
splashy,1
spliffey,1
splinter,2
spock,7
sponge,4
spongeky,1
spongi,1
sponkee,1
sponky,1
spooka,1
spookie,1
spooky,4
spoon,1
spooner,1
sport,7
sport/perro,1
sportikus,1
sporty,1
spot,41
spots,3
spotsy,1
spottie,3
spotty,11
spoty,1
spree,2
sprewell,1
spring,6
sprinkles,5
sprit,1
sprite,5
sprocket,7
sprout,7
sprungli,1
spud,5
spudds,1
spuds,2
spumoni,1
spunki,1
spunkie,1
spunky,17
sputnick,1
sputnik,3
spy,2
spyder,1
spyke,3
spyro,1
spyvok,1
squash,2
squeakers,2
squeaky,1
squeegee,1
squeek,1
squeeker,1
squeeze,1
squeezelee,1
squid,4
squiggles,2
squiggy,3
squire,2
squirmy,1
squirrel,1
squirt,11
squish,1
squishee,2
squishy,1
sr,1
sr.,1
sr.scruffy,1
sriracha,3
st.,4
stacey,2
stache,2
staci,3
stacie,1
stacks,3
stacy,10
stafenia,1
stahlrosenhof,1
staicy,1
stallone,1
stan,5
standing,1
stanely,2
stanford,4
stanis,1
stanlee,2
stanley,55
stanly,1
stanton,1
star,80
starbright,1
starbuc,1
starbuck,7
starburst,1
stardivina,1
stardust,1
starfire,1
starfish,1
stark,3
starkweather,1
starky,1
starla,1
starlord,1
starphyre,1
starr,10
starski,1
starsky,3
starter,2
stash,1
stasiu,1
static,1
stavi,1
stax,2
steamboat,1
steel,3
steele,2
steeler,2
steeley,2
steely,1
steffie,2
steggy,1
steinway,4
stella,327
stelladoro,1
stella-grace,1
stellaluna,1
stellar,1
stellina,2
stencil,1
steph,2
stephan,1
stephanie,3
stephie,1
sterling,12
stesa,1
steve,12
steven,7
steve-o,2
stevie,39
stew,1
stewart,6
stewee,1
stewey,4
stewie,44
stewie(berman),1
stewy,2
stich,2
sticker,4
stickers,1
sticks,1
stiggy,1
stiglitz,1
stiles,3
stimpy,1
stinker,1
stinky,2
stir,1
stitch,41
stiva,1
stixx,1
stogie,1
stoli,4
stolichnay,1
stolly,1
stone,12
stoner,1
stonewall,1
stonewall's,1
stoney,5
stony,1
storm,76
stormageddon,1
stormee,1
stormy,20
stormyweather,1
story,4
stout,4
stover,1
stralamas,1
strauss,1
straw,2
strawberry,3
stray,1
streak,2
streeter,1
streimer,1
stretch,7
strider,5
strike,2
striker,1
stringer,2
stripe,1
strippy,1
stritch,1
strom,1
stromy,1
strudel,2
strummer,2
struppi,1
strut,1
stryken,1
stryker,4
stu,1
stuart,5
stubby,1
stud,4
studley,2
stuey,4
stumpford,1
stumpy,1
stutz,1
styles,3
stymie,1
styx,1
su,3
suagr,2
suave,1
subee,1
subie,1
subjectivity,1
subway,3
succo,1
succotash,1
suchi,3
suchisneil,1
sucio,2
sudan,1
sudi,1
suds,1
sudsy,1
sue,4
suede,4
sueflae,1
sueko,2
sueme,1
sue-sue,1
suezy,1
suga,6
sugah,1
sugar,113
sugarbear,1
sugare,1
sugarpop,1
sugarwags,1
sugihara,1
suikee,1
suka,1
suki,44
sukie,3
suki-lani,1
suko,1
sukoshi,1
suky,2
sula,1
suleyka,1
suling,1
sulley,3
sullivan,5
sully,14
sultan,5
sultana,1
sumatra,2
sumaya,1
sumba,1
sumerwynd,1
sumiko,1
summer,48
summer-love,1
summit,2
sumo,9
sumter,1
sundae,11
sundai,3
sundance,12
sunders,1
sundrop,1
suni,1
sunia,2
sunita,1
sunkist,1
sunnie,4
sunny,99
sunnyboy,1
sunnyshine,1
sunnysidey,1
sunrise,1
sunshine,36
suny,1
super,7
superfly,1
superman,5
supernova,1
supreme,4
sur,1
sura,1
surf,1
surfina,1
suri,4
suris,1
sury,1
surya,2
susan,5
susana,2
sushi,22
sushie,1
sushka,2
susi,5
susie,48
susie/miss,1
susina,1
sussie,1
sussy,7
susu,2
susy,12
sutherland,1
sutter,1
sutton,2
sutu,1
suvan,1
suvi,1
suyu,1
suzanna,1
suzee,2
suzette,4
suzi,8
suzie,33
suzie-o,1
suzi-q,1
suzu,1
suzuki,3
suzy,22
suzzie,1
suzzy,1
svarti,1
sven,2
swabbie,1
swag,1
swagga,2
swagger,4
swan,1
sway-jaxon,2
swayze,1
sweeney,2
sweepea,1
sweeper,1
sweet,21
sweete,1
sweetheart,5
sweetie,36
sweetiepie,2
sweetness,3
sweetp,1
sweet-p,1
sweetpea,7
sweets,1
sweety,8
sweety-suzie,1
sweetz,1
swiffer-dior,1
swift,1
swiper,3
swish,1
swiss,1
swissy,1
switch,3
switee,1
switzerland,1
swoosh,2
sy,3
sybil,3
syd,1
sydne,1
sydney,56
sydny,1
sylar,4
syler,1
sylis,1
sylvana,1
sylvanas,1
sylver,1
sylvester,1
sylvesto,1
sylvia,6
sylvie,11
sylvio,1
symba,10
symon,1
symphony,3
synamin,1
syndie,1
syreese,1
syrie,1
syrion,1
syrup,2
syrus,2
szabadoral,1
szaszu,1
szuri,1
t,5
t.j,1
t.j.,6
t.o.,2
t2,1
t64025-daisy,1
t90450,2
taaffe,2
taavi,1
tabasco,1
tabata,1
tabatha,4
tabb,1
tabbie,2
tabby,3
tabella,1
tabitha,16
taby,2
taccos,1
tache,3
tachi,1
taco,50
tad,2
tadgh,2
tadpole,1
tadzio,1
taeyong,1
taffeta,1
taffy,23
taft,1
tag,3
taga,1
tagger,2
taghd,1
tah,1
tahoe,3
tahui,1
tahvo,2
tai,5
taichi,1
tai-chi,1
taifa,1
taiko,3
tailer,1
tailor,1
tails,1
taina,10
taisho,1
taisia,1
taison,1
taiyo,1
taj,2
taja,1
tajee,1
takaia,1
takara,2
takeoff,1
takeshi,1
taki,2
tako,3
takoda,4
takodah,1
takouhi,1
tala,1
talbot,2
taley,1
tali,4
talia,6
taliesin,1
talisker,4
tall,3
tallaine/tally,1
talley,1
tallie,2
talluah,1
tallulah,43
tallullah,1
tally,6
taloula,1
talula,3
talulah,6
talullah,6
talvi,1
tama,2
tamago,1
tamale,1
tamara,4
tamari,1
tamasha,1
tamber,1
tammi,2
tammie,2
tammy,20
tampa,1
tamy,3
tanaka,1
tanana,1
tancred,1
tandy,1
tanemahuta,1
tangela,1
tangerine,1
tangie,1
tango,36
tangy,1
tania,2
tania's,1
tank,58
tanker,1
tanky,1
tanna,1
tanner,14
tanooki,1
tansy,2
tanuki,3
tanya,6
tanyon,1
tanzie,1
tanzo,1
tao,7
taormina,1
tap,1
tapatio,1
tapey,1
tapioca,1
tappy,1
taquito,3
tar,1
tara,38
taran,1
tarbaby,1
tarchin,1
tardis,1
targaryen,1
target,1
tarj,1
tarka,1
taro,10
tarou,1
tarquin,2
tartine,2
tartufo,1
tarzan,9
tasa,1
tasha,27
tashi,9
tasia,1
tasmania,2
tasmin,1
tassel,2
tassie,2
tassle,1
tassy,1
tasty,2
tasya,2
tata,2
tatani,1
tate,10
tater,14
taters,1
tati,4
tatiana,1
tatiana-jolie,1
tato,3
tator,2
tatou,1
tattoo,1
tatum,3
tatyana,1
tavi,1
tavish,1
tawny,3
taxi,3
taylor,27
taysha,1
tayson,2
taz,69
tazer,2
tazi,1
taziah,1
tazmanian,1
taz-mina,1
tazz,8
tazzie,1
tazzy,4
tba,1
tbd,1
tbo,1
t-bone,7
t-boy,2
tcc,1
tchin,1
tchoup,1
tchtotchke,1
te`a,1
tea,2
te'a,1
teacup,5
teagan,1
teahupoo,1
teal,1
teala,1
teanna,1
tears,2
tebbe,1
tebo,2
tebow,3
tecumseh,1
ted,12
teddi,6
teddie,8
teddy,485
teddybear,1
teddy-bear,1
teddybearshitzumix,1
tedy,2
tee,3
teebone,1
teedie,1
teegan,2
teeka,2
teemo,4
teemu,2
teena,1
teeney,1
teenie,2
teeny,1
teep,1
tee-tee,1
teffy,1
tegan,2
tegene,1
teige,1
teila,1
teilo,1
teini,2
tekken,1
tela,2
teller,1
telli,2
tellie,1
telly,3
temo,2
temper,1
temperance,2
tempest,2
temple,1
templeton,2
tempo,1
temptation,1
tempura,1
temu,1
temujin,1
ten,3
tena,2
tenby,1
tenderland,1
tenesaca,1
tenessee,1
tenga,1
tennesee,1
tennessee,5
tenni,1
tennyson,1
tenoch,1
tenzi,1
tenzin,2
tenzing,2
teo,5
teobaldo,1
tequila,16
tequilla,1
tera,2
terasina,1
tercio,1
teresa,4
teri,2
teriyaki,1
terner,1
terra,10
terri,5
terriann,2
terrie,4
terrier,2
terri-lou,1
terror,5
terry,23
tes,1
tesa,2
teseoro,1
tesla,14
tesorito,1
tess,27
tessa,22
tessi,1
tessie,12
tessy,1
test,2
testing,2
teterete,1
tetu,1
teufel,1
teva,2
tex,8
texaco,1
texas,6
texsa,1
tex-snowy,1
tghan,1
thaddeus,1
thai,2
thais,1
thalia,4
thanasi,1
thanda,1
thandie,1
thatcher,2
thaxter,3
thay,1
thayer,2
the,13
thea,3
theana,1
theiya,1
thelma,7
thelo,1
thelonious,2
thena,1
theo,49
theoden,1
theodora,1
theodore,47
theseus,1
thimble,1
thisbe,1
thobias,1
thomas,27
thomson,1
thor,89
thora,2
thorbaby,1
thorben,1
thorne,1
thorr,1
thresea,1
thriller,2
thumann,1
thumbalina,1
thumbelina,3
thumblina,1
thumper,4
thun,2
thunder,33
thunderboy,1
thurber,3
thurman,3
thurston,1
thyme,1
tia,16
tiaji,1
tiamat,2
tian,3
tiana,2
tiara,2
tibby,3
tiberius,6
tibet,3
tibetneron,1
tibor,1
tibpi,1
tic,1
tickles,1
tico,9
tictac,4
tidal,1
tido,1
tidus,1
tie,3
tieger,1
tiesto,1
tifa,1
tiff,1
tiffany,55
tiffany's,1
tiffie,1
tiffiny,1
tig,2
tiga,1
tiger,103
tiger(fluffy),1
tiger(niu,1
tigerjonas,1
tigersanchez,1
tigg,1
tigga,4
tigger,39
tiggerboo,1
tiggy,2
tiggyii,1
tighe,2
tigi,2
tigo,1
tigra,1
tigre,2
tigress,2
tigrilla,1
tigris,1
tigro,1
tigryssa,1
tigua,1
tika,11
tikaani,1
tiki,25
tikka,5
tikkanen,1
tiko,5
tikuioe,1
tikvah,2
tila,3
tilda,4
tilla,1
tillary,1
tiller,1
tilley,4
tillie,10
tillie-tiffany,1
tillman,1
tilly,26
tiltin,1
tim,7
tima,2
timaxzienie,1
timba,1
timber,11
timberland,2
timbit,2
timbo,1
timbre,1
timi,1
timme,1
timmins,1
timmy,29
timon,3
timone,1
timosha,2
timoteo,2
timothy,9
timpani,2
timpleton,1
tin,3
tina,53
tina/delores,1
tindall,2
tini,3
tinie,1
tink,8
tinka,8
tinker,7
tinkerbell,41
tinkerbella,1
tinkerbelle,7
tinkle,1
tinky,3
tinno,1
tino,25
tinsel,3
tinsley,3
tinto,1
tiny,72
tio,1
tipitina,1
tipp,1
tippe,1
tipper,6
tippi,4
tippy,12
tipsey,2
tipsy,4
tiptoe,1
tira,1
tirado,1
tiramisu,1
tirem,1
tiro,1
tish,1
tisket,1
tita,6
titan,44
titbit,1
titi,2
titia,1
titian,1
titianum,1
titina,2
tito,40
titou,1
tituba,1
titus,19
tiva,1
tiya,1
tizzy,1
tj,19
tjader,2
tjay,1
t-jay,1
t-lo,1
t-mac,1
to,1
toadette,2
toast,7
toaster,2
toastie,1
toasty,4
tobbie,2
tobby,16
tobe,1
tobean,1
tobee,1
tobey,17
tobi,35
tobias,15
tobie,6
tobin,2
tobo,2
toby,446
toby-lerone,1
toco,1
tod,3
todd,3
toddy,5
todoe,2
tody,1
toedo,1
toepher,1
toes,1
toe-toe,1
toews,1
tofe,1
toff,1
toffe,1
toffee,17
toffy,1
tofi,2
toflk,1
tofu,15
toga,3
toggle,1
togo,1
tohui,1
tojo,1
tokeh,4
tokeyo,1
toki,2
tokyo,5
toldi,1
tolec,1
tolliver,1
tolly,1
tolo,1
tolstoy,1
tom,16
tomás,2
tomasina,2
tomato,2
tombo,1
tomboy,1
tomi,1
tomiko,1
tommaso,1
tomme,1
tommi,1
tommie,7
tommy,55
tomo,2
tomy,1
toneus,1
tong,1
toni,9
tonic,1
tonka,15
tonks,2
tonne,1
tono,1
tontin,1
tonto,4
tony,58
tonya,1
too,1
toobab,2
toody,1
toola,1
toolie,1
toon,1
toopii,1
toot,1
toothface,1
toothie,1
tootie,7
tootise,1
tooto,1
toots,4
tootsie,52
tootsies,1
top,2
topanga,2
topaz,5
tope,1
topez,2
toph,1
topher,1
topi,3
topik,1
topo,1
topper,7
tops,1
topsi,1
topsy,4
torbo,2
torch,1
torga,1
tori,9
torino,1
toris,1
torkil,1
tornado,1
toro,9
toronto,1
torque,1
torre,3
torre-bell,1
torres,3
torri,3
torricelli,1
torrie,1
torro,1
torshi,1
torso,1
torta,1
tortas,1
tortellini,1
tortilla,3
toru,1
tory,5
tosca,9
tosh,1
tosha,6
toshi,7
tosia,4
tosiek,1
tot,1
totico,1
toto,46
totoro,1
totoy,1
totti,1
touch,1
touchdown,1
touffey,1
tough,1
touille,1
toula,3
toulouse,5
toulouse-lautreclucy,2
toundra,1
tova,2
tovah,1
tovbin,1
tovie,1
townsi,1
towyn,1
toy,7
toylor,1
toyo,1
toyota,1
tozai,1
tp,1
trace,1
tracer,3
tracey,4
tracie,3
tracker,1
tracy,13
trade,1
traffic,1
trainer,2
tralfaz,1
trallie,1
tram,1
tramp,3
trampas,1
tranky,1
trapper,3
trauble,1
traveller,2
travi,1
travie,1
travieso,1
traviezo,1
travis,18
tray,2
trayan,1
traynor,1
treasure,7
trebble,1
treble,1
tref,1
trek,1
tremblant,1
tremendous,1
tremor,1
trent,1
trenton,3
tres,2
tresure,1
trever,2
trevi,1
trevor,21
trevva,1
trex,1
t-rex,4
trexie,1
trexxie,2
trey,8
tribbele,1
tribble,1
tribeca,1
tricky,5
trident,1
trigga,2
trigger,13
triggs,1
trili,1
trimble,1
trina,8
trini,1
trinia,1
trinidad,1
triniry,1
trinity,23
trinka,1
trinket,1
triny,1
trip,2
triple,2
tripp,5
trippey,1
trippie,1
trips,1
tris,1
triss,1
tristan,8
tri-state,1
triton,1
triumph,1
triumphant,1
trivilin,1
trix,2
trixie,100
trixiebelle,1
trixiegirl,1
trixx,1
trixy,5
tromba,1
tron,2
trooper,20
tropek,2
trot,2
trotski,1
trotsky,3
trotti,1
trotwood,1
trouble,44
troubles,2
troublesome,2
trouper,1
trousers,1
trout,1
troy,38
troy-rios,1
trubble,2
truby,1
truce,1
truck,1
truckdogg,1
trudge,1
trudie,2
trudy,9
trufa,1
truffaut,1
truffle,17
truffles,18
trula,1
truman,16
trump,2
trumpet,1
trunks,1
trust,1
truth,1
tryla,1
tsar,1
tsarina,1
tsela,1
tsy,1
ttalgi,2
tuan,1
tuba,3
tubba,1
tubbins,1
tubbs,2
tubby,6
tubs,1
tuca,1
tucha,1
tuchee,1
tuci,1
tuck,15
tucker,154
tucky,1
tuco,7
tucson,2
tudou,1
tuff,2
tuffie,1
tuffnut,1
tuffy,13
tug,5
tugboat,4
tugg,1
tugger,1
tuggs,1
tuggy,1
tui,2
tula,2
tulah,3
tuli,2
tulip,10
tullamore,3
tulley,1
tully,6
tulsa,3
tulsi,1
tumbleweed,2
tumi,1
tuna,5
tunchii,1
tundra,3
tuniki,1
tunisia,1
tunk,1
tupa,1
tupac,6
tuppence,1
tuppy,3
turandot,1
turbo,16
turi,1
turito,1
turk,4
turkey,3
turner,6
turnip,1
turquoise,1
turtle,2
tuscan,1
tuscany,1
tusia,3
tusker,2
tut,1
tuti,3
tutter,1
tutti,5
tutu,3
tuty,1
tuukka,1
tuula,1
tuvlo,1
tux,16
tuxedo,10
tuzi,1
tuzik,4
tw,1
twain,2
twee,1
tweety,2
twenty,1
twig,1
twiga,1
twiggy,15
twilight,3
twilo,2
twin,1
twinkie,21
twinkle,7
twinky,4
twister,2
twix,12
twixadoo,1
twixie,1
twixy,2
twizzle,1
twizzler,2
twlight,1
two,4
twoey,1
twoface,1
two-face,1
twyla,3
ty,18
tyapa,2
tybalt,2
tyberius,1
tyce,1
tycho,1
tyco,2
tye,2
tyga,4
tyger,1
tygriss,1
tyke,5
tyler,39
tylor,1
tyna,1
tyne,1
ty-nee,1
tyni,1
tyopa,1
typhon,1
tyra,5
tyrannosaurus,1
tyrell,1
tyrion,6
tyro,1
tyron,1
tyrone,4
tysan,2
tysen,2
tyshawn,1
tysina,2
tyson,168
tyson2,1
tyty,1
tzhinga,2
tzoonee,1
tzusy,1
u,3
ü,1
ubaldo,1
ubbi,1
ubbzy,1
ucon,1
u-dog,1
ugi,1
ugmendoza,1
ugo,5
uhaul,1
uhura,3
ula,2
ulah,2
ulee,1
uli,1
ullysis,2
ulrich,2
ultra,1
ulysses,9
uma,6
umgi,1
umi,1
umka,2
umknown,1
umlaut,1
umoja,1
un,3
una,5
una/oona,1
uncle,4
unclesam,1
uni,5
unica,1
unique,3
unkknown,1
unknoiwn,1
unknow,10
unknowed,5
unknown81614,1
unknwn,2
unknwon,1
unkown,43
unkwown,1
unname,1
uno,13
unone,1
uraza,1
urbano,1
uri,2
urkan,1
ursa,4
urso,1
ursula,6
urusla,1
usha,1
usher,2
ushi,1
ushio,1
ushiwakamaru,1
utah,1
uther,1
utley,1
uxio,1
uzume,1
v,1
v22598-bella,1
vacano,1
vada,1
vadar,1
vader,19
vai,1
vail,1
val,4
valarie,1
vale,1
valencia,3
valentin,2
valentina,21
valentine,16
valentines,2
valentino,40
valeria,1
valerie,4
valetine,1
vali,1
valiant,1
valjean,1
valkery,1
valkyrie,2
valley,1
valli,2
valor,2
vamp,1
van,3
vanessa,2
vanilla,15
vanlentino,1
vanna,4
vannah,2
vanny,1
vanya,1
varessa,1
varro,1
varvaro,1
vasco,2
vaselisa,1
vash,1
vashy,1
vasia,2
vata,1
vato,1
veah,1
veda,5
vee,2
veecee,1
veer,1
vega,5
vegas,13
veggieburger,1
velda,1
vella,1
velma,2
velvet,4
venezia,1
veni,1
venice,3
venius,1
venny,1
venom,3
vento,1
venus,24
vera,8
vern,1
verne,1
vernity,1
verny,1
vero,1
veronica,3
veronique,1
versace,4
veruca,4
vespa,3
vesper,5
vesta,3
veteran,1
veto,1
vianney,1
viara,1
vicenta,2
vicente,2
vichy,1
viciosa,1
vicious,2
vicki,4
vickie,2
vicky,11
victor,10
victoria,25
victory,5
vida,6
vidia,1
viejito,1
viejo,2
vienna,6
viga,1
viggo,2
viking,3
vikki,2
vila,1
villian,1
vilma,1
vinaigrette,1
vince,6
vincent,18
vincenzo,2
vinci,2
vinegar,1
vinky,1
vinne,1
vinnie,3
vinny,22
vino,1
vinyl,1
viola,5
violet,52
violeta,1
violette,1
viper,2
vira,1
virgil,4
virginia,5
visconty,1
vista,1
vit,1
vita,8
vitek,1
vito,21
vitus,1
viuti,1
viv,2
viva,4
vivi,2
vivian,12
vivien,2
vivien-butterfly,1
vivienne,2
vixen,3
vizcainos,1
vjay,1
vla,1
vlad,1
vladek,1
vladimir,3
voda,1
vodka,1
voland,1
volk,1
voltaire,1
voltron,1
vonnie,2
vorno,1
vous,1
voya,1
vu,1
vulcan,3
vultton,1
wa,3
wabbles,1
wacho,1
wadadli,1
wade,2
waffle,9
waffles,17
waggsdale,1
wagner,5
wags,1
wai,1
waif,1
waka,1
wakely,1
wa-la-li,2
waldie,1
waldo,5
waldorf,1
waled,1
walfe,1
wali,1
walice,1
walken,1
walker,10
wall,1
wallaby,1
wallace,24
walle,6
wall-e,1
wallee,1
walley,1
wallie,2
wallis,2
wally,73
walmart,1
walnut,4
walt,2
walter,65
walter-melon,1
walton,1
wanda,9
wang,3
wannie,1
waowao,1
warbler,1
warden,1
wargas,1
warlock,1
warlowe,1
warner,2
warren,2
warsaw,1
wasabi,6
washington,3
watney,1
watson,59
watts,2
wawa,3
waxey,1
waylon,6
wayne,6
wayne-wiggles,1
weasel,1
webber,1
weber,1
webster,11
wee,2
weebey,1
weebie,1
weeegee,2
weegee,3
weejo,1
weenz,1
weepeeverd,1
weeton,1
weeze,1
weezer,2
weezie,4
weezy,9
weimaraner,2
weird,1
welfie,1
welker,1
weller,1
welles,1
wellie,2
wellington,11
wells,1
welty,1
wembley,5
wendall,1
wendell,4
wendie,1
wendy,13
wendy-becky,1
wenesday,1
wensday,2
wensley,1
werthers,1
wes,6
wesa,1
wesley,20
weso,1
wess,1
wessie,1
west,3
west*,2
westley,5
westly,2
westminste,1
weston,5
westy,1
weylin,1
whatlola,1
wheaten,1
wheatie,1
wheatleigh,1
wheatley,1
wheelie,1
wheels,1
wheezy,2
wheezz,1
whidbey,2
whimmey,1
whimpy,1
whimsey,3
whimsie,1
whinnie,1
whir,2
whiskers,2
whiskey,36
whiskie,1
whisky,8
whisper,8
whispers,1
whistle,3
whistler,2
white,5
whitey,17
whitiey,1
whitman,2
whitney,12
whitt,2
whittaker,2
whittey,1
whittney,1
whitty,1
whity,1
whoopie,1
whoopy,1
whoville,1
wicked,2
wicket,11
wickett,1
wickham,1
wicklow,2
wicky,1
widdle,1
widget,2
wifi,2
wiggens,2
wiggins,1
wiggles,10
wiki,1
wil,1
wilamena,1
wilber,1
wilbert,1
wilbur,29
wilco,2
wilder,2
wilee,2
wiley,18
wilfred,3
wilfredo,1
wilhelmina,2
wilkes,1
wilkie,1
will,8
willa,14
willaby,2
willamina,1
willard,1
willi,2
william,18
willie,64
williow,1
willis,11
willlie,1
willoughbe,1
willoughby,7
willow,87
willy,37
wilma,5
wilomena,2
wilsee,1
wilson,36
wily,1
wimba,2
winchester,2
winda,1
windsor,2
windup,1
windy,5
winfield,2
wing,2
wingo,1
wingsvella,1
wingwang,1
winifred,2
wink,3
winkie,1
winkler,1
winkles,1
winky,4
winndee-williams,1
winne,3
winnebago,1
winner,1
winni,2
winnie,96
winnifred,2
winnio,1
winnipeg,1
winnnie,1
winny,2
winona,2
winslow,7
winston,187
winter,39
winter-sage,1
winthrop,1
wintson,3
wintuk,1
wirginia,1
wisdom,2
wishbone,14
wisin,1
wiski,1
wisky,1
wisp,1
wispa,1
wissfire,1
wisteria,1
withnail,1
witten,2
witty,1
wiwee,1
wixlii,1
wiz,1
wizard,8
wlly,1
woffy,1
wolf,4
wolf-blitzer,1
wolfey,2
wolfgang,13
wolfgangii,1
wolfgang-lee,1
wolfie,15
wolfman,1
wolfy,4
wolph,1
wolverine,3
wombat,1
won,4
won-a-nee,1
wonder,4
wong,3
wongwong,1
wonka,4
wonton,7
woo,1
woodi,1
woodlands,1
woodley,1
woodrow,4
woodstock,5
woody,31
woof,3
woofee,1
woofie,6
woofus,1
woofy,6
woofy(cora),1
woogee,1
woogie,2
woogies,1
wookie,7
wookiee,2
wooley,1
woolie,1
woolsey,1
wooly,1
woozley,1
work,1
wormer,1
worsley,1
wotan,3
wotana,1
wouwou,1
wow,3
wowzer,1
wrangler,1
wren,2
wrex,2
wrigley,27
wrinkle,1
wrinkles,6
wu,1
wuffie,1
wuggy,1
wuji,1
wuschel,1
wuzzle,1
wuzzles,1
wyatt,20
wyeth,1
wylee,1
wylie,9
wynnie,1
wynsome,1
wynston,1
wynter,3
xabi,1
xak,1
xam,2
xanadu,1
xanda,1
xander,11
xandy,1
xaria,1
xasha,1
xavi,2
xavier,6
xavy,2
xedo,1
xena,70
xena:,1
xenia,3
xeno,1
xero,1
xerox,1
xerxes,5
xhina,1
xi,1
xia,1
xiang,1
xiao,25
xiaoba,1
xiaobao,1
xiaohei,3
xiao-qi,1
xica,1
xiexie,1
xin,1
xina,2
xiof,1
xiomy,1
xion,1
xiongxiong,1
xiqui,1
xnox,1
xochi,1
xochitl,3
xöe,1
xola,1
xor,2
xosa,1
xoxo,1
xtacy,1
xuxa,1
xx,1
xxavier,1
xyla,2
xylo,1
y,2
ya,1
yack,1
yack-2,1
yadi,1
yadira,1
yaegar,1
yaeger,1
yahoo,1
yahtzee,1
yah-yah,1
yako,1
yali,1
yalily,1
yamaha,1
yamany,1
yamato,2
yan,2
yana,3
yancey,1
yandel,1
yang,1
yangi,1
yani,1
yankee,29
yankee-boy,1
yanni,1
yanny,1
yanyan,1
yara,1
yardley,1
yari,2
yarko,1
yaro,1
yary,2
yasha,2
yasmeen,1
yasmin,1
yasu,2
yasuo,1
yaya,4
yayley,1
yayo,6
yayoi,1
yaz,3
yazhi,2
yeager,1
yeats,1
yee,1
yeezy,1
yelda,1
yelena,1
yellow,1
yeny,1
yeppi,2
yeti,1
yetta,2
yeye,2
yeyo,3
yggdrasil,1
yggye,1
yi,1
yia,1
yianni,1
yik,1
yin,1
ying,2
yipper,1
yippie,1
yiyi,3
yiyo,1
yma,1
ynez,1
yoda,38
yodels,1
yoffi,3
yofi,4
yoggy,1
yogi,71
"yogi,",1
yogie,1
yogui,1
yohji,1
yoiky,1
yoki,3
yoko,5
yoku,1
yola,2
yolanda,3
yoli,4
yolo,2
yom,1
yomi,3
yomo,1
yona,1
yonce,2
yong,1
yoobi,1
yoohoo,1
yoo-ri,1
yori,1
york,1
yorkee,1
yorkie,1
yorkshire,1
yoryi,1
yoshi,53
yossarian,1
yota,1
yotiao,1
"you,",1
youk,1
youyee,1
youyou,1
yoyo,20
yo-yo,3
ysabel,2
ysis,1
yuan,1
yuanyuan,1
yuca,4
yucca,1
yuchie,1
yue,1
yufie,1
yugi,4
yuguj,1
yukee,1
yukel,1
yuki,36
yuko,1
yukon,6
yuky,1
yulie,1
yulu,1
yum,4
yuma,2
yume,1
yumi,10
yumiko,1
yummy,3
yu-my,1
yuna,4
yuni,1
yunior,2
yuppy,2
yupsy,2
yurha,1
yuri,4
yusuke,1
yuuki,2
yuyi,1
yuyu,1
yvee,1
yves,1
yzick,1
yzma,1
zaatu,1
zabar,1
zac,5
zach,14
zachariah,3
zachary,18
zack,26
zackerie,1
zackia,1
zacky,1
zadie,4
zady,1
zaeka,1
zaggy,1
zahav,2
zahava,1
zahra,1
zai,1
zailaa,1
zailey,1
zaina,2
zair,1
zaire,1
zak,8
zaki,1
zakk,1
zale,1
zalea,1
zali,1
zamba,1
zambonee,1
zambuka,1
zami,1
zander,3
zane,3
zannah,1
zanne,2
zap,1
zapata,1
zaphire,1
zappa,1
zapta,1
zar,1
zara,18
zasha,2
zasu,2
zax,1
zaya,1
zayden,1
zayka,1
zaylee,1
zayn,1
zaza,5
zazel,1
zazie,7
zazoo,2
zazou,1
zazu,3
zazy,1
zazzy,2
ze,3
zeb,2
zebedee,1
zebra,1
zecky,1
zed,1
zedan,1
zee,2
zeebie,1
zeecee,1
zeek,3
zeeko,1
zeena,4
zeesie,1
zee-zee,2
zefee-zefi,1
zefir,1
zeik,1
zeina,1
zeke,33
zeky,2
zelda,43
zelenka,1
zelly,1
zelmo,1
zema,1
zen,7
zena,27
zenafina,1
zenchi,1
zendo,1
zenna,1
zeno,2
zenth,1
zeo,1
zeoy,1
zephyr,8
zephyre,1
zeppelin,4
zeppole,1
zeppoli,1
zerega,1
zerkyo,1
zero,16
zerro,1
zeta,3
zeth,1
zetti,1
zettie,2
zeus,194
zeusgoldie,1
zev,3
zeva,1
zevi,1
zeze,2
zhadow,1
zhane,1
zhazha,1
zheka,1
zhong,1
zhora,3
zhorik,2
zhu,1
zhuchka,1
zhushka,1
zhuzha,2
zhuzhu,1
zia,2
zianni,1
ziba,2
zibby,1
zibi,1
zico,1
zieke,1
zig,3
ziggi,2
ziggie,2
ziggler,1
ziggy,111
zigi,1
ziji,1
zildjian,4
zilian,1
zilla,2
zim,1
zimba,1
zimmerman,1
zimmie,1
zimmy,1
zinc,2
zing,1
zinky,2
zion,8
zip,2
zipp,1
zipper,2
zippy,10
zira,2
zisoux,1
zita,3
ziti,5
ziva,9
zizi,2
zizou,1
zlatan,2
zo,1
zod,1
zoe,269
zoë,1
zoee,2
zoel,1
zoela,1
zoely,1
zoey,254
zoeymarie,1
zohan,2
zoi,3
zoie,8
zoiie,1
zoilie,1
zoka,1
zola,11
zoli,1
zolla,1
zoltan,1
zombie,3
zomboard,1
zona,3
zoobie,1
zooey,18
zookie,3
zoola,1
zoolander,1
zoomy,1
zoopie,1
zooza,1
zopa,1
zophya,1
zora,13
zoran,1
zorba,1
zori,1
zoro,3
zorra,2
zorri,1
zorro,35
zorry,1
zosa,1
zosia,1
zoska,1
zosya,2
zotia,1
zouki,1
zowe,1
zowie,2
zoya,3
zsa,12
zsazsa,2
zsiga,1
zsisi,1
zsozso,1
zu,1
zucc,1
zuccarello,1
zuccarello(zucc),1
zucchini,1
zucker,1
zues,7
zuffer,1
zug,1
zuke,1
zuki,3
zukie,1
zuko,5
zula,3
zuli,1
zulu,11
zuly,2
zuma,5
zumba,3
zuni,3
zuree,1
zuri,5
zusa,1
zushi,1
zusy,1
zuty,1
zuzi,1
zuzia,1
zuzu,16
z-willow,1
zyu,1
zz,2
???y,1
true,3
37846,1
37916,1
38282,1
38583,1
38948,1
39743,1
# coding=utf-8
import pandas as pd

#pandas读取csv中的文件
df = pd.read_csv("./dognames2.csv")

print(df[(800<df["count_animalname"])|(df["count_animalname"]<1000)])

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.2.4 dataframe的创建

# coding=utf-8                                                                                                                   
import pandas as pd                                                                                                              
import numpy as np                                                                                                               
                                                                                                                                 
t = pd.dataframe(np.arange(12).reshape(3,4))                                                                                     
print(t)                                                                                                                         
                                                                                                                                 
t2 = pd.dataframe(np.arange(12).reshape(3,4),index=list("abc"),columns=list("wxyz"))                                             
print(t2)                                                                                                                        
print(type(t2))                                                                                                                  
                                                                                                                                                                                                                                                             
d1 = {"name":["xiaohuihui","xiaoxiangxiang"],"age":[21,32],"tel":[10086,10010]}                                                  
t3 = pd.dataframe(d1)                                                                                                            
print(t3)                                                                                                                        
print(type(t3))                                                                                                                  
                                                                                                                                 
d2 = [{"name":"xiaohuihui","age":21,"tel":10010},{"name":"xiaoxiangxiang","tel":10086},{"name":"huitailang","age":48}]           
t4 = pd.dataframe(d2)                                                                                                            
print(t4)                                                                                                                                                                 

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.2.5 dataframe的描述信息

dataframe的基础属性:

# coding=utf-8
import pandas as pd

d = [{"name":"xiaohuihui","age":21,"tel":10010},{"name":"xiaoxiangxiang","tel":10086},{"name":"huitailang","age":48}]
t = pd.dataframe(d)
#行数列数
print(t.shape)
#列数据类型
print(t.dtypes)
#数据维度
print(t.ndim)
#行索引
print(t.index)
#列索引
print(t.columns)
#对象值,二维ndarray数组
print(t.values)

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

dataframe整体情况查询:

# coding=utf-8
import pandas as pd

d = [{"name":"xiaohuihui","age":21,"tel":10010},{"name":"xiaoxiangxiang","tel":10086},{"name":"huitailang","age":48}]
t = pd.dataframe(d)
#显示头部几行,默认5行
print(t.head(3))
#显示未尾几行,默认5行
print(t.tail(3))
#相关信息概览:行数,列数,列索引,列非空值个数,列类型,列类型,内存占用
print(t.info())
#快速综合统计结果:计数,均值,标准差,最大值,四分位数,最小值
print(t.describe())

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.2.6 pandas之loc

loc:通过标签索引行数据。

# coding=utf-8
import pandas as pd
import numpy as np

t = pd.dataframe(np.arange(12).reshape(3,4),index=list("abc"),columns=list("wxyz"))
print(t.loc["a","z"])
print(type(t.loc["a","z"]))
print(t.loc["a"])
print(t.loc["a",:])
print(t.loc[:,"y"])
print(t.loc[["a","c"]])
print(t.loc[["a","c"],:])
print(type(t.loc[:,["w","z"]]))
print(t.loc[["a","b"],["w","z"]])

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.2.7 pandas之iloc

iloc:通过位置获取行数据。 

# coding=utf-8
import pandas as pd
import numpy as np

t = pd.dataframe(np.arange(12).reshape(3,4),index=list("abc"),columns=list("wxyz"))
print(t.iloc[1,:])
print(t.iloc[:,2])
print(t.iloc[:,[2,1]])
print(t.iloc[[0,2],[2,1]])
print(t.iloc[1:,:2])
t.iloc[1:,:2] = 30
print(t)
t.iloc[1:,:2] = np.nan
print(t)

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.2.8 布尔索引

回到之前狗的名字的问题上,假如我们想找到所有的使用次数超过800的狗的名字,应该如何选择呢。

# coding=utf-8
import pandas as pd

#pandas读取csv中的文件
df = pd.read_csv("./dognames2.csv")

print(df[df["count_animalname"]>800])

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

假设我们想找到所有的使用次数超过700并且名字的字符串的长度大于4的狗的名字,应该怎么选择呢。 

# coding=utf-8
import pandas as pd

#pandas读取csv中的文件
df = pd.read_csv("./dognames2.csv")

print(df[(df["row_labels"].str.len()>4)&(df["count_animalname"]>700)])

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.2.9 缺失数据的处理

我们的数据缺失通常有两种情况:

一种就是空,none等,在pandas是nan(no.nan一样),另一种是我们让其为0。

对于nan的数据,在numpy中我们是如何处理的?

在pandas中我们处理起来非常容易。

判断数据是否为nan:pd.isnull(df),pd.notnull(df) 

处理方式1:删除nan所在的行列dropna(axis=0,how='any',inplace=false)

处理方式2:填充数据,t.fillna(t.mean()),t.fiallna(t.median()),t.fillna(0)

处理为0的数据: 

t[t==0]=np.nan
当然并不是每次为0的数据都需要处理
计算平均值等情况,nan是不参与计算的,但是0会

1.3 常用统计方法

假设现在我们有一组从2006年到2016年1000部最流行的电影数据,我们想知道这些电影数据中评分的平均分,导演的人数等信息,我们应该怎么获取?

rank,title,genre,description,director,actors,year,runtime (minutes),rating,votes,revenue (millions),metascore
1,guardians of the galaxy,"action,adventure,sci-fi",a group of intergalactic criminals are forced to work together to stop a fanatical warrior from taking control of the universe.,james gunn,"chris pratt, vin diesel, bradley cooper, zoe saldana",2014,121,8.1,757074,333.13,76
2,prometheus,"adventure,mystery,sci-fi","following clues to the origin of mankind, a team finds a structure on a distant moon, but they soon realize they are not alone.",ridley scott,"noomi rapace, logan marshall-green, michael fassbender, charlize theron",2012,124,7,485820,126.46,65
3,split,"horror,thriller",three girls are kidnapped by a man with a diagnosed 23 distinct personalities. they must try to escape before the apparent emergence of a frightful new 24th.,m. night shyamalan,"james mcavoy, anya taylor-joy, haley lu richardson, jessica sula",2016,117,7.3,157606,138.12,62
4,sing,"animation,comedy,family","in a city of humanoid animals, a hustling theater impresario's attempt to save his theater with a singing competition becomes grander than he anticipates even as its finalists' find that their lives will never be the same.",christophe lourdelet,"matthew mcconaughey,reese witherspoon, seth macfarlane, scarlett johansson",2016,108,7.2,60545,270.32,59
5,suicide squad,"action,adventure,fantasy",a secret government agency recruits some of the most dangerous incarcerated super-villains to form a defensive task force. their first mission: save the world from the apocalypse.,david ayer,"will smith, jared leto, margot robbie, viola davis",2016,123,6.2,393727,325.02,40
6,the great wall,"action,adventure,fantasy",european mercenaries searching for black powder become embroiled in the defense of the great wall of china against a horde of monstrous creatures.,yimou zhang,"matt damon, tian jing, willem dafoe, andy lau",2016,103,6.1,56036,45.13,42
7,la la land,"comedy,drama,music",a jazz pianist falls for an aspiring actress in los angeles.,damien chazelle,"ryan gosling, emma stone, rosemarie dewitt, j.k. simmons",2016,128,8.3,258682,151.06,93
8,mindhorn,comedy,"a has-been actor best known for playing the title character in the 1980s detective series ""mindhorn"" must work with the police when a serial killer says that he will only speak with detective mindhorn, whom he believes to be a real person.",sean foley,"essie davis, andrea riseborough, julian barratt,kenneth branagh",2016,89,6.4,2490,,71
9,the lost city of z,"action,adventure,biography","a true-life drama, centering on british explorer col. percival fawcett, who disappeared while searching for a mysterious city in the amazon in the 1920s.",james gray,"charlie hunnam, robert pattinson, sienna miller, tom holland",2016,141,7.1,7188,8.01,78
10,passengers,"adventure,drama,romance","a spacecraft traveling to a distant colony planet and transporting thousands of people has a malfunction in its sleep chambers. as a result, two passengers are awakened 90 years early.",morten tyldum,"jennifer lawrence, chris pratt, michael sheen,laurence fishburne",2016,116,7,192177,100.01,41
11,fantastic beasts and where to find them,"adventure,family,fantasy",the adventures of writer newt scamander in new york's secret community of witches and wizards seventy years before harry potter reads his book in school.,david yates,"eddie redmayne, katherine waterston, alison sudol,dan fogler",2016,133,7.5,232072,234.02,66
12,hidden figures,"biography,drama,history",the story of a team of female african-american mathematicians who served a vital role in nasa during the early years of the u.s. space program.,theodore melfi,"taraji p. henson, octavia spencer, janelle monáe,kevin costner",2016,127,7.8,93103,169.27,74
13,rogue one,"action,adventure,sci-fi","the rebel alliance makes a risky move to steal the plans for the death star, setting up the epic saga to follow.",gareth edwards,"felicity jones, diego luna, alan tudyk, donnie yen",2016,133,7.9,323118,532.17,65
14,moana,"animation,adventure,comedy","in ancient polynesia, when a terrible curse incurred by the demigod maui reaches an impetuous chieftain's daughter's island, she answers the ocean's call to seek out the demigod to set things right.",ron clements,"auli'i cravalho, dwayne johnson, rachel house, temuera morrison",2016,107,7.7,118151,248.75,81
15,colossal,"action,comedy,drama","gloria is an out-of-work party girl forced to leave her life in new york city, and move back home. when reports surface that a giant creature is destroying seoul, she gradually comes to the realization that she is somehow connected to this phenomenon.",nacho vigalondo,"anne hathaway, jason sudeikis, austin stowell,tim blake nelson",2016,109,6.4,8612,2.87,70
16,the secret life of pets,"animation,adventure,comedy","the quiet life of a terrier named max is upended when his owner takes in duke, a stray whom max instantly dislikes.",chris renaud,"louis c.k., eric stonestreet, kevin hart, lake bell",2016,87,6.6,120259,368.31,61
17,hacksaw ridge,"biography,drama,history","wwii american army medic desmond t. doss, who served during the battle of okinawa, refuses to kill people, and becomes the first man in american history to receive the medal of honor without firing a shot.",mel gibson,"andrew garfield, sam worthington, luke bracey,teresa palmer",2016,139,8.2,211760,67.12,71
18,jason bourne,"action,thriller",the cia's most dangerous former operative is drawn out of hiding to uncover more explosive truths about his past.,paul greengrass,"matt damon, tommy lee jones, alicia vikander,vincent cassel",2016,123,6.7,150823,162.16,58
19,lion,"biography,drama","a five-year-old indian boy gets lost on the streets of calcutta, thousands of kilometers from home. he survives many challenges before being adopted by a couple in australia. 25 years later, he sets out to find his lost family.",garth davis,"dev patel, nicole kidman, rooney mara, sunny pawar",2016,118,8.1,102061,51.69,69
20,arrival,"drama,mystery,sci-fi","when twelve mysterious spacecraft appear around the world, linguistics professor louise banks is tasked with interpreting the language of the apparent alien visitors.",denis villeneuve,"amy adams, jeremy renner, forest whitaker,michael stuhlbarg",2016,116,8,340798,100.5,81
21,gold,"adventure,drama,thriller","kenny wells, a prospector desperate for a lucky break, teams up with a similarly eager geologist and sets off on a journey to find gold in the uncharted jungle of indonesia.",stephen gaghan,"matthew mcconaughey, edgar ramírez, bryce dallas howard, corey stoll",2016,120,6.7,19053,7.22,49
22,manchester by the sea,drama,a depressed uncle is asked to take care of his teenage nephew after the boy's father dies.,kenneth lonergan,"casey affleck, michelle williams, kyle chandler,lucas hedges",2016,137,7.9,134213,47.7,96
23,hounds of love,"crime,drama,horror","a cold-blooded predatory couple while cruising the streets in search of their next victim, will stumble upon a 17-year-old high school girl, who will be sedated, abducted and chained in the strangers' guest room.",ben young,"emma booth, ashleigh cummings, stephen curry,susie porter",2016,108,6.7,1115,,72
24,trolls,"animation,adventure,comedy","after the bergens invade troll village, poppy, the happiest troll ever born, and the curmudgeonly branch set off on a journey to rescue her friends.",walt dohrn,"anna kendrick, justin timberlake,zooey deschanel, christopher mintz-plasse",2016,92,6.5,38552,153.69,56
25,independence day: resurgence,"action,adventure,sci-fi","two decades after the first independence day invasion, earth is faced with a new extra-solar threat. but will mankind's new space defenses be enough?",roland emmerich,"liam hemsworth, jeff goldblum, bill pullman,maika monroe",2016,120,5.3,127553,103.14,32
26,paris pieds nus,comedy,"fiona visits paris for the first time to assist her myopic aunt martha. catastrophes ensue, mainly involving dom, a homeless man who has yet to have an emotion or thought he was afraid of expressing.",dominique abel,"fiona gordon, dominique abel,emmanuelle riva, pierre richard",2016,83,6.8,222,,
27,bahubali: the beginning,"action,adventure,drama","in ancient india, an adventurous and daring man becomes involved in a decades old feud between two warring people.",s.s. rajamouli,"prabhas, rana daggubati, anushka shetty,tamannaah bhatia",2015,159,8.3,76193,6.5,
28,dead awake,"horror,thriller",a young woman must save herself and her friends from an ancient evil that stalks its victims through the real-life phenomenon of sleep paralysis.,phillip guzman,"jocelin donahue, jesse bradford, jesse borrego,lori petty",2016,99,4.7,523,0.01,
29,bad moms,comedy,"when three overworked and under-appreciated moms are pushed beyond their limits, they ditch their conventional responsibilities for a jolt of long overdue freedom, fun, and comedic self-indulgence.",jon lucas,"mila kunis, kathryn hahn, kristen bell,christina applegate",2016,100,6.2,66540,113.08,60
30,assassin's creed,"action,adventure,drama","when callum lynch explores the memories of his ancestor aguilar and gains the skills of a master assassin, he discovers he is a descendant of the secret assassins society.",justin kurzel,"michael fassbender, marion cotillard, jeremy irons,brendan gleeson",2016,115,5.9,112813,54.65,36
31,why him?,comedy,a holiday gathering threatens to go off the rails when ned fleming realizes that his daughter's silicon valley millionaire boyfriend is about to pop the question.,john hamburg,"zoey deutch, james franco, tangie ambrose,cedric the entertainer",2016,111,6.3,48123,60.31,39
32,nocturnal animals,"drama,thriller","a wealthy art gallery owner is haunted by her ex-husband's novel, a violent thriller she interprets as a symbolic revenge tale.",tom ford,"amy adams, jake gyllenhaal, michael shannon, aaron taylor-johnson",2016,116,7.5,126030,10.64,67
33,x-men: apocalypse,"action,adventure,sci-fi","after the re-emergence of the world's first mutant, world-destroyer apocalypse, the x-men must unite to defeat his extinction level plan.",bryan singer,"james mcavoy, michael fassbender, jennifer lawrence, nicholas hoult",2016,144,7.1,275510,155.33,52
34,deadpool,"action,adventure,comedy",a fast-talking mercenary with a morbid sense of humor is subjected to a rogue experiment that leaves him with accelerated healing powers and a quest for revenge.,tim miller,"ryan reynolds, morena baccarin, t.j. miller, ed skrein",2016,108,8,627797,363.02,65
35,resident evil: the final chapter,"action,horror,sci-fi","alice returns to where the nightmare began: the hive in raccoon city, where the umbrella corporation is gathering its forces for a final strike against the only remaining survivors of the apocalypse.",paul w.s. anderson,"milla jovovich, iain glen, ali larter, shawn roberts",2016,107,5.6,46165,26.84,49
36,captain america: civil war,"action,adventure,sci-fi",political interference in the avengers' activities causes a rift between former allies captain america and iron man.,anthony russo,"chris evans, robert downey jr.,scarlett johansson, sebastian stan",2016,147,7.9,411656,408.08,75
37,interstellar,"adventure,drama,sci-fi",a team of explorers travel through a wormhole in space in an attempt to ensure humanity's survival.,christopher nolan,"matthew mcconaughey, anne hathaway, jessica chastain, mackenzie foy",2014,169,8.6,1047747,187.99,74
38,doctor strange,"action,adventure,fantasy","while on a journey of physical and spiritual healing, a brilliant neurosurgeon is drawn into the world of the mystic arts.",scott derrickson,"benedict cumberbatch, chiwetel ejiofor, rachel mcadams, benedict wong",2016,115,7.6,293732,232.6,72
39,the magnificent seven,"action,adventure,western",seven gunmen in the old west gradually come together to help a poor village against savage thieves.,antoine fuqua,"denzel washington, chris pratt, ethan hawke,vincent d'onofrio",2016,132,6.9,122853,93.38,54
40,5- 25- 77,"comedy,drama","alienated, hopeful-filmmaker pat johnson's epic story growing up in rural illinois, falling in love, and becoming the first fan of the movie that changed everything.",patrick read johnson,"john francis daley, austin pendleton, colleen camp, neil flynn",2007,113,7.1,241,,
41,sausage party,"animation,adventure,comedy",a sausage strives to discover the truth about his existence.,greg tiernan,"seth rogen, kristen wiig, jonah hill, alistair abell",2016,89,6.3,120690,97.66,66
42,moonlight,drama,"a chronicle of the childhood, adolescence and burgeoning adulthood of a young, african-american, gay man growing up in a rough neighborhood of miami.",barry jenkins,"mahershala ali, shariff earp, duan sanderson, alex r. hibbert",2016,111,7.5,135095,27.85,99
43,don't fuck in the woods,horror,"a group of friends are going on a camping trip to celebrate graduating college. but once they enter the woods, the proverbial shit starts to hit the fan.",shawn burkett,"brittany blanton, ayse howard, roman jossart,nadia white",2016,73,2.7,496,,
44,the founder,"biography,drama,history","the story of ray kroc, a salesman who turned two brothers' innovative fast food eatery, mcdonald's, into one of the biggest restaurant businesses in the world with a combination of ambition, persistence, and ruthlessness.",john lee hancock,"michael keaton, nick offerman, john carroll lynch, linda cardellini",2016,115,7.2,37033,12.79,66
45,lowriders,drama,"a young street artist in east los angeles is caught between his father's obsession with lowrider car culture, his ex-felon brother and his need for self-expression.",ricardo de montreuil,"gabriel chavarria, demián bichir, theo rossi,tony revolori",2016,99,6.3,279,4.21,57
46,pirates of the caribbean: on stranger tides,"action,adventure,fantasy","jack sparrow and barbossa embark on a quest to find the elusive fountain of youth, only to discover that blackbeard and his daughter are after it too.",rob marshall,"johnny depp, penélope cruz, ian mcshane, geoffrey rush",2011,136,6.7,395025,241.06,45
47,miss sloane,"drama,thriller","in the high-stakes world of political power-brokers, elizabeth sloane is the most sought after and formidable lobbyist in d.c. but when taking on the most powerful opponent of her career, she finds winning may come at too high a price.",john madden,"jessica chastain, mark strong, gugu mbatha-raw,michael stuhlbarg",2016,132,7.3,17818,3.44,64
48,fallen,"adventure,drama,fantasy","a young girl finds herself in a reform school after therapy since she was blamed for the death of a young boy. at the school she finds herself drawn to a fellow student, unaware that he is an angel, and has loved her for thousands of years.",scott hicks,"hermione corfield, addison timlin, joely richardson,jeremy irvine",2016,91,5.6,5103,,
49,star trek beyond,"action,adventure,sci-fi","the uss enterprise crew explores the furthest reaches of uncharted space, where they encounter a new ruthless enemy who puts them and everything the federation stands for to the test.",justin lin,"chris pine, zachary quinto, karl urban, zoe saldana",2016,122,7.1,164567,158.8,68
50,the last face,drama,"a director (charlize theron) of an international aid agency in africa meets a relief aid doctor (javier bardem) amidst a political/social revolution, and together face tough choices ... see full summary »",sean penn,"charlize theron, javier bardem, adèle exarchopoulos,jared harris",2016,130,3.7,987,,16
51,star wars: episode vii - the force awakens,"action,adventure,fantasy","three decades after the defeat of the galactic empire, a new threat arises. the first order attempts to rule the galaxy and only a ragtag group of heroes can stop them, along with the help of the resistance.",j.j. abrams,"daisy ridley, john boyega, oscar isaac, domhnall gleeson",2015,136,8.1,661608,936.63,81
52,underworld: blood wars,"action,adventure,fantasy","vampire death dealer, selene (kate beckinsale) fights to end the eternal war between the lycan clan and the vampire faction that betrayed her.",anna foerster,"kate beckinsale, theo james, tobias menzies, lara pulver",2016,91,5.8,41362,30.35,23
53,mother's day,"comedy,drama",three generations come together in the week leading up to mother's day.,garry marshall,"jennifer aniston, kate hudson, julia roberts, jason sudeikis",2016,118,5.6,20221,32.46,18
54,john wick,"action,crime,thriller",an ex-hitman comes out of retirement to track down the gangsters that took everything from him.,chad stahelski,"keanu reeves, michael nyqvist, alfie allen, willem dafoe",2014,101,7.2,321933,43,68
55,the dark knight,"action,crime,drama","when the menace known as the joker wreaks havoc and chaos on the people of gotham, the dark knight must come to terms with one of the greatest psychological tests of his ability to fight injustice.",christopher nolan,"christian bale, heath ledger, aaron eckhart,michael caine",2008,152,9,1791916,533.32,82
56,silence,"adventure,drama,history","in the 17th century, two portuguese jesuit priests travel to japan in an attempt to locate their mentor, who is rumored to have committed apostasy, and to propagate catholicism.",martin scorsese,"andrew garfield, adam driver, liam neeson,tadanobu asano",2016,161,7.3,49190,7.08,79
57,don't breathe,"crime,horror,thriller","hoping to walk away with a massive fortune, a trio of thieves break into the house of a blind man who isn't as helpless as he seems.",fede alvarez,"stephen lang, jane levy, dylan minnette, daniel zovatto",2016,88,7.2,121103,89.21,71
58,me before you,"drama,romance",a girl in a small town forms an unlikely bond with a recently-paralyzed man she's taking care of.,thea sharrock,"emilia clarke, sam claflin, janet mcteer, charles dance",2016,106,7.4,113322,56.23,51
59,their finest,"comedy,drama,romance","a former secretary, newly appointed as a scriptwriter for propaganda films, joins the cast and crew of a major production while the blitz rages around them.",lone scherfig,"gemma arterton, sam claflin, bill nighy, jack huston",2016,117,7,3739,3.18,76
60,sully,"biography,drama","the story of chesley sullenberger, an american pilot who became a hero after landing his damaged plane on the hudson river in order to save the flight's passengers and crew.",clint eastwood,"tom hanks, aaron eckhart, laura linney, valerie mahaffey",2016,96,7.5,137608,125.07,74
61,batman v superman: dawn of justice,"action,adventure,sci-fi","fearing that the actions of superman are left unchecked, batman takes on the man of steel, while the world wrestles with what kind of a hero it really needs.",zack snyder,"ben affleck, henry cavill, amy adams, jesse eisenberg",2016,151,6.7,472307,330.25,44
62,the autopsy of jane doe,"horror,mystery,thriller","a father and son, both coroners, are pulled into a complex mystery while attempting to identify the body of a young woman, who was apparently harboring dark secrets.",andré øvredal,"brian cox, emile hirsch, ophelia lovibond, michael mcelhatton",2016,86,6.8,35870,,65
63,the girl on the train,"crime,drama,mystery",a divorcee becomes entangled in a missing persons investigation that promises to send shockwaves throughout her life.,tate taylor,"emily blunt, haley bennett, rebecca ferguson, justin theroux",2016,112,6.5,102177,75.31,48
64,fifty shades of grey,"drama,romance,thriller","literature student anastasia steele's life changes forever when she meets handsome, yet tormented, billionaire christian grey.",sam taylor-johnson,"dakota johnson, jamie dornan, jennifer ehle,eloise mumford",2015,125,4.1,244474,166.15,46
65,the prestige,"drama,mystery,sci-fi",two stage magicians engage in competitive one-upmanship in an attempt to create the ultimate stage illusion.,christopher nolan,"christian bale, hugh jackman, scarlett johansson, michael caine",2006,130,8.5,913152,53.08,66
66,kingsman: the secret service,"action,adventure,comedy","a spy organization recruits an unrefined, but promising street kid into the agency's ultra-competitive training program, just as a global threat emerges from a twisted tech genius.",matthew vaughn,"colin firth, taron egerton, samuel l. jackson,michael caine",2014,129,7.7,440209,128.25,58
67,patriots day,"drama,history,thriller","the story of the 2013 boston marathon bombing and the aftermath, which includes the city-wide manhunt to find the terrorists responsible.",peter berg,"mark wahlberg, michelle monaghan, j.k. simmons, john goodman",2016,133,7.4,39784,31.86,69
68,mad max: fury road,"action,adventure,sci-fi","a woman rebels against a tyrannical ruler in postapocalyptic australia in search for her home-land with the help of a group of female *ers, a psychotic worshipper, and a drifter named max.",george miller,"tom hardy, charlize theron, nicholas hoult, zoë kravitz",2015,120,8.1,632842,153.63,90
69,wakefield,drama,a man's nervous breakdown causes him to leave his wife and live in his attic for several months.,robin swicord,"bryan cranston, jennifer garner, beverly d'angelo,jason o'mara",2016,106,7.5,291,0.01,61
70,deepwater horizon,"action,drama,thriller","a dramatization of the april 2010 disaster, when the offshore drilling rig deepwater horizon exploded and created the worst oil spill in u.s. history.",peter berg,"mark wahlberg, kurt russell, douglas m. griffin, james dumont",2016,107,7.2,89849,61.28,68
71,the promise,"drama,history","set during the last days of the ottoman empire, the promise follows a love triangle between michael, a brilliant medical student, the beautiful and sophisticated ana, and chris - a renowned american journalist based in paris.",terry george,"oscar isaac, charlotte le bon, christian bale, daniel giménez cacho",2016,133,5.9,149791,,49
72,allied,"action,drama,romance","in 1942, a canadian intelligence officer in north africa encounters a female french resistance fighter on a deadly mission behind enemy lines. when they reunite in london, their relationship is tested by the pressures of war.",robert zemeckis,"brad pitt, marion cotillard, jared harris, vincent ebrahim",2016,124,7.1,78079,40.07,60
73,a monster calls,"drama,fantasy",a boy seeks the help of a tree monster to cope with his single mother's terminal illness.,j.a. bayona,"lewis macdougall, sigourney weaver, felicity jones,toby kebbell",2016,108,7.5,39134,3.73,76
74,collateral beauty,"drama,romance","retreating from life after a tragedy, a man questions the universe by writing to love, time and death. receiving unexpected answers, he begins to see how these things interlock and how even loss can reveal moments of meaning and beauty.",david frankel,"will smith, edward norton, kate winslet, michael peña",2016,97,6.8,43977,30.98,23
75,zootopia,"animation,adventure,comedy","in a city of anthropomorphic animals, a rookie bunny cop and a cynical con artist fox must work together to uncover a conspiracy.",byron howard,"ginnifer goodwin, jason bateman, idris elba, jenny slate",2016,108,8.1,296853,341.26,78
76,pirates of the caribbean: at world's end,"action,adventure,fantasy","captain barbossa, will turner and elizabeth swann must sail off the edge of the map, navigate treachery and betrayal, find jack sparrow, and make their final alliances for one last decisive battle.",gore verbinski,"johnny depp, orlando bloom, keira knightley,geoffrey rush",2007,169,7.1,498821,309.4,50
77,the avengers,"action,sci-fi",earth's mightiest heroes must come together and learn to fight as a team if they are to stop the mischievous loki and his alien army from enslaving humanity.,joss whedon,"robert downey jr., chris evans, scarlett johansson,jeremy renner",2012,143,8.1,1045588,623.28,69
78,inglourious basterds,"adventure,drama,war","in nazi-occupied france during world war ii, a plan to assassinate nazi leaders by a group of jewish u.s. soldiers coincides with a theatre owner's vengeful plans for the same.",quentin tarantino,"brad pitt, diane kruger, eli roth,mélanie laurent",2009,153,8.3,959065,120.52,69
79,pirates of the caribbean: dead man's chest,"action,adventure,fantasy","jack sparrow races to recover the heart of davy jones to avoid enslaving his soul to jones' service, as other friends and foes seek the heart for their own agenda as well.",gore verbinski,"johnny depp, orlando bloom, keira knightley, jack davenport",2006,151,7.3,552027,423.03,53
80,ghostbusters,"action,comedy,fantasy","following a ghost invasion of manhattan, paranormal enthusiasts erin gilbert and abby yates, nuclear engineer jillian holtzmann, and subway worker patty tolan band together to stop the otherworldly threat.",paul feig,"melissa mccarthy, kristen wiig, kate mckinnon, leslie jones",2016,116,5.3,147717,128.34,60
81,inception,"action,adventure,sci-fi","a thief, who steals corporate secrets through use of dream-sharing technology, is given the inverse task of planting an idea into the mind of a ceo.",christopher nolan,"leonardo dicaprio, joseph gordon-levitt, ellen page, ken watanabe",2010,148,8.8,1583625,292.57,74
82,captain fantastic,"comedy,drama","in the forests of the pacific northwest, a father devoted to raising his six kids with a rigorous physical and intellectual education is forced to leave his paradise and enter the world, challenging his idea of what it means to be a parent.",matt ross,"viggo mortensen, george mackay, samantha isler,annalise basso",2016,118,7.9,105081,5.88,72
83,the wolf of wall street,"biography,comedy,crime","based on the true story of jordan belfort, from his rise to a wealthy stock-broker living the high life to his fall involving crime, corruption and the federal government.",martin scorsese,"leonardo dicaprio, jonah hill, margot robbie,matthew mcconaughey",2013,180,8.2,865134,116.87,75
84,gone girl,"crime,drama,mystery","with his wife's disappearance having become the focus of an intense media circus, a man sees the spotlight turned on him when it's suspected that he may not be innocent.",david fincher,"ben affleck, rosamund pike, neil patrick harris,tyler perry",2014,149,8.1,636243,167.74,79
85,furious seven,"action,crime,thriller",deckard shaw seeks revenge against dominic toretto and his family for his comatose brother.,james wan,"vin diesel, paul walker, dwayne johnson, jason statham",2015,137,7.2,301249,350.03,67
86,jurassic world,"action,adventure,sci-fi","a new theme park, built on the original site of jurassic park, creates a genetically modified hybrid dinosaur, which escapes containment and goes on a killing spree.",colin trevorrow,"chris pratt, bryce dallas howard, ty simpkins,judy greer",2015,124,7,455169,652.18,59
87,live by night,"crime,drama","a group of boston-bred gangsters set up shop in balmy florida during the prohibition era, facing off against the competition and the ku klux klan.",ben affleck,"ben affleck, elle fanning, brendan gleeson, chris messina",2016,129,6.4,27869,10.38,49
88,avatar,"action,adventure,fantasy",a paraplegic marine dispatched to the moon pandora on a unique mission becomes torn between following his orders and protecting the world he feels is his home.,james cameron,"sam worthington, zoe saldana, sigourney weaver, michelle rodriguez",2009,162,7.8,935408,760.51,83
89,the hateful eight,"crime,drama,mystery","in the dead of a wyoming winter, a bounty hunter and his *er find shelter in a cabin currently inhabited by a collection of nefarious characters.",quentin tarantino,"samuel l. jackson, kurt russell, jennifer jason leigh, walton goggins",2015,187,7.8,341170,54.12,68
90,the accountant,"action,crime,drama","as a math savant uncooks the books for a new client, the treasury department closes in on his activities and the body count starts to rise.",gavin o'connor,"ben affleck, anna kendrick, j.k. simmons, jon bernthal",2016,128,7.4,162122,86.2,51
91,*ers,"crime,drama,mystery","when keller dover's daughter and her friend go missing, he takes matters into his own hands as the police pursue multiple leads and the pressure mounts.",denis villeneuve,"hugh jackman, jake gyllenhaal, viola davis,melissa leo",2013,153,8.1,431185,60.96,74
92,warcraft,"action,adventure,fantasy","as an orc horde invades the planet azeroth using a magic portal, a few human heroes and dissenting orcs must attempt to stop the true evil behind this war.",duncan jones,"travis fimmel, paula patton, ben foster, dominic cooper",2016,123,7,187547,47.17,32
93,the help,drama,"an aspiring author during the civil rights movement of the 1960s decides to write a book detailing the african american maids' point of view on the white families for which they work, and the hardships they go through on a daily basis.",tate taylor,"emma stone, viola davis, octavia spencer, bryce dallas howard",2011,146,8.1,342429,169.71,62
94,war dogs,"comedy,crime,drama","based on the true story of two young men, david packouz and efraim diveroli, who won a $300 million contract from the pentagon to arm america's allies in afghanistan.",todd phillips,"jonah hill, miles teller, steve lantz, gregg weiner",2016,114,7.1,106463,43.02,57
95,avengers: age of ultron,"action,adventure,sci-fi","when tony stark and bruce banner try to jump-start a dormant peacekeeping program called ultron, things go horribly wrong and it's up to earth's mightiest heroes to stop the villainous ultron from enacting his terrible plan.",joss whedon,"robert downey jr., chris evans, mark ruffalo, chris hemsworth",2015,141,7.4,516895,458.99,66
96,the nice guys,"action,comedy,crime","in 1970s los angeles, a mismatched pair of private eyes investigate a missing girl and the mysterious death of a porn star.",shane black,"russell crowe, ryan gosling, angourie rice, matt bomer",2016,116,7.4,175067,36.25,70
97,kimi no na wa,"animation,drama,fantasy","two strangers find themselves linked in a bizarre way. when a connection forms, will distance be the only thing to keep them apart?",makoto shinkai,"ryûnosuke kamiki, mone kamishiraishi, ryô narita, aoi yuki",2016,106,8.6,34110,4.68,79
98,the void,"horror,mystery,sci-fi","shortly after delivering a patient to an understaffed hospital, a police officer experiences strange and violent occurrences seemingly linked to a group of mysterious hooded figures.",jeremy gillespie,"aaron poole, kenneth welsh,daniel fathers, kathleen munroe",2016,90,5.8,9247,0.15,62
99,personal shopper,"drama,mystery,thriller",a personal shopper in paris refuses to leave the city until she makes contact with her twin brother who previously died there. her life becomes more complicated when a mysterious person contacts her via text message.,olivier assayas,"kristen stewart, lars eidinger, sigrid bouaziz,anders danielsen lie",2016,105,6.3,10181,1.29,77
100,the departed,"crime,drama,thriller",an undercover cop and a mole in the police attempt to identify each other while infiltrating an irish gang in south boston.,martin scorsese,"leonardo dicaprio, matt damon, jack nicholson, mark wahlberg",2006,151,8.5,937414,132.37,85
101,legend,"biography,crime,drama",identical twin gangsters ronald and reginald kray terrorize london during the 1960s.,brian helgeland,"tom hardy, emily browning, taron egerton, paul anderson",2015,132,7,108836,1.87,55
102,thor,"action,adventure,fantasy","the powerful but arrogant god thor is cast out of asgard to live amongst humans in midgard (earth), where he soon becomes one of their finest defenders.",kenneth branagh,"chris hemsworth, anthony hopkins, natalie portman, tom hiddleston",2011,115,7,570814,181.02,57
103,the martian,"adventure,drama,sci-fi","an astronaut becomes stranded on mars after his team assume him dead, and must rely on his ingenuity to find a way to signal to earth that he is alive.",ridley scott,"matt damon, jessica chastain, kristen wiig, kate mara",2015,144,8,556097,228.43,80
104,contratiempo,"crime,mystery,thriller",a young businessman faces a lawyer trying to prove his innocence by the assassination of his lover.,oriol paulo,"mario casas, ana wagener, josé coronado, bárbara lennie",2016,106,7.9,7204,,
105,the man from u.n.c.l.e.,"action,adventure,comedy","in the early 1960s, cia agent napoleon solo and kgb operative illya kuryakin participate in a joint mission against a mysterious criminal organization, which is working to proliferate nuclear weapons.",guy ritchie,"henry cavill, armie hammer, alicia vikander, elizabeth debicki",2015,116,7.3,202973,45.43,56
106,hell or high water,"crime,drama,thriller",a divorced father and his ex-con older brother resort to a desperate scheme in order to save their family's ranch in west texas.,david mackenzie,"chris pine, ben foster, jeff bridges, gil birmingham",2016,102,7.7,115546,26.86,88
107,the comedian,comedy,a look at the life of an aging insult comic named jack burke.,taylor hackford,"robert de niro, leslie mann, danny devito, edie falco",2016,120,5.4,1954,1.66,40
108,the legend of tarzan,"action,adventure,drama","tarzan, having acclimated to life in london, is called back to his former home in the jungle to investigate the activities at a mining encampment.",david yates,"alexander skarsgård, rory j. saper, christian stevens, christoph waltz",2016,110,6.3,117590,126.59,44
109,all we had,drama,a mother struggles to make a better life for her daughter.,katie holmes,"eve lindley, richard kind, mark consuelos, katherine reis",2016,105,5.8,1004,,48
110,ex machina,"drama,mystery,sci-fi",a young programmer is selected to participate in a ground-breaking experiment in synthetic intelligence by evaluating the human qualities of a breath-taking humanoid a.i.,alex garland,"alicia vikander, domhnall gleeson, oscar isaac,sonoya mizuno",2014,108,7.7,339797,25.44,78
111,the belko experiment,"action,horror,thriller","in a twisted social experiment, 80 americans are locked in their high-rise corporate office in bogotá, colombia and ordered by an unknown voice coming from the company's intercom system to participate in a deadly game of kill or be killed.",greg mclean,"john gallagher jr., tony goldwyn, adria arjona, john c. mcginley",2016,89,6.3,3712,10.16,44
112,12 years a slave,"biography,drama,history","in the antebellum united states, solomon northup, a free black man from upstate new york, is abducted and sold into slavery.",steve mcqueen,"chiwetel ejiofor, michael kenneth williams, michael fassbender, brad pitt",2013,134,8.1,486338,56.67,96
113,the bad batch,"romance,sci-fi",a dystopian love story in a texas wasteland and set in a community of cannibals.,ana lily amirpour,"keanu reeves, jason momoa, jim carrey, diego luna",2016,118,6.1,512,,65
114,300,"action,fantasy,war",king leonidas of sparta and a force of 300 men fight the persians at thermopylae in 480 b.c.,zack snyder,"gerard butler, lena headey, david wenham, dominic west",2006,117,7.7,637104,210.59,52
115,harry potter and the deathly hallows: part 2,"adventure,drama,fantasy","harry, ron and hermione search for voldemort's remaining horcruxes in their effort to destroy the dark lord as the final battle rages on at hogwarts.",david yates,"daniel radcliffe, emma watson, rupert grint, michael gambon",2011,130,8.1,590595,380.96,87
116,office christmas party,comedy,"when his uptight ceo sister threatens to shut down his branch, the branch manager throws an epic christmas party in order to land a big client and save the day, but the party gets way out of hand...",josh gordon,"jason bateman, olivia munn, t.j. miller,jennifer aniston",2016,105,5.8,30761,54.73,42
117,the neon demon,"horror,thriller","when aspiring model jesse moves to los angeles, her youth and vitality are devoured by a group of beauty-obsessed women who will take any means necessary to get what she has.",nicolas winding refn,"elle fanning, christina hendricks, keanu reeves, karl glusman",2016,118,6.2,50359,1.33,51
118,dangal,"action,biography,drama",former wrestler mahavir singh phogat and his two wrestler daughters struggle towards glory at the commonwealth games in the face of societal oppression.,nitesh tiwari,"aamir khan, sakshi tanwar, fatima sana shaikh,sanya malhotra",2016,161,8.8,48969,11.15,
119,10 cloverfield lane,"drama,horror,mystery","after getting in a car accident, a woman is held in a shelter with two men, who claim the outside world is affected by a widespread chemical attack.",dan trachtenberg,"john goodman, mary elizabeth winstead, john gallagher jr., douglas m. griffin",2016,104,7.2,192968,71.9,76
120,finding dory,"animation,adventure,comedy","the friendly but forgetful blue tang fish, dory, begins a search for her long-lost parents, and everyone learns a few things about the real meaning of family along the way.",andrew stanton,"ellen degeneres, albert *s,ed o'neill, kaitlin olson",2016,97,7.4,157026,486.29,77
121,miss peregrine's home for peculiar children,"adventure,drama,family","when jacob discovers clues to a mystery that stretches across time, he finds miss peregrine's home for peculiar children. but the danger deepens after he gets to know the residents and learns about their special powers.",tim burton,"eva green, asa butterfield, samuel l. jackson, judi dench",2016,127,6.7,101058,87.24,57
122,divergent,"adventure,mystery,sci-fi","in a world divided by factions based on virtues, tris learns she's divergent and won't fit in. when she discovers a plot to destroy divergents, tris and the mysterious four must find out what makes divergents dangerous before it's too late.",neil burger,"shailene woodley, theo james, kate winslet, jai courtney",2014,139,6.7,362093,150.83,48
123,mike and dave need wedding dates,"adventure,comedy,romance","two hard-partying brothers place an online ad to find the perfect dates for their sister's hawaiian wedding. hoping for a wild getaway, the boys instead find themselves out-hustled by an uncontrollable duo.",jake szymanski,"zac efron, adam devine, anna kendrick, aubrey plaza",2016,98,6,53183,46.01,51
124,boyka: undisputed iv,action,"in the fourth installment of the fighting franchise, boyka is shooting for the big leagues when an accidental death in the ring makes him question everything he stands for.",todor chapkanov,"scott adkins, teodora duhovnikova, alon aboutboul, julian vergov",2016,86,7.4,10428,,
125,the dark knight rises,"action,thriller","eight years after the joker's reign of anarchy, the dark knight, with the help of the enigmatic selina, is forced from his imposed exile to save gotham city, now on the edge of total annihilation, from the brutal guerrilla terrorist bane.",christopher nolan,"christian bale, tom hardy, anne hathaway,gary oldman",2012,164,8.5,1222645,448.13,78
126,the jungle book,"adventure,drama,family","after a threat from the tiger shere khan forces him to flee the jungle, a man-cub named mowgli embarks on a journey of self discovery with the help of panther, bagheera, and free spirited bear, baloo.",jon favreau,"neel sethi, bill murray, ben kingsley, idris elba",2016,106,7.5,198243,364,77
127,transformers: age of extinction,"action,adventure,sci-fi","autobots must escape sight from a bounty hunter who has taken control of the human serendipity: unexpectedly, optimus prime and his remaining gang turn to a mechanic, his daughter, and her back street racing boyfriend for help.",michael bay,"mark wahlberg, nicola peltz, jack reynor, stanley tucci",2014,165,5.7,255483,245.43,32
128,nerve,"adventure,crime,mystery","a high school senior finds herself immersed in an online game of truth or dare, where her every move starts to become manipulated by an anonymous community of ""watchers.""",henry joost,"emma roberts, dave franco, emily meade, miles heizer",2016,96,6.6,69651,38.56,58
129,mamma mia!,"comedy,family,musical",the story of a bride-to-be trying to find her real father told using hit songs by the popular '70s group abba.,phyllida lloyd,"meryl streep, pierce brosnan, amanda seyfried,stellan skarsgård",2008,108,6.4,153481,143.7,51
130,the revenant,"adventure,drama,thriller",a frontiersman on a fur trading expedition in the 1820s fights for survival after being mauled by a bear and left for dead by members of his own hunting team.,alejandro gonzález iñárritu,"leonardo dicaprio, tom hardy, will poulter, domhnall gleeson",2015,156,8,499424,183.64,76
131,fences,drama,"a working-class african-american father tries to raise his family in the 1950s, while coming to terms with the events of his life.",denzel washington,"denzel washington, viola davis, stephen henderson, jovan adepo",2016,139,7.3,50953,57.64,79
132,into the woods,"adventure,comedy,drama",a witch tasks a childless baker and his wife with procuring magical items from classic fairy tales to reverse the curse put on their family tree.,rob marshall,"anna kendrick, meryl streep, chris pine, emily blunt",2014,125,6,109756,128,69
133,the shallows,"drama,horror,thriller","a mere 200 yards from shore, surfer nancy is attacked by a great white shark, with her short journey to safety becoming the ultimate contest of wills.",jaume collet-serra,"blake lively, óscar jaenada, angelo josue lozano corzo, brett cullen",2016,86,6.4,78328,55.12,59
134,whiplash,"drama,music",a promising young drummer enrolls at a cut-throat music conservatory where his dreams of greatness are mentored by an instructor who will stop at nothing to realize a student's potential.,damien chazelle,"miles teller, j.k. simmons, melissa benoist, paul reiser",2014,107,8.5,477276,13.09,88
135,furious 6,"action,crime,thriller","hobbs has dominic and brian reassemble their crew to take down a team of mercenaries: dominic unexpectedly gets convoluted also facing his presumed deceased girlfriend, letty.",justin lin,"vin diesel, paul walker, dwayne johnson, michelle rodriguez",2013,130,7.1,318051,238.67,61
136,the place beyond the pines,"crime,drama,thriller","a motorcycle stunt rider turns to robbing banks as a way to provide for his lover and their newborn child, a decision that puts him on a collision course with an ambitious rookie cop navigating a department ruled by a corrupt detective.",derek cianfrance,"ryan gosling, bradley cooper, eva mendes,craig van hook",2012,140,7.3,200090,21.38,68
137,no country for old men,"crime,drama,thriller",violence and mayhem ensue after a hunter stumbles upon a drug deal gone wrong and more than two million dollars in cash near the rio grande.,ethan coen,"tommy lee jones, javier bardem, josh brolin, woody harrelson",2007,122,8.1,660286,74.27,91
138,the great gatsby,"drama,romance","a writer and wall street trader, nick, finds himself drawn to the past and lifestyle of his millionaire neighbor, jay gatsby.",baz luhrmann,"leonardo dicaprio, carey mulligan, joel edgerton,tobey maguire",2013,143,7.3,386102,144.81,55
139,shutter island,"mystery,thriller","in 1954, a u.s. marshal investigates the disappearance of a murderess who escaped from a hospital for the criminally insane.",martin scorsese,"leonardo dicaprio, emily mortimer, mark ruffalo,ben kingsley",2010,138,8.1,855604,127.97,63
140,brimstone,"mystery,thriller,western","from the moment the new reverend climbs the pulpit, liz knows she and her family are in great danger.",martin koolhoven,"dakota fanning, guy pearce, kit harington,carice van houten",2016,148,7.1,13004,,44
141,star trek,"action,adventure,sci-fi",the brash james t. kirk tries to live up to his father's legacy with mr. spock keeping him in check as a vengeful romulan from the future creates black holes to destroy the federation one planet at a time.,j.j. abrams,"chris pine, zachary quinto, simon pegg, leonard nimoy",2009,127,8,526324,257.7,82
142,diary of a wimpy kid,"comedy,family","the adventures of a teenager who is fresh out of elementary and transitions to middle school, where he has to learn the consequences and responsibility to survive the year.",thor freudenthal,"zachary gordon, robert capron, rachael harris,steve zahn",2010,94,6.2,34184,64,56
143,the big short,"biography,comedy,drama","four denizens in the world of high-finance predict the credit and housing bubble collapse of the mid-2000s, and decide to take on the big banks for their greed and lack of foresight.",adam mckay,"christian bale, steve carell, ryan gosling, brad pitt",2015,130,7.8,246360,70.24,81
144,room,drama,a young boy is raised within the confines of a small shed.,lenny abrahamson,"brie larson, jacob tremblay, sean bridgers,wendy crewson",2015,118,8.2,224132,14.68,86
145,django unchained,"drama,western","with the help of a german bounty hunter , a freed slave sets out to rescue his wife from a brutal mississippi plantation owner.",quentin tarantino,"jamie foxx, christoph waltz, leonardo dicaprio,kerry washington",2012,165,8.4,1039115,162.8,81
146,ah-ga-ssi,"drama,mystery,romance","a woman is hired as a handmaiden to a japanese heiress, but secretly she is involved in a plot to defraud her.",chan-wook park,"min-hee kim, jung-woo ha, jin-woong jo, so-ri moon",2016,144,8.1,33418,2.01,84
147,the edge of seventeen,"comedy,drama","high-school life gets even more unbearable for nadine when her best friend, krista, starts dating her older brother.",kelly fremon craig,"hailee steinfeld, haley lu richardson, blake jenner, kyra sedgwick",2016,104,7.4,47694,14.26,77
148,watchmen,"action,drama,mystery","in 1985 where former superheroes exist, the murder of a colleague sends active vigilante rorschach into his own sprawling investigation, uncovering something that could completely change the course of history as we know it.",zack snyder,"jackie earle haley, patrick wilson, carla gugino,malin akerman",2009,162,7.6,410249,107.5,56
149,superbad,comedy,two co-dependent high school seniors are forced to deal with separation anxiety after their plan to stage a booze-soaked party goes awry.,greg mottola,"michael cera, jonah hill, christopher mintz-plasse, bill hader",2007,113,7.6,442082,121.46,76
150,inferno,"action,adventure,crime","when robert langdon wakes up in an italian hospital with amnesia, he teams up with dr. sienna *s, and together they must race across europe against the clock to foil a deadly global plot.",ron howard,"tom hanks, felicity jones, irrfan khan, ben foster",2016,121,6.2,97623,34.26,42
151,the bfg,"adventure,family,fantasy","an orphan little girl befriends a benevolent giant who takes her to giant country, where they attempt to stop the man-eating giants that are invading the human world.",steven spielberg,"mark rylance, ruby barnhill, penelope wilton,jemaine clement",2016,117,6.4,50853,55.47,66
152,the hunger games,"adventure,sci-fi,thriller",katniss everdeen voluntarily takes her younger sister's place in the hunger games: a televised competition in which two teenagers from each of the twelve districts of panem are chosen at random to fight to the death.,gary ross,"jennifer lawrence, josh hutcherson, liam hemsworth,stanley tucci",2012,142,7.2,735604,408,68
153,white girl,drama,"summer, new york city. a college girl falls hard for a guy she just met. after a night of partying goes wrong, she goes to wild extremes to get him back.",elizabeth wood,"morgan saylor, brian marc, justin bartha, adrian martinez",2016,88,5.8,4299,0.2,65
154,sicario,"action,crime,drama",an idealistic fbi agent is enlisted by a government task force to aid in the escalating war against drugs at the border area between the u.s. and mexico.,denis villeneuve,"emily blunt, josh brolin, benicio del toro, jon bernthal",2015,121,7.6,243230,46.88,82
155,twin peaks: the missing pieces,"drama,horror,mystery",twin peaks before twin peaks (1990) and at the same time not always and entirely in the same place as twin peaks: fire walk with me (1992). a feature film which presents deleted scenes from twin peaks: fire walk with me (1992) assembled together for the first time in an untold portion of the story's prequel.,david lynch,"chris isaak, kiefer sutherland, c.h. evans, sandra kinder",2014,91,8.1,1973,,
156,aliens vs predator - requiem,"action,horror,sci-fi","warring alien and predator races descend on a rural us town, where unsuspecting residents must band together for any chance of survival.",colin strause,"reiko aylesworth, steven pasquale,shareeka epps, john ortiz",2007,94,4.7,97618,41.8,29
157,pacific rim,"action,adventure,sci-fi","as a war between humankind and monstrous sea creatures wages on, a former pilot and a trainee are paired up to drive a seemingly obsolete special weapon in a desperate effort to save the world from the apocalypse.",guillermo del toro,"idris elba, charlie hunnam, rinko kikuchi,charlie day",2013,131,7,400519,101.79,64
158,"crazy, stupid, love.","comedy,drama,romance","a middle-aged husband's life changes dramatically when his wife asks him for a divorce. he seeks to rediscover his manhood with the help of a newfound friend, jacob, learning to pick up girls at bars.",glenn ficarra,"steve carell, ryan gosling, julianne moore, emma stone",2011,118,7.4,396714,84.24,68
159,scott pilgrim vs. the world,"action,comedy,fantasy",scott pilgrim must defeat his new girlfriend's seven evil exes in order to win her heart.,edgar wright,"michael cera, mary elizabeth winstead, kieran culkin, alison pill",2010,112,7.5,291457,31.49,69
160,hot fuzz,"action,comedy,mystery","exceptional london cop nicholas angel is involuntarily transferred to a quaint english village and paired with a witless new partner. while on the beat, nicholas suspects a sinister conspiracy is afoot with the residents.",edgar wright,"simon pegg, nick frost, martin freeman, bill nighy",2007,121,7.9,373244,23.62,81
161,mine,"thriller,war","after a failed assassination attempt, a soldier finds himself stranded in the desert. exposed to the elements, he must survive the dangers of the desert and battle the psychological and physical tolls of the treacherous conditions.",fabio guaglione,"armie hammer, annabelle wallis,tom cullen, clint dyer",2016,106,6,5926,,40
162,free fire,"action,comedy,crime","set in boston in 1978, a meeting in a deserted warehouse between two gangs turns into a shootout and a game of survival.",ben wheatley,"sharlto copley, brie larson, armie hammer, cillian murphy",2016,90,7,6946,1.8,63
163,x-men: days of future past,"action,adventure,sci-fi",the x-men send wolverine to the past in a desperate effort to change history and prevent an event that results in doom for both humans and mutants.,bryan singer,"patrick stewart, ian mckellen, hugh jackman, james mcavoy",2014,132,8,552298,233.91,74
164,jack reacher: never go back,"action,adventure,crime","jack reacher must uncover the truth behind a major government conspiracy in order to clear his name. on the run as a fugitive from the law, reacher uncovers a potential secret from his past that could change his life forever.",edward zwick,"tom cruise, cobie smulders, aldis hodge, robert knepper",2016,118,6.1,78043,58.4,47
165,casino royale,"action,adventure,thriller","armed with a licence to kill, secret agent james bond sets out on his first mission as 007 and must defeat a weapons dealer in a high stakes game of poker at casino royale, but things are not what they seem.",martin campbell,"daniel craig, eva green, judi dench, jeffrey wright",2006,144,8,495106,167.01,80
166,twilight,"drama,fantasy,romance",a teenage girl risks everything when she falls in love with a vampire.,catherine hardwicke,"kristen stewart, robert pattinson, billy burke,sarah clarke",2008,122,5.2,361449,191.45,56
167,now you see me 2,"action,adventure,comedy",the four horsemen resurface and are forcibly recruited by a tech genius to pull off their most impossible heist yet.,jon m. chu,"jesse eisenberg, mark ruffalo, woody harrelson, dave franco",2016,129,6.5,156567,65.03,46
168,woman in gold,"biography,drama,history","maria altmann, an octogenarian jewish refugee, takes on the austrian government to recover artwork she believes rightfully belongs to her family.",simon curtis,"helen mirren, ryan reynolds, daniel brühl, katie holmes",2015,109,7.3,39723,33.31,51
169,13 hours,"action,drama,history","during an attack on a u.s. compound in libya, a security team struggles to make sense out of the chaos.",michael bay,"john krasinski, pablo schreiber, james badge dale,david denman",2016,144,7.3,76935,52.82,48
170,spectre,"action,adventure,thriller","a cryptic message from bond's past sends him on a trail to uncover a sinister organization. while m battles political forces to keep the secret service alive, bond peels back the layers of deceit to reveal the terrible truth behind spectre.",sam mendes,"daniel craig, christoph waltz, léa seydoux, ralph fiennes",2015,148,6.8,308981,200.07,60
171,nightcrawler,"crime,drama,thriller","when louis bloom, a con man desperate for work, muscles into the world of l.a. crime journalism, he blurs the line between observer and participant to become the star of his own story.",dan gilroy,"jake gyllenhaal, rene russo, bill paxton, riz ahmed",2014,118,7.9,332476,32.28,76
172,kubo and the two strings,"animation,adventure,family",a young boy named kubo must locate a magical suit of armour worn by his late father in order to defeat a vengeful spirit from the past.,travis knight,"charlize theron, art parkinson, matthew mcconaughey, ralph fiennes",2016,101,7.9,72778,48.02,84
173,beyond the gates,"adventure,horror",two estranged brothers reunite at their missing father's video store and find a vcr board game dubbed 'beyond the gates' that holds a connection to their father's disappearance.,jackson stewart,"graham skipper, chase williamson, brea grant,barbara crampton",2016,84,5.2,2127,,59
174,her,"drama,romance,sci-fi",a lonely writer develops an unlikely relationship with an operating system designed to meet his every need.,spike jonze,"joaquin phoenix, amy adams, scarlett johansson,rooney mara",2013,126,8,390531,25.56,90
175,frozen,"animation,adventure,comedy","when the newly crowned queen elsa accidentally uses her power to turn things into ice to curse her home in infinite winter, her sister, anna, teams up with a mountain man, his playful reindeer, and a snowman to change the weather condition.",chris buck,"kristen bell, idina menzel, jonathan groff, josh gad",2013,102,7.5,451894,400.74,74
176,tomorrowland,"action,adventure,family","bound by a shared destiny, a teen bursting with scientific curiosity and a former boy-genius inventor embark on a mission to unearth the secrets of a place somewhere in time and space that exists in their collective memory.",brad bird,"george clooney, britt robertson, hugh laurie, raffey cassidy",2015,130,6.5,143069,93.42,60
177,dawn of the planet of the apes,"action,adventure,drama",a growing nation of genetically evolved apes led by caesar is threatened by a band of human survivors of the devastating virus unleashed a decade earlier.,matt reeves,"gary oldman, keri russell, andy serkis, kodi smit-mcphee",2014,130,7.6,337777,208.54,79
178,tropic thunder,"action,comedy","through a series of freak occurrences, a group of actors shooting a big-budget war movie are forced to become the soldiers they are portraying.",ben stiller,"ben stiller, jack black, robert downey jr., jeff kahn",2008,107,7,321442,110.42,71
179,the conjuring 2,"horror,mystery,thriller",lorraine and ed warren travel to north london to help a single mother raising four children alone in a house plagued by a malicious spirit.,james wan,"vera farmiga, patrick wilson, madison wolfe, frances o'connor",2016,134,7.4,137203,102.46,65
180,ant-man,"action,adventure,comedy","armed with a super-suit with the astonishing ability to shrink in scale but increase in strength, cat burglar scott lang must embrace his inner hero and help his mentor, dr. hank pym, plan and pull off a heist that will save the world.",peyton reed,"paul rudd, michael douglas, corey stoll, evangeline lilly",2015,117,7.3,368912,180.19,64
181,bridget jones's baby,"comedy,romance","bridget's focus on single life and her career is interrupted when she finds herself pregnant, but with one hitch ... she can only be fifty percent sure of the identity of her baby's father.",sharon maguire,"renée zellweger, gemma jones, jim broadbent,sally phillips",2016,118,6.7,43086,24.09,59
182,the vvitch: a new-england folktale,"horror,mystery","a family in 1630s new england is torn apart by the forces of witchcraft, black magic and possession.",robert eggers,"anya taylor-joy, ralph ineson, kate dickie, julian richings",2015,92,6.8,101781,25.14,83
183,cinderella,"drama,family,fantasy","when her father unexpectedly passes away, young ella finds herself at the mercy of her cruel stepmother and her scheming step-sisters. never one to give up hope, ella's fortunes begin to change after meeting a dashing stranger.",kenneth branagh,"lily james, cate blanchett, richard madden,helena bonham carter",2015,105,7,117018,201.15,67
184,realive,sci-fi,"marc (tom hughes) is diagnosed with a disease and is given one year left to live. unable to accept his own end, he decides to freeze his body. sixty years later, in the year 2084, he ... see full summary »",mateo gil,"tom hughes, charlotte le bon, oona chaplin, barry ward",2016,112,5.9,1176,,
185,forushande,"drama,thriller","while both participating in a production of ""death of a salesman,"" a teacher's wife is assaulted in her new home, which leaves him determined to find the perpetrator over his wife's traumatized objections.",asghar farhadi,"taraneh alidoosti, shahab hosseini, babak karimi,farid sajjadi hosseini",2016,124,8,22389,3.4,85
186,love,"drama,romance","murphy is an american living in paris who enters a highly sexually and emotionally charged relationship with the unstable electra. unaware of the effect it will have on their relationship, they invite their pretty neighbor into their bed.",gaspar noé,"aomi muyock, karl glusman, klara kristin, juan saavedra",2015,135,6,24003,,51
187,billy lynn's long halftime walk,"drama,war",19-year-old billy lynn is brought home for a victory tour after a harrowing iraq battle. through flashbacks the film shows what really happened to his squad - contrasting the realities of war with america's perceptions.,ang lee,"joe alwyn, garrett hedlund, arturo castro, mason lee",2016,113,6.3,11944,1.72,53
188,crimson peak,"drama,fantasy,horror","in the aftermath of a family tragedy, an aspiring author is torn between love for her childhood friend and the temptation of a mysterious outsider. trying to escape the ghosts of her past, she is swept away to a house that breathes, bleeds - and remembers.",guillermo del toro,"mia wasikowska, jessica chastain, tom hiddleston, charlie hunnam",2015,119,6.6,97454,31.06,66
189,drive,"crime,drama",a mysterious hollywood stuntman and mechanic moonlights as a getaway driver and finds himself in trouble when he helps out his neighbor.,nicolas winding refn,"ryan gosling, carey mulligan, bryan cranston, albert *s",2011,100,7.8,461509,35.05,78
190,trainwreck,"comedy,drama,romance","having thought that monogamy was never possible, a commitment-phobic career woman may have to face her fears when she meets a good guy.",judd apatow,"amy schumer, bill hader, brie larson, colin quinn",2015,125,6.3,106364,110.01,75
191,the light between oceans,"drama,romance",a lighthouse keeper and his wife living off the coast of western australia raise a baby they rescue from a drifting rowing boat.,derek cianfrance,"michael fassbender, alicia vikander, rachel weisz, florence clery",2016,133,7.2,27382,12.53,60
192,below her mouth,drama,an unexpected affair quickly escalates into a heart-stopping reality for two women whose passionate connection changes their lives forever.,april mullen,"erika linder, natalie krill, sebastian pigott, mayko nguyen",2016,94,5.6,1445,,42
193,spotlight,"crime,drama,history","the true story of how the boston globe uncovered the massive scandal of child molestation and cover-up within the local catholic archdiocese, shaking the entire catholic church to its core.",tom mccarthy,"mark ruffalo, michael keaton, rachel mcadams, liev schreiber",2015,128,8.1,268282,44.99,93
194,morgan,"horror,sci-fi,thriller",a corporate risk-management consultant must decide whether or not to terminate an artificially created humanoid being.,luke scott,"kate mara, anya taylor-joy, rose leslie, michael yare",2016,92,5.8,22107,3.91,48
195,warrior,"action,drama,sport","the youngest son of an alcoholic former boxer returns home, where he's trained by his father for competition in a mixed martial arts tournament - a path that puts the fighter on a collision course with his estranged, older brother.",gavin o'connor,"tom hardy, nick nolte, joel edgerton, jennifer morrison",2011,140,8.2,355722,13.65,71
196,captain america: the first avenger,"action,adventure,sci-fi","steve rogers, a rejected military soldier transforms into captain america after taking a dose of a ""super-soldier serum"". but being captain america comes at a price as he attempts to take down a war monger and a terrorist organization.",joe johnston,"chris evans, hugo weaving, samuel l. jackson,hayley atwell",2011,124,6.9,547368,176.64,66
197,hacker,"crime,drama,thriller",with the help of his new friends alex danyliuk turns to a life of crime and identity theft.,akan satayev,"callan mcauliffe, lorraine nicholson, daniel eric gold, clifton collins jr.",2016,95,6.3,3799,,
198,into the wild,"adventure,biography,drama","after graduating from emory university, top student and athlete christopher mccandless abandons his possessions, gives his entire $24,000 savings account to charity and hitchhikes to alaska to live in the wilderness. along the way, christopher encounters a series of characters that shape his life.",sean penn,"emile hirsch, vince vaughn, catherine keener, marcia gay harden",2007,148,8.1,459304,18.35,73
199,the imitation game,"biography,drama,thriller","during world war ii, mathematician alan turing tries to crack the enigma code with help from fellow mathematicians.",morten tyldum,"benedict cumberbatch, keira knightley, matthew goode, allen leech",2014,114,8.1,532353,91.12,73
200,central intelligence,"action,comedy,crime","after he reconnects with an awkward pal from high school through facebook, a mild-mannered accountant is lured into the world of international espionage.",rawson marshall thurber,"dwayne johnson, kevin hart, danielle nicolet, amy ryan",2016,107,6.3,97082,127.38,52
201,edge of tomorrow,"action,adventure,sci-fi","a soldier fighting aliens gets to relive the same day over and over again, the day restarting every time he dies.",doug liman,"tom cruise, emily blunt, bill paxton, brendan gleeson",2014,113,7.9,471815,100.19,71
202,a cure for wellness,"drama,fantasy,horror","an ambitious young executive is sent to retrieve his company's ceo from an idyllic but mysterious ""wellness center"" at a remote location in the swiss alps, but soon suspects that the spa's treatments are not what they seem.",gore verbinski,"dane dehaan, jason isaacs, mia goth, ivo nandi",2016,146,6.5,12193,8.1,47
203,snowden,"biography,drama,thriller","the nsa's illegal surveillance techniques are leaked to the public by one of the agency's employees, edward snowden, in the form of thousands of classified documents distributed to the press.",oliver stone,"joseph gordon-levitt, shailene woodley, melissa leo,zachary quinto",2016,134,7.3,79855,21.48,58
204,iron man,"action,adventure,sci-fi","after being held captive in an afghan cave, billionaire engineer tony stark creates a unique weaponized suit of armor to fight evil.",jon favreau,"robert downey jr., gwyneth paltrow, terrence howard, jeff bridges",2008,126,7.9,737719,318.3,79
205,allegiant,"action,adventure,mystery","after the earth-shattering revelations of insurgent, tris must escape with four beyond the wall that encircles chicago, to finally discover the shocking truth of the world around them.",robert schwentke,"shailene woodley, theo james, jeff daniels,naomi watts",2016,120,5.7,70504,66,33
206,x: first class,"action,adventure,sci-fi","in 1962, the united states government enlists the help of mutants with superhuman abilities to stop a malicious dictator who is determined to start world war iii.",matthew vaughn,"james mcavoy, michael fassbender, jennifer lawrence, kevin bacon",2011,132,7.8,550011,146.41,65
207,raw (ii),"drama,horror","when a young vegetarian undergoes a carnivorous hazing ritual at vet school, an unbidden taste for meat begins to grow in her.",julia ducournau,"garance marillier, ella rumpf, rabah nait oufella,laurent lucas",2016,99,7.5,5435,0.51,81
208,paterson,"comedy,drama,romance","a quiet observation of the triumphs and defeats of daily life, along with the poetry evident in its smallest details.",jim jarmusch,"adam driver, golshifteh farahani, nellie, rizwan manji",2016,118,7.5,26089,2.14,90
209,bridesmaids,"comedy,romance","competition between the maid of honor and a bridesmaid, over who is the bride's best friend, threatens to upend the life of an out-of-work pastry chef.",paul feig,"kristen wiig, maya rudolph, rose byrne, terry crews",2011,125,6.8,227912,169.08,75
210,the girl with all the gifts,"drama,horror,thriller",a scientist and a teacher living in a dystopian future embark on a journey of survival with a special young girl named melanie.,colm mccarthy,"gemma arterton, glenn close, dominique tipper,paddy considine",2016,111,6.7,23713,,67
211,san andreas,"action,adventure,drama","in the aftermath of a massive earthquake in california, a rescue-chopper pilot makes a dangerous journey with his ex-wife across the state in order to rescue his daughter.",brad peyton,"dwayne johnson, carla gugino, alexandra daddario,colton haynes",2015,114,6.1,161396,155.18,43
212,spring breakers,drama,"four college girls hold up a restaurant in order to fund their spring break vacation. while partying, drinking, and taking drugs, they are arrested, only to be bailed out by a drug and arms dealer.",harmony korine,"vanessa hudgens, selena gomez, ashley benson,rachel korine",2012,94,5.3,114290,14.12,63
213,transformers,"action,adventure,sci-fi","an ancient struggle between two cybertronian races, the heroic autobots and the evil decepticons, comes to earth, with a clue to the ultimate power held by a teenager.",michael bay,"shia labeouf, megan fox, josh duhamel, tyrese gibson",2007,144,7.1,531112,318.76,61
214,old boy,"action,drama,mystery","obsessed with vengeance, a man sets out to find out why he was kidnapped and locked into solitary confinement for twenty years without reason.",spike lee,"josh brolin, elizabeth olsen, samuel l. jackson, sharlto copley",2013,104,5.8,54679,,49
215,thor: the dark world,"action,adventure,fantasy","when dr. jane foster gets cursed with a powerful entity known as the aether, thor is heralded of the cosmic event known as the convergence and the genocidal dark elves.",alan taylor,"chris hemsworth, natalie portman, tom hiddleston,stellan skarsgård",2013,112,7,443584,206.36,54
216,gods of egypt,"action,adventure,fantasy","mortal hero bek teams with the god horus in an alliance against set, the merciless god of darkness, who has usurped egypt's throne, plunging the once peaceful and prosperous empire into chaos and conflict.",alex proyas,"brenton thwaites, nikolaj coster-waldau, gerard butler, chadwick boseman",2016,126,5.5,73568,31.14,25
217,captain america: the winter soldier,"action,adventure,sci-fi","as steve rogers struggles to embrace his role in the modern world, he teams up with a fellow avenger and s.h.i.e.l.d agent, black widow, to battle a new threat from history: an assassin known as the winter soldier.",anthony russo,"chris evans, samuel l. jackson,scarlett johansson, robert redford",2014,136,7.8,542362,259.75,70
218,monster trucks,"action,adventure,comedy",a young man working at a small town junkyard discovers and befriends a creature which feeds on oil being sought by a fracking company.,chris wedge,"lucas till, jane levy, thomas lennon, barry pepper",2016,104,5.7,7044,33.04,41
219,a dark song,"drama,horror",a determined young woman and a damaged occultist risk their lives and souls to perform a dangerous ritual that will grant them what they want.,liam gavin,"mark huberman, susan loughnane, steve oram,catherine walker",2016,100,6.1,1703,,67
220,kick-ass,"action,comedy","dave lizewski is an unnoticed high school student and comic book fan who one day decides to become a superhero, even though he has no powers, training or meaningful reason to do so.",matthew vaughn,"aaron taylor-johnson, nicolas cage, chloë grace moretz, garrett m. brown",2010,117,7.7,456749,48.04,66
221,hardcore henry,"action,adventure,sci-fi","henry is resurrected from death with no memory, and he must save his wife from a telekinetic warlord with a plan to bio-engineer soldiers.",ilya naishuller,"sharlto copley, tim roth, haley bennett, danila kozlovsky",2015,96,6.7,61098,9.24,51
222,cars,"animation,adventure,comedy","a hot-shot race-car named lightning mcqueen gets waylaid in radiator springs, where he finds the true meaning of friendship and family.",john lasseter,"owen wilson, bonnie hunt, paul newman, larry the cable guy",2006,117,7.1,283445,244.05,73
223,it follows,"horror,mystery",a young woman is followed by an unknown supernatural force after a sexual encounter.,david robert mitchell,"maika monroe, keir gilchrist, olivia luccardi,lili sepe",2014,100,6.9,136399,14.67,83
224,the girl with the dragon tattoo,"crime,drama,mystery","journalist mikael blomkvist is aided in his search for a woman who has been missing for forty years by lisbeth salander, a young computer hacker.",david fincher,"daniel craig, rooney mara, christopher plummer,stellan skarsgård",2011,158,7.8,348551,102.52,71
225,we're the millers,"comedy,crime",a veteran pot dealer creates a fake family as part of his plan to move a huge shipment of weed into the u.s. from mexico.,rawson marshall thurber,"jason sudeikis, jennifer aniston, emma roberts, ed helms",2013,110,7,334867,150.37,44
226,american honey,drama,"a teenage girl with nothing to lose joins a traveling magazine sales crew, and gets caught up in a whirlwind of hard partying, law bending and young love as she criss-crosses the midwest with a band of misfits.",andrea arnold,"sasha lane, shia labeouf, riley keough, mccaul lombardi",2016,163,7,19660,0.66,79
227,the lobster,"comedy,drama,romance","in a dystopian near future, single people, according to the laws of the city, are taken to the hotel, where they are obliged to find a romantic partner in forty-five days or are transformed into beasts and sent off into the woods.",yorgos lanthimos,"colin farrell, rachel weisz, jessica barden,olivia colman",2015,119,7.1,121313,8.7,82
228,predators,"action,adventure,sci-fi",a group of elite warriors parachute into an unfamiliar jungle and are hunted by members of a merciless alien race.,nimród antal,"adrien brody, laurence fishburne, topher grace,alice braga",2010,107,6.4,179450,52,51
229,maleficent,"action,adventure,family","a vengeful fairy is driven to curse an infant princess, only to discover that the child may be the one person who can restore peace to their troubled land.",robert stromberg,"angelina jolie, elle fanning, sharlto copley,lesley manville",2014,97,7,268877,241.41,56
230,rupture,"horror,sci-fi,thriller",a single mom tries to break free from a mysterious organization that has abducted her.,steven shainberg,"noomi rapace, michael chiklis, kerry bishé,peter stormare",2016,102,4.8,2382,,35
231,pan's labyrinth,"drama,fantasy,war","in the falangist spain of 1944, the bookish young stepdaughter of a sadistic army officer escapes into an eerie but captivating fantasy world.",guillermo del toro,"ivana baquero, ariadna gil, sergi lópez,maribel verdú",2006,118,8.2,498879,37.62,98
232,a kind of murder,"crime,drama,thriller","in 1960s new york, walter stackhouse is a successful architect married to the beautiful clara who leads a seemingly perfect life. but his fascination with an unsolved murder leads him into a spiral of chaos as he is forced to play cat-and-mouse with a clever killer and an overambitious detective, while at the same time lusting after another woman.",andy goddard,"patrick wilson, jessica biel, haley bennett, vincent kartheiser",2016,95,5.2,3305,0,50
233,apocalypto,"action,adventure,drama","as the mayan kingdom faces its decline, the rulers insist the key to prosperity is to build more temples and offer human sacrifices. jaguar paw, a young man captured for sacrifice, flees to avoid his fate.",mel gibson,"gerardo taracena, raoul max trujillo, dalia hernández,rudy youngblood",2006,139,7.8,247926,50.86,68
234,mission: impossible - rogue nation,"action,adventure,thriller","ethan and team take on their most impossible mission yet, eradicating the syndicate - an international rogue organization as highly skilled as they are, committed to destroying the imf.",christopher mcquarrie,"tom cruise, rebecca ferguson, jeremy renner, simon pegg",2015,131,7.4,257472,195,75
235,the huntsman: winter's war,"action,adventure,drama","eric and fellow warrior sara, raised as members of ice queen freya's army, try to conceal their forbidden love as they fight to survive the wicked intentions of both freya and her sister ravenna.",cedric nicolas-troyan,"chris hemsworth, jessica chastain, charlize theron, emily blunt",2016,114,6.1,66766,47.95,35
236,the perks of being a wallflower,"drama,romance",an introvert freshman is taken under the wings of two seniors who welcome him to the real world.,stephen chbosky,"logan lerman, emma watson, ezra miller, paul rudd",2012,102,8,377336,17.74,67
237,jackie,"biography,drama,history","following the assassination of president john f. kennedy, first lady jacqueline kennedy fights through grief and trauma to regain her faith, console her children, and define her husband's historic legacy.",pablo larraín,"natalie portman, peter sarsgaard, greta gerwig,billy crudup",2016,100,6.8,41446,13.96,81
238,the disappointments room,"drama,horror,thriller",a mother and her young son release unimaginable horrors from the attic of their rural dream home.,d.j. caruso,"kate beckinsale, mel raido, duncan joiner, lucas till",2016,85,3.9,4895,2.41,31
239,the grand budapest hotel,"adventure,comedy,drama","the adventures of gustave h, a legendary concierge at a famous hotel from the fictional republic of zubrowka between the first and second world wars, and zero moustafa, the lobby boy who becomes his most trusted friend.",wes anderson,"ralph fiennes, f. murray abraham, mathieu amalric,adrien brody",2014,99,8.1,530881,59.07,88
240,the host,"action,adventure,romance","when an unseen enemy threatens mankind by taking over their bodies and erasing their memories, melanie will risk everything to protect the people she cares most about, proving that love can conquer all in a dangerous new world.",andrew niccol,"saoirse ronan, max irons, jake abel, diane kruger",2013,125,5.9,96852,26.62,35
241,fury,"action,drama,war","a grizzled tank commander makes tough decisions as he and his crew fight their way across germany in april, 1945.",david ayer,"brad pitt, shia labeouf, logan lerman, michael peña",2014,134,7.6,332234,85.71,64
242,inside out,"animation,adventure,comedy","after young riley is uprooted from her midwest life and moved to san francisco, her emotions - joy, fear, anger, disgust and sadness - conflict on how best to navigate a new city, house, and school.",pete docter,"amy poehler, bill hader, lewis black, mindy kaling",2015,95,8.2,416689,356.45,94
243,rock dog,"animation,adventure,comedy","when a radio falls from the sky into the hands of a wide-eyed * mastiff, he leaves home to fulfill his dream of becoming a musician, setting into motion a series of completely unexpected events.",ash brannon,"luke wilson, eddie izzard, j.k. simmons, lewis black",2016,90,5.8,1109,9.4,48
244,terminator genisys,"action,adventure,sci-fi","when john connor, leader of the human resistance, sends sgt. kyle reese back to 1984 to protect sarah connor and safeguard the future, an unexpected turn of events creates a fractured timeline.",alan taylor,"arnold schwarzenegger, jason clarke, emilia clarke,jai courtney",2015,126,6.5,205365,89.73,38
245,percy jackson & the olympians: the lightning thief,"adventure,family,fantasy",a teenager discovers he's the descendant of a greek god and sets out on an adventure to settle an on-going battle between the gods.,chris columbus,"logan lerman, kevin mckidd, steve coogan,brandon t. jackson",2010,118,5.9,148949,88.76,47
246,les misérables,"drama,musical,romance","in 19th-century france, jean valjean, who for decades has been hunted by the ruthless policeman javert after breaking parole, agrees to care for a factory worker's daughter. the decision changes their lives forever.",tom hooper,"hugh jackman, russell crowe, anne hathaway,amanda seyfried",2012,158,7.6,257426,148.78,63
247,children of men,"drama,sci-fi,thriller","in 2027, in a chaotic world in which women have become somehow infertile, a former activist agrees to help transport a miraculously pregnant woman to a sanctuary at sea.",alfonso cuarón,"julianne moore, clive owen, chiwetel ejiofor,michael caine",2006,109,7.9,382910,35.29,84
248,20th century women,"comedy,drama","the story of a teenage boy, his mother, and two other women who help raise him among the love and freedom of southern california of 1979.",mike mills,"annette bening, elle fanning, greta gerwig, billy crudup",2016,119,7.4,14708,5.66,83
249,spy,"action,comedy,crime","a desk-bound cia analyst volunteers to go undercover to infiltrate the world of a deadly arms dealer, and prevent diabolical global disaster.",paul feig,"melissa mccarthy, rose byrne, jude law, jason statham",2015,119,7.1,188017,110.82,75
250,the intouchables,"biography,comedy,drama","after he becomes a quadriplegic from a paragliding accident, an aristocrat hires a young man from the projects to be his caregiver.",olivier nakache,"françois cluzet, omar sy, anne le ny, audrey fleurot",2011,112,8.6,557965,13.18,57
251,bonjour anne,"comedy,drama,romance","anne is at a crossroads in her life. long married to a successful, driven but inattentive movie producer, she unexpectedly finds herself taking a car trip from cannes to paris with a ... see full summary »",eleanor coppola,"diane lane, alec baldwin, arnaud viard, linda gegusch",2016,92,4.9,178,0.32,50
252,kynodontas,"drama,thriller","three teenagers live isolated, without leaving their house, because their over-protective parents say they can only leave when their dogtooth falls out.",yorgos lanthimos,"christos stergioglou, michele valley, angeliki papoulia, hristos passalis",2009,94,7.3,50946,0.11,73
253,straight outta compton,"biography,drama,history","the group nwa emerges from the mean streets of compton in los angeles, california, in the mid-1980s and revolutionizes hip hop culture with their music and tales about life in the hood.",f. gary gray,"o'shea jackson jr., corey hawkins, jason mitchell,neil brown jr.",2015,147,7.9,139831,161.03,72
254,the amazing spider-man 2,"action,adventure,sci-fi","when new york is put under siege by oscorp, it is up to spider-man to save the city he swore to protect as well as his loved ones.",marc webb,"andrew garfield, emma stone, jamie foxx, paul giamatti",2014,142,6.7,342183,202.85,53
255,the conjuring,"horror,mystery,thriller",paranormal investigators ed and lorraine warren work to help a family terrorized by a dark presence in their farmhouse.,james wan,"patrick wilson, vera farmiga, ron livingston, lili taylor",2013,112,7.5,330305,137.39,68
256,the hangover,comedy,"three buddies wake up from a bachelor party in las vegas, with no memory of the previous night and the bachelor missing. they make their way around the city in order to find their friend before his wedding.",todd phillips,"zach galifianakis, bradley cooper, justin bartha, ed helms",2009,100,7.8,611563,277.31,73
257,battleship,"action,adventure,sci-fi",a fleet of ships is forced to do battle with an armada of unknown origins in order to discover and thwart their destructive goals.,peter berg,"alexander skarsgård, *lyn decker, liam neeson,rihanna",2012,131,5.8,210349,65.17,41
258,rise of the planet of the apes,"action,drama,sci-fi","a substance, designed to help the brain repair itself, gives rise to a super-intelligent chimp who leads an ape uprising.",rupert wyatt,"james franco, andy serkis, freida pinto, karin konoval",2011,105,7.6,422290,176.74,68
259,lights out,horror,"rebecca must unlock the terror behind her little brother's experiences that once tested her sanity, bringing her face to face with an entity attached to their mother.",david f. sandberg,"teresa palmer, gabriel bateman, maria bello,billy burke",2016,81,6.4,69823,67.24,58
260,norman: the moderate rise and tragic fall of a new york fixer,"drama,thriller","norman oppenheimer is a small time operator who befriends a young politician at a low point in his life. three years later, when the politician becomes an influential world leader, norman's life dramatically changes for better and worse.",joseph cedar,"richard gere, lior ashkenazi, michael sheen,charlotte gainsbourg",2016,118,7.1,664,2.27,76
261,birdman or (the unexpected virtue of ignorance),"comedy,drama,romance","illustrated upon the progress of his latest broadway play, a former popular actor's struggle to cope with his current life as a wasted actor is shown.",alejandro gonzález iñárritu,"michael keaton, zach galifianakis,edward norton, andrea riseborough",2014,119,7.8,440299,42.34,88
262,black swan,"drama,thriller","a committed dancer wins the lead role in a production of tchaikovsky's ""swan lake"" only to find herself struggling to maintain her sanity.",darren aronofsky,"natalie portman, mila kunis, vincent cassel,winona ryder",2010,108,8,581518,106.95,79
263,dear white people,"comedy,drama",the lives of four black students at an ivy league college.,justin simien,"tyler james williams, tessa thompson, kyle gallner,teyonah parris",2014,108,6.2,21715,4.4,79
264,nymphomaniac: vol. i,drama,a self-diagnosed nymphomaniac recounts her erotic experiences to the man who saved her after a beating.,lars von trier,"charlotte gainsbourg, stellan skarsgård, stacy martin, shia labeouf",2013,117,7,90556,0.79,64
265,teenage mutant ninja turtles: out of the shadows,"action,adventure,comedy","after facing shredder, who has joined forces with mad scientist baxter stockman and henchmen bebop and rocksteady to take over the world, the turtles must confront an even greater nemesis: the notorious krang.",dave green,"megan fox, will arnett, tyler perry, laura linney",2016,112,6,59312,0.54,40
266,knock knock,"drama,horror,thriller","a devoted father helps two stranded young women who knock on his door, but his kind gesture turns into a dangerous seduction and a deadly game of cat and mouse.",eli roth,"keanu reeves, lorenza izzo, ana de armas, aaron burns",2015,99,4.9,53441,0.03,53
267,dirty grandpa,comedy,"right before his wedding, an uptight guy is tricked into driving his grandfather, a lecherous former army lieutenant-colonel, to florida for spring break.",dan mazer,"robert de niro, zac efron, zoey deutch, aubrey plaza",2016,102,6,75137,35.54,18
268,cloud atlas,"drama,sci-fi","an exploration of how the actions of individual lives impact one another in the past, present and future, as one soul is shaped from a killer into a hero, and an act of kindness ripples across centuries to inspire a revolution.",tom tykwer,"tom hanks, halle berry, hugh grant, hugo weaving",2012,172,7.5,298651,27.1,55
269,x-men origins: wolverine,"action,adventure,sci-fi","a look at wolverine's early life, in particular his time with the government squad team x and the impact it will have on his later years.",gavin hood,"hugh jackman, liev schreiber, ryan reynolds, danny huston",2009,107,6.7,388447,179.88,40
270,satanic,horror,"four friends on their way to coachella stop off in los angeles to tour true-crime occult sites, only to encounter a mysterious young runaway who puts them on a terrifying path to ultimate horror.",jeffrey g. hunt,"sarah hyland, steven krueger, justin chon, clara mamet",2016,85,3.7,2384,,
271,skyfall,"action,adventure,thriller","bond's loyalty to m is tested when her past comes back to haunt her. whilst mi6 comes under attack, 007 must track down and destroy the threat, no matter how personal the cost.",sam mendes,"daniel craig, javier bardem, naomie harris, judi dench",2012,143,7.8,547386,304.36,81
272,the hobbit: an unexpected journey,"adventure,fantasy","a reluctant hobbit, bilbo baggins, sets out to the lonely mountain with a spirited group of dwarves to reclaim their mountain home - and the gold within it - from the dragon smaug.",peter jackson,"martin freeman, ian mckellen, richard armitage,andy serkis",2012,169,7.9,668651,303,58
273,21 jump street,"action,comedy,crime",a pair of underachieving cops are sent back to a local high school to blend in and bring down a synthetic drug ring.,phil lord,"jonah hill, channing tatum, ice cube,brie larson",2012,110,7.2,432046,138.45,69
274,sing street,"comedy,drama,music",a boy growing up in dublin during the 1980s escapes his strained family life by starting a band to impress the mysterious girl he likes.,john carney,"ferdia walsh-peelo, aidan gillen, maria doyle kennedy, jack reynor",2016,106,8,52144,3.23,79
275,ballerina,"animation,adventure,comedy","an orphan girl dreams of becoming a ballerina and flees her rural brittany for paris, where she passes for someone else and accedes to the position of pupil at the grand opera house.",eric summer,"elle fanning, dane dehaan, carly rae jepsen, maddie ziegler",2016,89,6.8,4729,,
276,oblivion,"action,adventure,mystery",a veteran assigned to extract earth's remaining resources begins to question what he knows about his mission and himself.,joseph kosinski,"tom cruise, morgan freeman, andrea riseborough, olga kurylenko",2013,124,7,410125,89.02,54
277,22 jump street,"action,comedy,crime","after making their way through high school (twice), big changes are in store for officers schmidt and jenko when they go deep undercover at a local college.",phil lord,"channing tatum, jonah hill, ice cube,nick offerman",2014,112,7.1,280110,191.62,71
278,zodiac,"crime,drama,history","in the late 1960s/early 1970s, a san francisco cartoonist becomes an amateur detective obsessed with tracking down the zodiac killer, an unidentified individual who terrorizes northern california with a killing spree.",david fincher,"jake gyllenhaal, robert downey jr., mark ruffalo,anthony edwards",2007,157,7.7,329683,33.05,78
279,everybody wants some!!,comedy,"in 1980, a group of college baseball players navigate their way through the freedoms and responsibilities of unsupervised adulthood.",richard linklater,"blake jenner, tyler hoechlin, ryan guzman,zoey deutch",2016,117,7,36312,3.37,83
280,iron man three,"action,adventure,sci-fi","when tony stark's world is torn apart by a formidable terrorist called the mandarin, he starts an odyssey of rebuilding and retribution.",shane black,"robert downey jr., guy pearce, gwyneth paltrow,don cheadle",2013,130,7.2,591023,408.99,62
281,now you see me,"crime,mystery,thriller",an fbi agent and an interpol detective track a team of illusionists who pull off bank heists during their performances and reward their audiences with the money.,louis leterrier,"jesse eisenberg, common, mark ruffalo, woody harrelson",2013,115,7.3,492324,117.7,50
282,sherlock holmes,"action,adventure,crime",detective sherlock holmes and his stalwart partner watson engage in a battle of wits and brawn with a nemesis whose plot is a threat to all of england.,guy ritchie,"robert downey jr., jude law, rachel mcadams, mark strong",2009,128,7.6,501769,209.02,57
283,death proof,thriller,"two separate sets of voluptuous women are stalked at different times by a scarred stuntman who uses his ""death proof"" cars to execute his murderous plans.",quentin tarantino,"kurt russell, zoë bell, rosario dawson, vanessa ferlito",2007,113,7.1,220236,,
284,the danish girl,"biography,drama,romance",a fictitious love story loosely inspired by the lives of danish artists lili elbe and gerda wegener. lili and gerda's marriage and work evolve as they navigate lili's groundbreaking journey as a transgender pioneer.,tom hooper,"eddie redmayne, alicia vikander, amber heard, ben whishaw",2015,119,7,110773,12.71,66
285,hercules,"action,adventure","having endured his legendary twelve labors, hercules, the greek demigod, has his life as a sword-for-hire tested when the king of thrace and his daughter seek his aid in defeating a tyrannical warlord.",brett ratner,"dwayne johnson, john hurt, ian mcshane, joseph fiennes",2014,98,6,122838,72.66,47
286,sucker punch,"action,fantasy","a young girl is institutionalized by her abusive stepfather, retreating to an alternative reality as a coping strategy, envisioning a plan to help her escape.",zack snyder,"emily browning, vanessa hudgens, abbie cornish,jena malone",2011,110,6.1,204874,36.38,33
287,keeping up with the joneses,"action,comedy",a suburban couple becomes embroiled in an international espionage plot when they discover that their seemingly perfect new neighbors are government spies.,greg mottola,"zach galifianakis, isla fisher, jon hamm, gal gadot",2016,105,5.8,30405,14.9,34
288,jupiter ascending,"action,adventure,sci-fi",a young woman discovers her destiny as an heiress of intergalactic nobility and must fight to protect the inhabitants of earth from an ancient and destructive industry.,lana wachowski,"channing tatum, mila kunis,eddie redmayne, sean bean",2015,127,5.3,150121,47.38,40
289,masterminds,"action,comedy,crime",a guard at an armored car company in the southern u.s. organizes one of the biggest bank heists in american history. based on the october 1997 loomis fargo robbery.,jared hess,"zach galifianakis, kristen wiig, owen wilson, ross kimball",2016,95,5.8,26508,17.36,47
290,iris,thriller,"iris, young wife of a businessman, disappears in paris. maybe a mechanic with many debts is involved in the strange affair. a really complicated job for the police.",jalil lespert,"romain duris, charlotte le bon, jalil lespert, camille cottin",2016,99,6.1,726,,
291,busanhaeng,"action,drama,horror","while a zombie virus breaks out in south korea, passengers struggle to survive on the train from seoul to busan.",sang-ho yeon,"yoo gong, soo-an kim, yu-mi jung, dong-seok ma",2016,118,7.5,58782,2.13,72
292,pitch perfect,"comedy,music,romance","beca, a freshman at barden university, is cajoled into joining the bellas, her school's all-girls singing group. injecting some much needed energy into their repertoire, the bellas take on their male rivals in a campus competition.",jason moore,"anna kendrick, brittany snow, rebel wilson, anna camp",2012,112,7.2,226631,65,66
293,neighbors 2: sorority rising,comedy,"when their new next-door neighbors turn out to be a sorority even more debaucherous than the fraternity previously living there, mac and kelly team with their former enemy, teddy, to bring the girls down.",nicholas stoller,"seth rogen, rose byrne, zac efron, chloë grace moretz",2016,92,5.7,76327,55.29,58
294,the exception,drama,"a german soldier tries to determine if the dutch resistance has planted a spy to infiltrate the home of kaiser wilhelm in holland during the onset of world war ii, but falls for a young jewish dutch woman during his investigation.",david leveaux,"lily james, jai courtney, christopher plummer, loïs van wijk",2016,107,7.7,96,,
295,man of steel,"action,adventure,fantasy","clark kent, one of the last of an extinguished race disguised as an unremarkable human, is forced to reveal his identity when earth is invaded by an army of survivors who threaten to bring the planet to the brink of destruction.",zack snyder,"henry cavill, amy adams, michael shannon, diane lane",2013,143,7.1,577010,291.02,55
296,the choice,"drama,romance",travis and gabby first meet as neighbors in a small coastal town and wind up in a relationship that is tested by life's most defining events.,ross katz,"benjamin walker, teresa palmer, alexandra daddario,maggie grace",2016,111,6.6,20514,18.71,26
297,ice age: collision course,"animation,adventure,comedy","manny, diego, and sid join up with buck to fend off a meteor strike that would destroy the world.",mike thurmeier,"ray romano, denis leary, john leguizamo, chris wedge",2016,94,5.7,34523,64.06,34
298,the devil wears prada,"comedy,drama","a smart but sensible new graduate lands a job as an assistant to miranda priestly, the demanding editor-in-chief of a high fashion magazine.",david frankel,"anne hathaway, meryl streep, adrian grenier, emily blunt",2006,109,6.8,302268,124.73,62
299,the infiltrator,"biography,crime,drama",a u.s. customs official uncovers a money laundering scheme involving colombian drug lord pablo escobar.,brad furman,"bryan cranston, john leguizamo, diane kruger, amy ryan",2016,127,7.1,43929,15.43,66
300,there will be blood,"drama,history","a story of family, religion, hatred, oil and madness, focusing on a turn-of-the-century prospector in the early days of the business.",paul thomas anderson,"daniel day-lewis, paul dano, ciarán hinds,martin stringer",2007,158,8.1,400682,40.22,92
301,the equalizer,"action,crime,thriller","a man believes he has put his mysterious past behind him and has dedicated himself to beginning a new, quiet life. but when he meets a young girl under the control of ultra-violent russian gangsters, he can't stand idly by - he has to help her.",antoine fuqua,"denzel washington, marton csokas, chloë grace moretz, david harbour",2014,132,7.2,249425,101.53,57
302,lone survivor,"action,biography,drama","marcus luttrell and his team set out on a mission to capture or kill notorious taliban leader ahmad shah, in late june 2005. marcus and his team are left to fight for their lives in one of the most valiant efforts of modern warfare.",peter berg,"mark wahlberg, taylor kitsch, emile hirsch, ben foster",2013,121,7.5,218996,125.07,60
303,the cabin in the woods,horror,"five friends go for a break at a remote cabin, where they get more than they bargained for, discovering the truth behind the cabin in the woods.",drew goddard,"kristen connolly, chris hemsworth, anna hutchison,fran kranz",2012,95,7,295554,42.04,72
304,the house bunny,"comedy,romance","after playboy bunny shelley is kicked out of the playboy mansion, she finds a job as the house mother for a sorority full of socially awkward girls.",fred wolf,"anna faris, colin hanks, emma stone, kat dennings",2008,97,5.5,67033,48.24,55
305,she's out of my league,"comedy,romance","an average joe meets the perfect woman, but his lack of confidence and the influence of his friends and family begin to pick away at the relationship.",jim field smith,"jay baruchel, alice eve, t.j. miller, mike vogel",2010,104,6.4,105619,31.58,46
306,inherent vice,"comedy,crime,drama","in 1970, drug-fueled los angeles private investigator larry ""doc"" sportello investigates the disappearance of a former girlfriend.",paul thomas anderson,"joaquin phoenix, josh brolin, owen wilson,katherine waterston",2014,148,6.7,69509,8.09,81
307,alice through the looking glass,"adventure,family,fantasy",alice returns to the whimsical world of wonderland and travels back in time to help the mad hatter.,james bobin,"mia wasikowska, johnny depp, helena bonham carter, anne hathaway",2016,113,6.2,57207,77.04,34
308,vincent n roxxy,"crime,drama,thriller",a small town loner and a rebellious punk rocker unexpectedly fall in love as they are forced on the run and soon discover violence follows them everywhere.,gary michael schultz,"emile hirsch, zoë kravitz, zoey deutch,emory cohen",2016,110,5.5,403,,
309,the fast and the furious: tokyo drift,"action,crime,thriller",a teenager becomes a major competitor in the world of drift racing after moving in with his father in tokyo to avoid a jail sentence in america.,justin lin,"lucas black, zachery ty bryan, shad moss, damien marzette",2006,104,6,193479,62.49,45
310,how to be single,"comedy,romance",a group of young adults navigate love and relationships in new york city.,christian ditter,"dakota johnson, rebel wilson, leslie mann, alison brie",2016,110,6.1,59886,46.81,51
311,the blind side,"biography,drama,sport","the story of michael oher, a homeless and traumatized boy who became an all american football player and first round nfl draft pick with the help of a caring woman and her family.",john lee hancock,"quinton aaron, sandra bullock, tim mcgraw,jae head",2009,129,7.7,237221,255.95,53
312,la vie d'adèle,"drama,romance","adèle's life is changed when she meets emma, a young woman with blue hair, who will allow her to discover desire and to assert herself as a woman and as an adult. in front of others, adèle grows, seeks herself, loses herself, and ultimately finds herself through love and loss.",abdellatif kechiche,"léa seydoux, adèle exarchopoulos, salim kechiouche, aurélien recoing",2013,180,7.8,103150,2.2,88
313,the babadook,"drama,horror","a single mother, plagued by the violent death of her husband, battles with her son's fear of a monster lurking in the house, but soon discovers a sinister presence all around her.",jennifer kent,"essie davis, noah wiseman, daniel henshall, hayley mcelhinney",2014,93,6.8,132580,0.92,86
314,the hobbit: the battle of the five armies,"adventure,fantasy",bilbo and company are forced to engage in a war against an array of combatants and keep the lonely mountain from falling into the hands of a rising darkness.,peter jackson,"ian mckellen, martin freeman, richard armitage,cate blanchett",2014,144,7.4,385598,255.11,59
315,harry potter and the order of the phoenix,"adventure,family,fantasy","with their warning about lord voldemort's return scoffed at, harry and dumbledore are targeted by the wizard authorities as an authoritarian bureaucrat slowly seizes power at hogwarts.",david yates,"daniel radcliffe, emma watson, rupert grint, brendan gleeson",2007,138,7.5,385325,292,71
316,snowpiercer,"action,drama,sci-fi","set in a future where a failed climate-change experiment kills all life on the planet except for a lucky few who boarded the snowpiercer, a train that travels around the globe, where a class system emerges.",bong joon ho,"chris evans, jamie bell, tilda swinton, ed harris",2013,126,7,199048,4.56,84
317,the 5th wave,"action,adventure,sci-fi","four waves of increasingly deadly alien attacks have left most of earth decimated. cassie is on the run, desperately trying to save her younger brother.",j blakeson,"chloë grace moretz, matthew zuk, gabriela lopez,bailey anne borders",2016,112,5.2,73093,34.91,33
318,the stakelander,"action,horror","when his home of new eden is destroyed by a revitalized brotherhood and its new vamp leader, martin finds himself alone in the badlands of america with only the distant memory of his mentor and legendary vampire hunter, mister, to guide him.",dan berk,"connor paolo, nick damici, laura abramsen, a.c. peterson",2016,81,5.3,1263,,
319,the visit,"comedy,horror,thriller",two siblings become increasingly frightened by their grandparents' disturbing behavior while visiting them on vacation.,m. night shyamalan,"olivia dejonge, ed oxenbould, deanna dunagan, peter mcrobbie",2015,94,6.2,81429,65.07,55
320,fast five,"action,crime,thriller",dominic toretto and his crew of street racers plan a massive heist to buy their freedom while in the sights of a powerful brazilian drug lord and a dangerous federal agent.,justin lin,"vin diesel, paul walker, dwayne johnson, jordana brewster",2011,131,7.3,300803,209.81,66
321,step up,"crime,drama,music","tyler gage receives the opportunity of a lifetime after vandalizing a performing arts school, gaining him the chance to earn a scholarship and dance with an up and coming dancer, nora.",anne fletcher,"channing tatum, jenna dewan tatum, damaine radcliff, de'shawn washington",2006,104,6.5,95960,65.27,48
322,lovesong,drama,the relationship between two friends deepens during an impromptu road trip.,so yong kim,"riley keough, jena malone, jessie ok gray, cary joji fukunaga",2016,84,6.4,616,0.01,74
323,rocknrolla,"action,crime,thriller","in london, a real-estate scam puts millions of pounds up for grabs, attracting some of the city's scrappiest tough guys and its more established underworld types, all of whom are looking to get rich quick. while the city's seasoned criminals vie for the cash, an unexpected player -- a drugged-out rock 'n' roller presumed to be dead but very much alive -- has a multi-million-dollar prize fall into... see full summary »",guy ritchie,"gerard butler, tom wilkinson, idris elba, thandie newton",2008,114,7.3,203096,5.69,53
324,in time,"action,sci-fi,thriller","in a future where people stop aging at 25, but are engineered to live only one more year, having the means to buy your way out of the situation is a shot at immortal youth. here, will salas finds himself accused of murder and on the run with a hostage - a connection that becomes an important part of the way against the system.",andrew niccol,"justin timberlake, amanda seyfried, cillian murphy,olivia wilde",2011,109,6.7,319025,37.55,53
325,the social network,"biography,drama","harvard student mark zuckerberg creates the social networking site that would become known as facebook, but is later sued by two brothers who claimed he stole their idea, and the co-founder who was later squeezed out of the business.",david fincher,"jesse eisenberg, andrew garfield, justin timberlake,rooney mara",2010,120,7.7,510100,96.92,95
326,the last witch hunter,"action,adventure,fantasy",the last witch hunter is all that stands between humanity and the combined forces of the most horrifying witches in history.,breck eisner,"vin diesel, rose leslie, elijah wood, ólafur darri ólafsson",2015,106,6,71149,27.36,34
327,victor frankenstein,"drama,horror,sci-fi","told from igor's perspective, we see the troubled young assistant's dark origins, his redemptive friendship with the young medical student viktor von frankenstein, and become eyewitnesses to the emergence of how frankenstein became the man - and the legend - we know today.",paul mcguigan,"daniel radcliffe, james mcavoy, jessica brown findlay, andrew scott",2015,110,6,37975,5.77,36
328,a street cat named bob,"biography,comedy,drama","based on the international best selling book. the true feel good story of how james bowen, a busker and recovering drug addict, had his life transformed when he met a stray ginger cat.",roger spottiswoode,"luke treadaway, bob the cat, ruta gedmintas, joanne froggatt",2016,103,7.4,12643,0.04,54
329,green room,"crime,horror,thriller",a punk rock band is forced to fight for survival after witnessing a murder at a neo-nazi skinhead bar.,jeremy saulnier,"anton yelchin, imogen poots, alia shawkat,patrick stewart",2015,95,7,62885,3.22,79
330,blackhat,"crime,drama,mystery",a furloughed convict and his american and chinese partners hunt a high-level cybercrime network from chicago to los angeles to * to jakarta.,michael mann,"chris hemsworth, viola davis, wei tang, leehom wang",2015,133,5.4,43085,7.1,51
331,storks,"animation,adventure,comedy","storks have moved on from delivering babies to packages. but when an order for a baby appears, the best delivery stork must scramble to fix the error by delivering the baby.",nicholas stoller,"andy samberg, katie crown,kelsey grammer, jennifer aniston",2016,87,6.9,34248,72.66,56
332,american sniper,"action,biography,drama","navy s.e.a.l. sniper chris kyle's pinpoint accuracy saves countless lives on the battlefield and turns him into a legend. back home to his wife and kids after four tours of duty, however, chris finds that it is the war he can't leave behind.",clint eastwood,"bradley cooper, sienna miller, kyle gallner, cole konis",2014,133,7.3,353305,350.12,72
333,dallas buyers club,"biography,drama","in 1985 dallas, electrician and hustler ron woodroof works around the system to help aids patients get the medication they need after he is diagnosed with the disease.",jean-marc vallée,"matthew mcconaughey, jennifer garner, jared leto, steve zahn",2013,117,8,352801,27.3,84
334,lincoln,"biography,drama,history","as the war continues to rage, america's president struggles with continuing carnage on the battlefield as he fights with many inside his own cabinet on the decision to emancipate the slaves.",steven spielberg,"daniel day-lewis, sally field, david strathairn,joseph gordon-levitt",2012,150,7.4,207497,182.2,86
335,rush,"action,biography,drama",the merciless 1970s rivalry between formula one rivals james hunt and niki lauda.,ron howard,"daniel brühl, chris hemsworth, olivia wilde,alexandra maria lara",2013,123,8.1,339722,26.9,75
336,before i wake,"drama,fantasy,horror",a young couple adopt an orphaned child whose dreams - and nightmares - manifest physically as he sleeps.,mike flanagan,"kate bosworth, thomas jane, jacob tremblay,annabeth gish",2016,97,6.1,18201,,
337,silver linings playbook,"comedy,drama,romance","after a stint in a mental institution, former teacher pat solitano moves back in with his parents and tries to reconcile with his ex-wife. things get more challenging when pat meets tiffany, a mysterious girl with problems of her own.",david o. russell,"bradley cooper, jennifer lawrence, robert de niro, jacki weaver",2012,122,7.8,564364,132.09,81
338,tracktown,"drama,sport","a young, talented, and lonely long-distance runner twists her ankle as she prepares for the olympic trials and must do something she's never done before: take a day off.",alexi pappas,"alexi pappas, chase offerle, rachel dratch, andy buckley",2016,88,5.9,115,,64
339,the fault in our stars,"drama,romance",two teenage cancer patients begin a life-affirming journey to visit a reclusive author in amsterdam.,josh boone,"shailene woodley, ansel elgort, nat wolff, laura dern",2014,126,7.8,271301,124.87,69
340,blended,"comedy,romance","after a bad blind date, a man and woman find themselves stuck together at a resort for families, where their attraction grows as their respective kids benefit from the burgeoning relationship.",frank coraci,"adam sandler, drew barrymore, wendi mclendon-covey, kevin nealon",2014,117,6.5,93764,46.28,31
341,fast & furious,"action,crime,thriller","brian o'conner, back working for the fbi in los angeles, teams up with dominic toretto to bring down a heroin importer by infiltrating his operation.",justin lin,"vin diesel, paul walker, michelle rodriguez, jordana brewster",2009,107,6.6,217464,155.02,46
342,looper,"action,crime,drama","in 2074, when the mob wants to get rid of someone, the target is sent into the past, where a hired gun awaits - someone like joe - who one day learns the mob wants to 'close the loop' by sending back joe's future self for assassination.",rian johnson,"joseph gordon-levitt, bruce willis, emily blunt, paul dano",2012,119,7.4,452369,66.47,84
343,white house down,"action,drama,thriller","while on a tour of the white house with his young daughter, a capitol policeman springs into action to save his child and protect the president from a heavily armed group of paramilitary invaders.",roland emmerich,"channing tatum, jamie foxx, maggie gyllenhaal,jason clarke",2013,131,6.4,173320,73.1,52
344,pete's dragon,"adventure,family,fantasy","the adventures of an orphaned boy named pete and his best friend elliot, who just so happens to be a dragon.",david lowery,"bryce dallas howard, robert redford, oakes fegley,oona laurence",2016,102,6.8,36322,76.2,71
345,spider-man 3,"action,adventure","a strange black entity from another world bonds with peter parker and causes inner turmoil as he contends with new villains, temptations, and revenge.",sam raimi,"tobey maguire, kirsten dunst, topher grace, thomas haden church",2007,139,6.2,406219,336.53,59
346,the three musketeers,"action,adventure,romance",the hot-headed young d'artagnan along with three former legendary but now down on their luck musketeers must unite and defeat a beautiful double agent and her villainous employer from seizing the french throne and engulfing europe in war.,paul w.s. anderson,"logan lerman, matthew macfadyen, ray stevenson, milla jovovich",2011,110,5.8,92329,20.32,35
347,stardust,"adventure,family,fantasy","in a countryside town bordering on a magical land, a young man makes a promise to his beloved that he'll retrieve a fallen star by venturing into the magical realm.",matthew vaughn,"charlie cox, claire danes, sienna miller, ian mckellen",2007,127,7.7,220664,38.35,66
348,american hustle,"crime,drama","a con man, irving rosenfeld, along with his seductive partner sydney prosser, is forced to work for a wild fbi agent, richie dimaso, who pushes them into a world of jersey powerbrokers and mafia.",david o. russell,"christian bale, amy adams, bradley cooper,jennifer lawrence",2013,138,7.3,379088,150.12,90
349,jennifer's body,"comedy,horror",a newly possessed high school cheerleader turns into a succubus who specializes in killing her male classmates. can her best friend put an end to the horror?,karyn kusama,"megan fox, amanda seyfried, adam brody, johnny simmons",2009,102,5.1,96617,16.2,47
350,midnight in paris,"comedy,fantasy,romance","while on a trip to paris with his fiancée's family, a nostalgic screenwriter finds himself mysteriously going back to the 1920s everyday at midnight.",woody allen,"owen wilson, rachel mcadams, kathy bates, kurt fuller",2011,94,7.7,320323,56.82,81
351,lady macbeth,drama,"set in 19th century rural england, young bride who has been sold into marriage to a middle-aged man discovers an unstoppable desire within herself as she enters into an affair with a work on her estate.",william oldroyd,"florence pugh, christopher fairbank, cosmo jarvis, naomi ackie",2016,89,7.3,1396,,83
352,joy,drama,"joy is the story of the title character, who rose to become founder and matriarch of a powerful family business dynasty.",david o. russell,"jennifer lawrence, robert de niro, bradley cooper, edgar ramírez",2015,124,6.6,97679,56.44,56
353,the dressmaker,"comedy,drama","a glamorous woman returns to her small town in rural australia. with her sewing machine and haute couture style, she transforms the women and exacts sweet revenge on those who did her wrong.",jocelyn moorhouse,"kate winslet, judy davis, liam hemsworth,hugo weaving",2015,119,7.1,33352,2.02,47
354,café society,"comedy,drama,romance","in the 1930s, a bronx native moves to hollywood and falls in love with a young woman who is seeing a married man.",woody allen,"jesse eisenberg, kristen stewart, steve carell, blake lively",2016,96,6.7,45579,11.08,64
355,insurgent,"adventure,sci-fi,thriller",beatrice prior must confront her inner demons and continue her fight against a powerful alliance which threatens to tear her society apart with the help from others on her side.,robert schwentke,"shailene woodley, ansel elgort, theo james,kate winslet",2015,119,6.3,171970,130,42
356,seventh son,"action,adventure,fantasy","when mother malkin, the queen of evil witches, escapes the pit she was im*ed in by professional monster hunter spook decades ago and kills his apprentice, he recruits young tom, the seventh son of the seventh son, to help him.",sergei bodrov,"ben barnes, julianne moore, jeff bridges, alicia vikander",2014,102,5.5,59958,17.18,30
357,demain tout commence,"comedy,drama",samuel parties hard in the marseille area of france and is awoken one morning by a woman carrying a baby she claims is his. she drives off leaving him with a wailing infant; he gives chase ... see full summary »,hugo gélin,"omar sy, clémence poésy, antoine bertrand, ashley walters",2016,118,7.4,5496,,
358,the theory of everything,"biography,drama,romance",a look at the relationship between the famous physicist stephen hawking and his wife.,james marsh,"eddie redmayne, felicity jones, tom prior, sophie perry",2014,123,7.7,299718,35.89,72
359,this is the end,"comedy,fantasy","while attending a party at james franco's house, seth rogen, jay baruchel and many other celebrities are faced with the biblical apocalypse.",evan goldberg,"james franco, jonah hill, seth rogen,jay baruchel",2013,107,6.6,327838,101.47,67
360,about time,"comedy,drama,fantasy","at the age of 21, tim discovers he can travel in time and change what happens and has happened in his own life. his decision to make his world a better place by getting a girlfriend turns out not to be as easy as you might think.",richard curtis,"domhnall gleeson, rachel mcadams, bill nighy,lydia wilson",2013,123,7.8,221600,15.29,55
361,step brothers,comedy,two aimless middle-aged losers still living at home are forced against their will to become roommates when their parents marry.,adam mckay,"will ferrell, john c. reilly, mary steenburgen,richard jenkins",2008,98,6.9,223065,100.47,51
362,clown,"horror,thriller","a loving father finds a clown suit for his son's birthday party, only to realize that it is not a suit at all.",jon watts,"andy powers, laura allen, peter stormare, christian distefano",2014,100,5.7,14248,0.05,42
363,star trek into darkness,"action,adventure,sci-fi","after the crew of the enterprise find an unstoppable force of terror from within their own organization, captain kirk leads a manhunt to a war-zone world to capture a one-man weapon of mass destruction.",j.j. abrams,"chris pine, zachary quinto, zoe saldana, benedict cumberbatch",2013,132,7.8,417663,228.76,72
364,zombieland,"adventure,comedy,horror","a shy student trying to reach his family in ohio, a gun-toting tough guy trying to find the last twinkie, and a pair of sisters trying to get to an amusement park join forces to travel across a zombie-filled america.",ruben fleischer,"jesse eisenberg, emma stone, woody harrelson,abigail breslin",2009,88,7.7,409403,75.59,73
365,"hail, caesar!","comedy,mystery",a hollywood fixer in the 1950s works to keep the studio's stars in line.,ethan coen,"josh brolin, george clooney, alden ehrenreich, ralph fiennes",2016,106,6.3,89059,30,72
366,slumdog millionaire,drama,"a mumbai teen reflects on his upbringing in the slums when he is accused of cheating on the indian version of ""who wants to be a millionaire?""",danny boyle,"dev patel, freida pinto, saurabh shukla, anil kapoor",2008,120,8,677044,141.32,86
367,the twilight saga: breaking dawn - part 2,"adventure,drama,fantasy","after the birth of renesmee, the cullens gather other vampire clans in order to protect the child from a false allegation that puts the family in front of the volturi.",bill condon,"kristen stewart, robert pattinson, taylor lautner, peter facinelli",2012,115,5.5,194329,292.3,52
368,american wrestler: the wizard,"drama,sport","in 1980, a teenage boy escapes the unrest in iran only to face more hostility in america, due to the hostage crisis. determined to fit in, he joins the school's floundering wrestling team.",alex ranarivelo,"william fichtner, jon voight, lia marie johnson,gabriel basso",2016,117,6.9,286,,
369,the amazing spider-man,"action,adventure","after peter parker is bitten by a genetically altered spider, he gains newfound, spider-like powers and ventures out to solve the mystery of his parent's mysterious death.",marc webb,"andrew garfield, emma stone, rhys ifans, irrfan khan",2012,136,7,474320,262.03,66
370,ben-hur,"action,adventure,drama","judah ben-hur, a prince falsely accused of treason by his adopted brother, an officer in the roman army, returns to his homeland after years at sea to seek revenge, but finds redemption.",timur bekmambetov,"jack huston, toby kebbell, rodrigo santoro,nazanin boniadi",2016,123,5.7,28326,26.38,38
371,sleight,"action,drama,sci-fi","a young street magician (jacob latimore) is left to care for his little sister after their parents passing, and turns to illegal activities to keep a roof over their heads. when he gets in ... see full summary »",j.d. dillard,"jacob latimore, seychelle gabriel, dulé hill, storm reid",2016,89,6,702,3.85,62
372,the maze runner,"action,mystery,sci-fi","thomas is deposited in a community of boys after his memory is erased, soon learning they're all trapped in a maze that will require him to join forces with fellow ""runners"" for a shot at escape.",wes ball,"dylan o'brien, kaya scodelario, will poulter, thomas brodie-sangster",2014,113,6.8,335531,102.41,57
373,criminal,"action,crime,drama","in a last-ditch effort to stop a diabolical plot, a dead cia operative's memories, secrets, and skills are implanted into a death-row inmate in hopes that he will complete the operative's mission.",ariel vromen,"kevin costner, ryan reynolds, gal gadot, gary oldman",2016,113,6.3,38430,14.27,36
374,wanted,"action,crime,fantasy","a frustrated office worker learns that he is the son of a professional assassin, and that he shares his father's superhuman killing abilities.",timur bekmambetov,"angelina jolie, james mcavoy, morgan freeman, terence stamp",2008,110,6.7,312495,134.57,64
375,florence foster jenkins,"biography,comedy,drama","the story of florence foster jenkins, a new york heiress who dreamed of becoming an opera singer, despite having a terrible singing voice.",stephen frears,"meryl streep, hugh grant, simon helberg, rebecca ferguson",2016,111,6.9,31776,27.37,71
376,collide,"action,crime,thriller","an american backpacker gets involved with a ring of drug smugglers as their driver, though he winds up on the run from his employers across cologne high-speed autobahn.",eran creevy,"nicholas hoult, felicity jones, anthony hopkins, ben kingsley",2016,99,5.7,7583,2.2,33
377,black mass,"biography,crime,drama","the true story of whitey bulger, the brother of a state senator and the most infamous violent criminal in the history of south boston, who became an fbi informant to take down a mafia family invading his turf.",scott cooper,"johnny depp, benedict cumberbatch, dakota johnson, joel edgerton",2015,123,6.9,135706,62.56,68
378,creed,"drama,sport","the former world heavyweight champion rocky balboa serves as a trainer and mentor to adonis johnson, the son of his late friend and former rival apollo creed.",ryan coogler,"michael b. jordan, sylvester stallone, tessa thompson, phylicia rashad",2015,133,7.6,175673,109.71,82
379,swiss army man,"adventure,comedy,drama",a hopeless man stranded on a deserted island befriends a dead body and together they go on a surreal journey to get home.,dan kwan,"paul dano, daniel radcliffe, mary elizabeth winstead, antonia ribero",2016,97,7.1,61812,4.21,64
380,the expendables 3,"action,adventure,thriller","barney augments his team with new blood for a personal battle: to take down conrad stonebanks, the expendables co-founder and notorious arms trader who is hell bent on wiping out barney and every single one of his associates.",patrick hughes,"sylvester stallone, jason statham, jet li, antonio banderas",2014,126,6.1,137568,39.29,35
381,what we do in the shadows,"comedy,fantasy,horror","a documentary team films the lives of a group of vampires for a few months. the vampires share a house in wellington, new zealand. turns out vampires have their own domestic problems too.",jemaine clement,"jemaine clement, taika waititi,cori gonzalez-macuer, jonny brugh",2014,86,7.6,84016,3.33,76
382,southpaw,"drama,sport",boxer billy hope turns to trainer tick wills to help him get his life back on track after losing his wife in a tragic accident and his daughter to child protection services.,antoine fuqua,"jake gyllenhaal, rachel mcadams, oona laurence,forest whitaker",2015,124,7.4,169083,52.42,57
383,hush,"horror,thriller",a deaf writer who retreated into the woods to live a solitary life must fight for her life in silence when a masked killer appears at her window.,mike flanagan,"john gallagher jr., kate siegel, michael trucco,samantha sloyan",2016,81,6.6,45867,,67
384,bridge of spies,"drama,history,thriller","during the cold war, an american lawyer is recruited to defend an arrested soviet spy in court, and then help the cia facilitate an exchange of the spy for the soviet captured american u2 spy plane pilot, francis gary powers.",steven spielberg,"tom hanks, mark rylance, alan alda, amy ryan",2015,142,7.6,217938,72.31,81
385,the lego movie,"animation,action,adventure","an ordinary lego construction worker, thought to be the prophesied 'special', is recruited to join a quest to stop an evil tyrant from gluing the lego universe into eternal stasis.",phil lord,"chris pratt, will ferrell, elizabeth banks, will arnett",2014,100,7.8,266508,257.76,83
386,everest,"action,adventure,drama","the story of new zealand's robert ""rob"" edwin hall, who on may 10, 1996, together with scott fischer, teamed up on a joint expedition to ascend mount everest.",baltasar kormákur,"jason clarke, ang phula sherpa, thomas m. wright, martin henderson",2015,121,7.1,154647,43.25,64
387,pixels,"action,comedy,family","when aliens misinterpret video feeds of classic arcade games as a declaration of war, they attack the earth in the form of the video games.",chris columbus,"adam sandler, kevin james, michelle monaghan,peter dinklage",2015,105,5.6,101092,78.75,27
388,robin hood,"action,adventure,drama","in 12th century england, robin and his band of marauders confront corruption in a local village and lead an uprising against the crown that will forever alter the balance of world power.",ridley scott,"russell crowe, cate blanchett, matthew macfadyen,max von sydow",2010,140,6.7,221117,105.22,53
389,the wolverine,"action,adventure,sci-fi","when wolverine is summoned to japan by an old acquaintance, he is embroiled in a conflict that forces him to confront his own demons.",james mangold,"hugh jackman, will yun lee, tao okamoto, rila fukushima",2013,126,6.7,355362,132.55,60
390,john carter,"action,adventure,sci-fi","transported to barsoom, a civil war vet discovers a barren planet seemingly inhabited by 12-foot tall barbarians. finding himself *er of these creatures, he escapes, only to encounter woola and a princess in desperate need of a savior.",andrew stanton,"taylor kitsch, lynn collins, willem dafoe,samantha morton",2012,132,6.6,220667,73.06,51
391,keanu,"action,comedy","when an l.a. drug kingpin's kitten unexpectedly enters the life of two cousins, they will have to go through gangs, hitmen and drug dealers who claim him in order to get him back.",peter atencio,"keegan-michael key, jordan peele, tiffany haddish,method man",2016,100,6.3,31913,20.57,63
392,the gunman,"action,crime,drama","a sniper on a mercenary assassination team, kills the minister of mines of the congo. terrier's successful kill shot forces him into hiding. returning to the congo years later, he becomes the target of a hit squad himself.",pierre morel,"sean penn, idris elba, jasmine trinca, javier bardem",2015,115,5.8,31194,10.64,39
393,steve jobs,"biography,drama","steve jobs takes us behind the scenes of the digital revolution, to paint a portrait of the man at its epicenter. the story unfolds backstage at three iconic product launches, ending in 1998 with the unveiling of the imac.",danny boyle,"michael fassbender, kate winslet, seth rogen, jeff daniels",2015,122,7.2,116112,17.75,82
394,whisky galore,"comedy,romance",scottish islanders try to plunder cases of whisky from a stranded ship.,gillies mackinnon,"tim pigott-smith, naomi battrick, ellie kendrick,james cosmo",2016,98,5,102,,43
395,grown ups 2,comedy,"after moving his family back to his hometown to be with his friends and their kids, lenny finds out that between old bullies, new bullies, schizo bus drivers, drunk cops on skis, and 400 costumed party crashers sometimes crazy follows you.",dennis dugan,"adam sandler, kevin james, chris rock, david spade",2013,101,5.4,114482,133.67,19
396,the age of adaline,"drama,fantasy,romance","a young woman, born at the turn of the 20th century, is rendered ageless after an accident. after many solitary years, she meets a man who complicates the eternal life she has settled into.",lee toland krieger,"blake lively, michiel huisman, harrison ford,kathy baker",2015,112,7.2,112288,42.48,51
397,the incredible hulk,"action,adventure,sci-fi","bruce banner, a scientist on the run from the u.s. government, must find a cure for the monster he emerges whenever he loses his temper.",louis leterrier,"edward norton, liv tyler, tim roth, william hurt",2008,112,6.8,342355,134.52,61
398,couples retreat,comedy,"a comedy centered around four couples who settle into a tropical-island resort for a vacation. while one of the couples is there to work on the marriage, the others fail to realize that participation in the resort's therapy sessions is not optional.",peter billingsley,"vince vaughn, malin akerman, jon favreau, jason bateman",2009,113,5.5,86417,109.18,23
399,absolutely anything,"comedy,sci-fi","a group of eccentric aliens confer a human being with the power to do absolutely anything, as an experiment.",terry jones,"simon pegg, kate beckinsale, sanjeev bhaskar, rob riggle",2015,85,6,26587,,31
400,magic mike,"comedy,drama","a male stripper teaches a younger performer how to party, pick up women, and make easy money.",steven soderbergh,"channing tatum, alex pettyfer, olivia munn,matthew mcconaughey",2012,110,6.1,113686,113.71,72
401,minions,"animation,action,adventure","minions stuart, kevin and bob are recruited by scarlet overkill, a super-villain who, alongside her inventor husband herb, hatches a plot to take over the world.",kyle balda,"sandra bullock, jon hamm, michael keaton, pierre coffin",2015,91,6.4,159830,336.03,56
402,the black room,horror,paul and jennifer hemdale have just moved into their dream house. but their happy marriage is about to be put to the test as they slowly discover the secret behind the black room in the ... see full summary »,rolfe kanefsky,"natasha henstridge, lukas hassel, lin shaye,dominique swain",2016,91,3.9,240,,71
403,bronson,"action,biography,crime","a young man who was sentenced to seven years in * for robbing a post office ends up spending three decades in solitary confinement. during this time, his own personality is supplanted by his alter-ego, charles bronson.",nicolas winding refn,"tom hardy, kelly adams, luing andrews,katy barker",2008,92,7.1,93972,0.1,
404,despicable me,"animation,adventure,comedy","when a criminal mastermind uses a trio of orphan girls as pawns for a grand scheme, he finds their love is profoundly changing him for the better.",pierre coffin,"steve carell, jason segel, russell brand, julie andrews",2010,95,7.7,410607,251.5,72
405,the best of me,"drama,romance",a pair of former high school sweethearts reunite after many years when they return to visit their small hometown.,michael hoffman,"james marsden, michelle monaghan, luke bracey,liana liberato",2014,118,6.7,49041,26.76,29
406,the invitation,"drama,mystery,thriller","while attending a dinner party at his former home, a man thinks his ex-wife and her new husband have sinister intentions for their guests.",karyn kusama,"logan marshall-green, emayatzy corinealdi, michiel huisman, tammy blanchard",2015,100,6.7,40529,0.23,74
407,zero dark thirty,"drama,history,thriller","a chronicle of the decade-long hunt for al-qaeda terrorist leader osama bin laden after the september 2001 attacks, and his death at the hands of the navy s.e.a.l.s team 6 in may 2011.",kathryn bigelow,"jessica chastain, joel edgerton, chris pratt, mark strong",2012,157,7.4,226661,95.72,95
408,tangled,"animation,adventure,comedy","the magically long-haired rapunzel has spent her entire life in a tower, but now that a runaway thief has stumbled upon her, she is about to discover the world for the first time, and who she really is.",nathan greno,"mandy moore, zachary levi, donna murphy, ron perlman",2010,100,7.8,316459,200.81,71
409,the hunger games: mockingjay - part 2,"action,adventure,sci-fi","as the war of panem escalates to the destruction of other districts, katniss everdeen, the reluctant leader of the rebellion, must bring together an army against president snow, while all she holds dear hangs in the balance.",francis lawrence,"jennifer lawrence, josh hutcherson, liam hemsworth, woody harrelson",2015,137,6.6,202380,281.67,65
410,vacation,"adventure,comedy","rusty griswold takes his own family on a road trip to ""walley world"" in order to spice things up with his wife and reconnect with his sons.",john francis daley,"ed helms, christina applegate, skyler gisondo, steele stebbins",2015,99,6.1,74589,58.88,34
411,taken,"action,thriller","a retired cia agent travels across europe and relies on his old skills to save his estranged daughter, who has been kidnapped while on a trip to paris.",pierre morel,"liam neeson, maggie grace, famke janssen, leland orser",2008,93,7.8,502961,145,50
412,pitch perfect 2,"comedy,music","after a humiliating command performance at the kennedy center, the barden bellas enter an international competition that no american group has ever won in order to regain their status and right to perform.",elizabeth banks,"anna kendrick, rebel wilson, hailee steinfeld,brittany snow",2015,115,6.5,108306,183.44,63
413,monsters university,"animation,adventure,comedy",a look at the relationship between mike and sulley during their days at monsters university -- when they weren't necessarily the best of friends.,dan scanlon,"billy crystal, john goodman, steve buscemi, helen mirren",2013,104,7.3,252119,268.49,65
414,elle,"crime,drama,thriller",a successful businesswoman gets caught up in a game of cat and mouse as she tracks down the unknown man who raped her.,paul verhoeven,"isabelle huppert, laurent lafitte, anne consigny,charles berling",2016,130,7.2,35417,,89
415,mechanic: resurrection,"action,adventure,crime","arthur bishop thought he had put his murderous past behind him, until his most formidable foe kidnaps the love of his life. now he is forced to travel the globe to complete three impossible assassinations, and do what he does best: make them look like accidents.",dennis gansel,"jason statham, jessica alba, tommy lee jones,michelle yeoh",2016,98,5.6,48161,21.2,38
416,tusk,"comedy,drama,horror","when podcaster wallace bryton goes missing in the backwoods of manitoba while interviewing a mysterious seafarer named howard howe, his best friend teddy and girlfriend allison team with an ex-cop to look for him.",kevin smith,"justin long, michael parks, haley joel osment,genesis rodriguez",2014,102,5.4,34546,1.82,55
417,the headhunter's calling,drama,"a headhunter whose life revolves around closing deals in a a survival-of-the-fittest boiler room, battles his top rival for control of their job placement company -- his dream of owning the company *ing with the needs of his family.",mark williams,"alison brie, gerard butler, willem dafoe, gretchen mol",2016,108,6.9,164,,85
418,atonement,"drama,mystery,romance","fledgling writer briony tallis, as a thirteen-year-old, irrevocably changes the course of several lives when she accuses her older sister's lover of a crime he did not commit.",joe wright,"keira knightley, james mcavoy, brenda blethyn,saoirse ronan",2007,123,7.8,202890,50.92,
419,harry potter and the deathly hallows: part 1,"adventure,family,fantasy","as harry races against time and evil to destroy the horcruxes, he uncovers the existence of three most powerful objects in the wizarding world: the deathly hallows.",david yates,"daniel radcliffe, emma watson, rupert grint, bill nighy",2010,146,7.7,357213,294.98,65
420,shame,drama,a man's carefully cultivated private life is disrupted when his sister arrives for an indefinite stay.,steve mcqueen,"michael fassbender, carey mulligan, james badge dale, lucy walters",2011,101,7.2,155010,4,72
421,hanna,"action,drama,thriller","a sixteen-year-old girl who was raised by her father to be the perfect assassin is dispatched on a mission across europe, tracked by a ruthless intelligence agent and her operatives.",joe wright,"saoirse ronan, cate blanchett, eric bana, vicky krieps",2011,111,6.8,164208,40.25,65
422,the babysitters,drama,a teenager turns her babysitting service into a call-girl service for married guys after fooling around with one of her customers.,david ross,"lauren birkell, paul borghese, chira cassel, anthony cirillo",2007,88,5.7,8914,0.04,35
423,pride and prejudice and zombies,"action,horror,romance",five sisters in 19th century england must cope with the pressures to marry while protecting themselves from a growing population of zombies.,burr steers,"lily james, sam riley, jack huston, bella heathcote",2016,108,5.8,35003,10.91,45
424,300: rise of an empire,"action,drama,fantasy","greek general themistokles leads the charge against invading persian forces led by mortal-turned-god xerxes and artemisia, vengeful commander of the persian navy.",noam murro,"sullivan stapleton, eva green, lena headey, hans matheson",2014,102,6.2,237887,106.37,48
425,london has fallen,"action,crime,drama","in london for the prime minister's funeral, mike banning discovers a plot to assassinate all the attending world leaders.",babak najafi,"gerard butler, aaron eckhart, morgan freeman,angela bassett",2016,99,5.9,100702,62.4,28
426,the curious case of benjamin button,"drama,fantasy,romance","tells the story of benjamin button, a man who starts aging backwards with bizarre consequences.",david fincher,"brad pitt, cate blanchett, tilda swinton, julia ormond",2008,166,7.8,485075,127.49,70
427,sin city: a dame to kill for,"action,crime,thriller",some of sin city's most hard-boiled citizens cross paths with a few of its more reviled inhabitants.,frank miller,"mickey rourke, jessica alba, josh brolin, joseph gordon-levitt",2014,102,6.5,122185,13.75,46
428,the bourne ultimatum,"action,mystery,thriller",jason bourne dodges a ruthless cia official and his agents from a new assassination program while searching for the origins of his life as a trained killer.,paul greengrass,"matt damon, edgar ramírez, joan allen, julia stiles",2007,115,8.1,525700,227.14,85
429,srpski film,"horror,mystery,thriller","an aging porn star agrees to participate in an ""art film"" in order to make a clean break from the business, only to discover that he has been drafted into making a pedophilia and necrophilia themed snuff film.",srdjan spasojevic,"srdjan 'zika' todorovic, sergej trifunovic,jelena gavrilovic, slobodan bestic",2010,104,5.2,43648,,55
430,the purge: election year,"action,horror,sci-fi","former police sergeant barnes becomes head of security for senator charlie roan, a presidential candidate targeted for death on purge night due to her vow to eliminate the purge.",james demonaco,"frank grillo, elizabeth mitchell, mykelti williamson, joseph julian soria",2016,109,6,54216,79,
431,3 idiots,"comedy,drama","two friends are searching for their long lost companion. they revisit their college days and recall the memories of their friend who inspired them to think differently, even as the rest of the world called them ""idiots"".",rajkumar hirani,"aamir khan, madhavan, mona singh, sharman joshi",2009,170,8.4,238789,6.52,67
432,zoolander 2,comedy,"derek and hansel are lured into modeling again, in rome, where they find themselves the target of a sinister conspiracy.",ben stiller,"ben stiller, owen wilson, penélope cruz, will ferrell",2016,102,4.7,48297,28.84,34
433,world war z,"action,adventure,horror","former united nations employee gerry lane traverses the world in a race against time to stop the zombie pandemic that is toppling armies and governments, and threatening to destroy humanity itself.",marc forster,"brad pitt, mireille enos, daniella kertesz, james badge dale",2013,116,7,494819,202.35,63
434,mission: impossible - ghost protocol,"action,adventure,thriller","the imf is shut down when it's implicated in the bombing of the kremlin, causing ethan hunt and his new team to go rogue to clear their organization's name.",brad bird,"tom cruise, jeremy renner, simon pegg, paula patton",2011,132,7.4,382459,209.36,73
435,let me make you a martyr,"action,crime,drama","a cerebral revenge film about two adopted siblings who fall in love, and hatch a plan to kill their abusive father.",corey asraf,"marilyn manson, mark boone junior, sam quartin, niko nicotera",2016,102,6.4,223,,56
436,filth,"comedy,crime,drama","a corrupt, junkie cop with bipolar disorder attempts to manipulate his way through a promotion in order to win back his wife and daughter while also fighting his own borderline-fueled inner demons.",jon s. baird,"james mcavoy, jamie bell, eddie marsan, imogen poots",2013,97,7.1,81301,0.03,
437,the longest ride,"drama,romance","the lives of a young couple intertwine with a much older man, as he reflects back on a past love.",george tillman jr.,"scott eastwood, britt robertson, alan alda, jack huston",2015,123,7.1,58421,37.43,33
438,the imposible,"drama,thriller",the story of a tourist family in thailand caught in the destruction and chaotic aftermath of the 2004 indian ocean tsunami.,j.a. bayona,"naomi watts, ewan mcgregor, tom holland, oaklee pendergast",2012,114,7.6,156189,19,73
439,kick-ass 2,"action,comedy,crime","following kick-ass' heroics, other citizens are inspired to become masked crusaders. but the red mist leads his own group of evil supervillains to kill kick-ass and destroy everything for which he stands.",jeff wadlow,"aaron taylor-johnson, chloë grace moretz,christopher mintz-plasse, jim carrey",2013,103,6.6,214825,28.75,41
440,folk hero & funny guy,comedy,a successful singer-songwriter hatches a plan to help his friend's struggling comedy career and broken love life by hiring him as his opening act on his solo tour.,jeff grace,"alex karpovsky, wyatt russell, meredith hagner,melanie lynskey",2016,88,5.6,220,,63
441,oz the great and powerful,"adventure,family,fantasy","a frustrated circus magician from kansas is transported to a magical land called oz, where he will have to fulfill a prophecy to become the king, and release the land from the wicked witches using his great (but fake) powers.",sam raimi,"james franco, michelle williams, rachel weisz, mila kunis",2013,130,6.3,181521,234.9,44
442,*lyn,"drama,romance","an irish immigrant lands in 1950s *lyn, where she quickly falls into a romance with a local. when her past catches up with her, however, she must choose between two countries and the lives that exist within.",john crowley,"saoirse ronan, emory cohen, domhnall gleeson,jim broadbent",2015,117,7.5,94977,38.32,87
443,coraline,"animation,family,fantasy","an adventurous girl finds another world that is a strangely idealized version of her frustrating home, but it has sinister secrets.",henry selick,"dakota fanning, teri hatcher, john hodgman, jennifer saunders",2009,100,7.7,156620,75.28,80
444,blue valentine,"drama,romance","the relationship of a contemporary married couple, charting their evolution over a span of years by cross-cutting between time periods.",derek cianfrance,"ryan gosling, michelle williams, john doman,faith wladyka",2010,112,7.4,151409,9.7,81
445,the thinning,thriller,"""the thinning"" takes place in a post-apocalyptic future where population control is dictated by a high-school aptitude test. when two students (logan paul and peyton list) discover the test... see full summary »",michael j. gallagher,"logan paul, peyton list, lia marie johnson,calum worthy",2016,81,6,4531,,31
446,silent hill,"adventure,horror,mystery","a woman, rose, goes in search for her adopted daughter within the confines of a strange, desolate town called silent hill.",christophe gans,"radha mitchell, laurie holden, sean bean,deborah kara unger",2006,125,6.6,184152,46.98,
447,dredd,"action,sci-fi","in a violent, futuristic city where the police have the authority to act as judge, jury and executioner, a cop teams with a trainee to take down a gang that deals the reality-altering drug, slo-mo.",pete travis,"karl urban, olivia thirlby, lena headey, rachel wood",2012,95,7.1,213764,13.4,59
448,hunt for the wilderpeople,"adventure,comedy,drama",a national manhunt is ordered for a rebellious kid and his foster uncle who go missing in the wild new zealand bush.,taika waititi,"sam neill, julian dennison, rima te wiata, rachel house",2016,101,7.9,52331,5.2,81
449,big hero 6,"animation,action,adventure","the special bond that develops between plus-sized inflatable robot baymax, and prodigy hiro hamada, who team up with a group of friends to form a band of high-tech heroes.",don hall,"ryan potter, scott adsit, jamie chung,t.j. miller",2014,102,7.8,309186,222.49,74
450,carrie,"drama,horror","a shy girl, outcasted by her peers and sheltered by her religious mother, unleashes telekinetic terror on her small town after being pushed too far at her senior prom.",kimberly peirce,"chloë grace moretz, julianne moore, gabriella wilde, portia doubleday",2013,100,5.9,113272,35.27,53
451,iron man 2,"action,adventure,sci-fi","with the world now aware of his identity as iron man, tony stark must contend with both his declining health and a vengeful mad man with ties to his father's legacy.",jon favreau,"robert downey jr., mickey rourke, gwyneth paltrow,don cheadle",2010,124,7,556666,312.06,57
452,demolition,"comedy,drama","a successful investment banker struggles after losing his wife in a tragic car crash. with the help of a customer service rep and her young son, he starts to rebuild, beginning with the demolition of the life he once knew.",jean-marc vallée,"jake gyllenhaal, naomi watts, chris cooper,judah lewis",2015,101,7,58720,1.82,49
453,pandorum,"action,horror,mystery",a pair of crew members aboard a spaceship wake up with no knowledge of their mission or their identities.,christian alvart,"dennis quaid, ben foster, cam gigandet, antje traue",2009,108,6.8,126656,10.33,28
454,olympus has fallen,"action,thriller","disgraced secret service agent (and former presidential guard) mike banning finds himself trapped inside the white house in the wake of a terrorist attack; using his inside knowledge, banning works with national security to rescue the president from his kidnappers.",antoine fuqua,"gerard butler, aaron eckhart, morgan freeman,angela bassett",2013,119,6.5,214994,98.9,41
455,i am number four,"action,adventure,sci-fi","aliens and their guardians are hiding on earth from intergalactic bounty hunters. they can only be killed in numerical order, and number four is next on the list. this is his story.",d.j. caruso,"alex pettyfer, timothy olyphant, dianna agron, teresa palmer",2011,109,6.1,202682,55.09,36
456,jagten,drama,"a teacher lives a lonely life, all the while struggling over his son's custody. his life slowly gets better as he finds love and receives good news from his son, but his new luck is about to be brutally shattered by an innocent little lie.",thomas vinterberg,"mads mikkelsen, thomas bo larsen, annika wedderkopp, lasse fogelstrøm",2012,115,8.3,192263,0.61,76
457,the proposal,"comedy,drama,romance",a pushy boss forces her young assistant to marry her in order to keep her visa status in the u.s. and avoid deportation to canada.,anne fletcher,"sandra bullock, ryan reynolds, mary steenburgen,craig t. nelson",2009,108,6.7,241709,163.95,48
458,get hard,"comedy,crime","when millionaire james king is jailed for fraud and bound for san quentin, he turns to darnell lewis to prep him to go behind bars.",etan cohen,"will ferrell, kevin hart, alison brie, t.i.",2015,100,6,95119,90.35,34
459,just go with it,"comedy,romance","on a weekend trip to hawaii, a plastic surgeon convinces his loyal assistant to pose as his soon-to-be-divorced wife in order to cover up a careless lie he told to his much-younger girlfriend.",dennis dugan,"adam sandler, jennifer aniston, *lyn decker,nicole kidman",2011,117,6.4,182069,103.03,33
460,revolutionary road,"drama,romance",a young couple living in a connecticut suburb during the mid-1950s struggle to come to terms with their personal problems while trying to raise their two children.,sam mendes,"leonardo dicaprio, kate winslet, christopher fitzgerald, jonathan roumie",2008,119,7.3,159736,22.88,69
461,the town,"crime,drama,thriller","as he plans his next job, a longtime thief tries to balance his feelings for a bank manager connected to one of his earlier heists, as well as the fbi agent looking to bring him and his crew down.",ben affleck,"ben affleck, rebecca hall, jon hamm, jeremy renner",2010,125,7.6,294553,92.17,74
462,the boy,"horror,mystery,thriller","an american nanny is shocked that her new english family's boy is actually a life-sized doll. after she violates a list of strict rules, disturbing events make her believe that the doll is really alive.",william brent bell,"lauren cohan, rupert evans, james russell, jim norton",2016,97,6,51235,35.79,42
463,denial,"biography,drama","acclaimed writer and historian deborah e. lipstadt must battle for historical truth to prove the holocaust actually occurred when david irving, a renowned denier, sues her for libel.",mick jackson,"rachel weisz, tom wilkinson, timothy spall, andrew scott",2016,109,6.6,8229,4.07,63
464,predestination,"drama,mystery,sci-fi","for his final assignment, a top temporal agent must pursue the one criminal that has eluded him throughout time. the chase turns into a unique, surprising and mind-bending exploration of love, fate, identity and time travel taboos.",michael spierig,"ethan hawke, sarah snook, noah taylor, madeleine west",2014,97,7.5,187760,,69
465,goosebumps,"adventure,comedy,family","a teenager teams up with the daughter of young adult horror author r. l. stine after the writer's imaginary demons are set free on the town of madison, delaware.",rob letterman,"jack black, dylan minnette, odeya rush, ryan lee",2015,103,6.3,57602,80.02,60
466,sherlock holmes: a game of shadows,"action,adventure,crime","sherlock holmes and his sidekick dr. watson join forces to outwit and bring down their fiercest adversary, professor moriarty.",guy ritchie,"robert downey jr., jude law, jared harris, rachel mcadams",2011,129,7.5,357436,186.83,48
467,salt,"action,crime,mystery",a cia agent goes on the run after a defector accuses her of being a russian spy.,phillip noyce,"angelina jolie, liev schreiber, chiwetel ejiofor, daniel olbrychski",2010,100,6.4,255813,118.31,65
468,enemy,"mystery,thriller",a man seeks out his exact look-alike after spotting him in a movie.,denis villeneuve,"jake gyllenhaal, mélanie laurent, sarah gadon,isabella rossellini",2013,91,6.9,111558,1.01,61
469,district 9,"action,sci-fi,thriller",an extraterrestrial race forced to live in slum-like conditions on earth suddenly finds a kindred spirit in a government agent who is exposed to their biotechnology.,neill blomkamp,"sharlto copley, david james, jason cope, nathalie boltt",2009,112,8,556794,115.65,81
470,the other guys,"action,comedy,crime",two mismatched new york city detectives seize an opportunity to step up like the city's top cops whom they idolize -- only things don't quite go as planned.,adam mckay,"will ferrell, mark wahlberg, derek jeter, eva mendes",2010,107,6.7,199900,119.22,64
471,american gangster,"biography,crime,drama","in 1970s america, a detective works to bring down the drug empire of frank lucas, a heroin kingpin from manhattan, who is smuggling the drug into the country from the far east.",ridley scott,"denzel washington, russell crowe, chiwetel ejiofor,josh brolin",2007,157,7.8,337835,130.13,76
472,marie antoinette,"biography,drama,history","the retelling of france's iconic but ill-fated queen, marie antoinette. from her betrothal and marriage to louis xvi at 15 to her reign as queen at 19 and to the end of her reign as queen, and ultimately the fall of versailles.",sofia coppola,"kirsten dunst, jason schwartzman, rip torn, judy davis",2006,123,6.4,83941,15.96,65
473,2012,"action,adventure,sci-fi",a frustrated writer struggles to keep his family alive when a series of global catastrophes threatens to annihilate mankind.,roland emmerich,"john cusack, thandie newton, chiwetel ejiofor,amanda peet",2009,158,5.8,297984,166.11,49
474,harry potter and the half-blood prince,"adventure,family,fantasy","as harry potter begins his sixth year at hogwarts, he discovers an old book marked as ""the property of the half-blood prince"" and begins to learn more about lord voldemort's dark past.",david yates,"daniel radcliffe, emma watson, rupert grint, michael gambon",2009,153,7.5,351059,301.96,78
475,argo,"biography,drama,history","acting under the cover of a hollywood producer scouting a location for a science fiction film, a cia agent launches a dangerous operation to rescue six americans in tehran during the u.s. hostage crisis in iran in 1980.",ben affleck,"ben affleck, bryan cranston, john goodman, alan arkin",2012,120,7.7,481274,136.02,86
476,eddie the eagle,"biography,comedy,drama","the story of eddie edwards, the notoriously tenacious british underdog ski jumper who charmed the world at the 1988 winter olympics.",dexter fletcher,"taron egerton, hugh jackman, tom costello, jo hartley",2016,106,7.4,56332,15.79,54
477,the lives of others,"drama,thriller","in 1984 east berlin, an agent of the secret police, conducting surveillance on a writer and his lover, finds himself becoming increasingly absorbed by their lives.",florian henckel von donnersmarck,"ulrich mühe, martina gedeck,sebastian koch, ulrich tukur",2006,137,8.5,278103,11.28,89
478,pet,"horror,thriller","a psychological thriller about a man who bumps into an old crush and subsequently becomes obsessed with her, leading him to hold her captive underneath the animal shelter where he works. ... see full summary »",carles torrens,"dominic monaghan, ksenia solo, jennette mccurdy,da'vone mcdonald",2016,94,5.7,8404,,48
479,paint it black,drama,a young woman attempts to deal with the death of her boyfriend while continuously confronted by his mentally unstable mother.,amber tamblyn,"alia shawkat, nancy kwan, annabelle attanasio,alfred molina",2016,96,8.3,61,,71
480,macbeth,"drama,war","macbeth, the thane of glamis, receives a prophecy from a trio of witches that one day he will become king of scotland. consumed by ambition and spurred to action by his wife, macbeth murders his king and takes the throne for himself.",justin kurzel,"michael fassbender, marion cotillard, jack madigan,frank madigan",2015,113,6.7,41642,,71
481,forgetting sarah marshall,"comedy,drama,romance","devastated peter takes a hawaiian vacation in order to deal with the recent break-up with his tv star girlfriend, sarah. little does he know, sarah's traveling to the same resort as her ex - and she's bringing along her new boyfriend.",nicholas stoller,"kristen bell, jason segel, paul rudd, mila kunis",2008,111,7.2,226619,62.88,67
482,the giver,"drama,romance,sci-fi","in a seemingly perfect community, without war, pain, suffering, differences or choice, a young boy is chosen to learn from an elderly man about the true pain and pleasure of the ""real"" world.",phillip noyce,"brenton thwaites, jeff bridges, meryl streep, taylor swift",2014,97,6.5,93799,45.09,47
483,triple 9,"action,crime,drama",a gang of criminals and corrupt cops plan the murder of a police officer in order to pull off their biggest heist yet across town.,john hillcoat,"casey affleck, chiwetel ejiofor, anthony mackie,aaron paul",2016,115,6.3,48400,12.63,52
484,perfetti sconosciuti,"comedy,drama","seven long-time friends get together for a dinner. when they decide to share with each other the content of every text message, email and phone call they receive, many secrets start to unveil and the equilibrium trembles.",paolo genovese,"giuseppe battiston, anna foglietta, marco giallini,edoardo leo",2016,97,7.7,17584,,43
485,angry birds,"animation,action,adventure","find out why the birds are so angry. when an island populated by happy, flightless birds is visited by mysterious green piggies, it's up to three unlikely outcasts - red, chuck and bomb - to figure out what the pigs are up to.",clay kaytis,"jason sudeikis, josh gad, danny mcbride, maya rudolph",2016,97,6.3,55781,107.51,
486,moonrise kingdom,"adventure,comedy,drama","a pair of young lovers flee their new england town, which causes a local search party to fan out to find them.",wes anderson,"jared gilman, kara hayward, bruce willis, bill murray",2012,94,7.8,254446,45.51,84
487,hairspray,"comedy,drama,family",pleasantly plump teenager tracy turnblad teaches 1962 baltimore a thing or two about integration after landing a spot on a local tv dance show.,adam shankman,"john travolta, queen latifah, nikki blonsky,michelle pfeiffer",2007,117,6.7,102954,118.82,81
488,safe haven,"drama,romance,thriller","a young woman with a mysterious past lands in southport, north carolina where her bond with a widower forces her to confront the dark secret that haunts her.",lasse hallström,"julianne hough, josh duhamel, cobie smulders,david lyons",2013,115,6.7,84765,71.35,34
489,focus,"comedy,crime,drama","in the midst of veteran con man nicky's latest scheme, a woman from his past - now an accomplished femme fatale - shows up and throws his plans for a loop.",glenn ficarra,"will smith, margot robbie, rodrigo santoro, adrian martinez",2015,105,6.6,166489,53.85,56
490,ratatouille,"animation,comedy,family",a rat who can cook makes an unusual alliance with a young kitchen worker at a famous restaurant.,brad bird,"brad garrett, lou romano, patton oswalt,ian holm",2007,111,8,504039,206.44,96
491,stake land,"drama,horror,sci-fi",martin was a normal teenage boy before the country collapsed in an empty pit of economic and political disaster. a vampire epidemic has swept across what is left of the nation's abandoned ... see full summary »,jim mickle,"connor paolo, nick damici, kelly mcgillis, gregory jones",2010,98,6.5,36091,0.02,66
492,the book of eli,"action,adventure,drama","a post-apocalyptic tale, in which a lone man fights his way across america in order to protect a sacred book that holds the secrets to saving humankind.",albert hughes,"denzel washington, mila kunis, ray stevenson, gary oldman",2010,118,6.9,241359,94.82,53
493,cloverfield,"action,horror,sci-fi",a group of friends venture deep into the streets of new york on a rescue mission during a rampaging monster attack.,matt reeves,"mike vogel, jessica lucas, lizzy caplan, t.j. miller",2008,85,7,313803,80.03,64
494,point break,"action,crime,sport","a young fbi agent infiltrates an extraordinary team of extreme sports athletes he suspects of masterminding a string of unprecedented, sophisticated corporate heists.",ericson core,"edgar ramírez, luke bracey, ray winstone, teresa palmer",2015,114,5.3,44553,28.77,34
495,under the skin,"drama,horror,sci-fi","a mysterious young woman seduces lonely men in the evening hours in scotland. however, events lead her to begin a process of self-discovery.",jonathan glazer,"scarlett johansson, jeremy mcwilliams, lynsey taylor mackay, dougie mcconnell",2013,108,6.3,94707,2.61,78
496,i am legend,"drama,horror,sci-fi","years after a plague kills most of humanity and transforms the rest into monsters, the sole survivor in new york city struggles valiantly to find a cure.",francis lawrence,"will smith, alice braga, charlie tahan, salli richardson-whitfield",2007,101,7.2,565721,256.39,65
497,men in black 3,"action,adventure,comedy",agent j travels in time to m.i.b.'s early days in 1969 to stop an alien from assassinating his friend agent k and changing history.,barry sonnenfeld,"will smith, tommy lee jones, josh brolin,jemaine clement",2012,106,6.8,278379,179.02,58
498,super 8,"mystery,sci-fi,thriller","during the summer of 1979, a group of friends witness a train crash and investigate subsequent unexplained events in their small town.",j.j. abrams,"elle fanning, aj michalka, kyle chandler, joel courtney",2011,112,7.1,298913,126.98,72
499,law abiding citizen,"crime,drama,thriller",a frustrated man decides to take justice into his own hands after a plea bargain sets one of his family's killers free. he targets not only the killer but also the district attorney and others involved in the deal.,f. gary gray,"gerard butler, jamie foxx, leslie bibb, colm meaney",2009,109,7.4,228339,73.34,34
500,up,"animation,adventure,comedy","seventy-eight year old carl fredricksen travels to paradise falls in his home equipped with balloons, inadvertently taking a young stowaway.",pete docter,"edward asner, jordan nagai, john ratzenberger, christopher plummer",2009,96,8.3,722203,292.98,88
501,maze runner: the scorch trials,"action,sci-fi,thriller","after having escaped the maze, the gladers now face a new set of challenges on the open roads of a desolate landscape filled with unimaginable obstacles.",wes ball,"dylan o'brien, kaya scodelario, thomas brodie-sangster,giancarlo esposito",2015,131,6.3,159364,81.69,43
502,carol,"drama,romance",an aspiring photographer develops an intimate relationship with an older woman in 1950s new york.,todd haynes,"cate blanchett, rooney mara, sarah paulson, kyle chandler",2015,118,7.2,77995,0.25,95
503,imperium,"crime,drama,thriller","a young fbi agent, eager to prove himself in the field, goes undercover as a white supremacist.",daniel ragussis,"daniel radcliffe, toni collette, tracy letts, sam trammell",2016,109,6.5,27428,,68
504,youth,"comedy,drama,music",a retired orchestra conductor is on holiday with his daughter and his film director best friend in the alps when he receives an invitation from queen elizabeth ii to perform for prince philip's birthday.,paolo sorrentino,"michael caine, harvey keitel, rachel weisz, jane fonda",2015,124,7.3,52636,2.7,64
505,mr. nobody,"drama,fantasy,romance","a boy stands on a station platform as a train is about to leave. should he go with his mother or stay with his father? infinite possibilities arise from this decision. as long as he doesn't choose, anything is possible.",jaco van dormael,"jared leto, sarah polley, diane kruger, linh dan pham",2009,141,7.9,166872,,63
506,city of tiny lights,"crime,drama,thriller","in the teeming, multicultural metropolis of modern-day london, a seemingly straightforward missing-person case launches a down-at-heel private eye into a dangerous world of religious fanaticism and political intrigue.",pete travis,"riz ahmed, billie piper, james floyd, cush jumbo",2016,110,5.7,291,,54
507,savages,"crime,drama,thriller",pot growers ben and chon face off against the mexican drug cartel who kidnapped their shared girlfriend.,oliver stone,"aaron taylor-johnson, taylor kitsch, blake lively,benicio del toro",2012,131,6.5,107960,47.31,59
508,(500) days of summer,"comedy,drama,romance","an offbeat romantic comedy about a woman who doesn't believe true love exists, and the young man who falls for her.",marc webb,"zooey deschanel, joseph gordon-levitt, geoffrey arend, chloë grace moretz",2009,95,7.7,398972,32.39,76
509,movie 43,"comedy,romance",a series of interconnected short films follows a washed-up producer as he pitches insane story lines featuring some of the biggest stars in hollywood.,elizabeth banks,"emma stone, stephen merchant, richard gere, liev schreiber",2013,94,4.3,83625,8.83,18
510,gravity,"drama,sci-fi,thriller",two astronauts work together to survive after an accident which leaves them alone in space.,alfonso cuarón,"sandra bullock, george clooney, ed harris, orto ignatiussen",2013,91,7.8,622089,274.08,96
511,the boy in the striped pyjamas,"drama,war","set during wwii, a story seen through the innocent eyes of bruno, the eight-year-old son of the commandant at a german concentration camp, whose forbidden friendship with a jewish boy on the other side of the camp fence has startling and unexpected consequences.",mark herman,"asa butterfield, david thewlis, rupert friend, zac mattoon o'brien",2008,94,7.8,144614,9.03,55
512,shooter,"action,crime,drama","a marksman living in exile is coaxed back into action after learning of a plot to kill the president. ultimately double-crossed and framed for the attempt, he goes on the run to find the real killer and the reason he was set up.",antoine fuqua,"mark wahlberg, michael peña, rhona mitra, danny glover",2007,124,7.2,267820,46.98,53
513,the happening,"sci-fi,thriller","a science teacher, his wife, and a young girl struggle to survive a plague that causes those infected to commit suicide.",m. night shyamalan,"mark wahlberg, zooey deschanel, john leguizamo, ashlyn sanchez",2008,91,5,170897,64.51,34
514,bone tomahawk,"adventure,drama,horror",four men set out in the wild west to rescue a group of captives from cannibalistic cave dwellers.,s. craig zahler,"kurt russell, patrick wilson, matthew fox, richard jenkins",2015,132,7.1,47289,66.01,72
515,magic mike xxl,"comedy,drama,music","three years after mike bowed out of the stripper life at the top of his game, he and the remaining kings of tampa hit the road to myrtle beach to put on one last blow-out performance.",gregory jacobs,"channing tatum, joe manganiello, matt bomer,adam rodriguez",2015,115,5.7,42506,,60
516,easy a,"comedy,drama,romance",a clean-cut high school student relies on the school's rumor mill to advance her social and financial standing.,will gluck,"emma stone, amanda bynes, penn badgley, dan byrd",2010,92,7.1,294950,58.4,72
517,exodus: gods and kings,"action,adventure,drama","the defiant leader moses rises up against the egyptian pharaoh ramses, setting 600,000 slaves on a monumental journey of escape from egypt and its terrifying cycle of deadly plagues.",ridley scott,"christian bale, joel edgerton, ben kingsley, sigourney weaver",2014,150,6,137299,65.01,52
518,chappie,"action,crime,drama","in the near future, crime is patrolled by a mechanized police force. when one police droid, chappie, is stolen and given new programming, he becomes the first robot with the ability to think and feel for himself.",neill blomkamp,"sharlto copley, dev patel, hugh jackman,sigourney weaver",2015,120,6.9,188769,31.57,41
519,the hobbit: the desolation of smaug,"adventure,fantasy","the dwarves, along with bilbo baggins and gandalf the grey, continue their quest to reclaim erebor, their homeland, from smaug. bilbo baggins is in possession of a mysterious and magical ring.",peter jackson,"ian mckellen, martin freeman, richard armitage,ken stott",2013,161,7.9,513744,258.36,66
520,half of a yellow sun,"drama,romance","sisters olanna and kainene return home to 1960s nigeria, where they soon diverge on different paths. as civil war breaks out, political events loom larger than their differences as they join the fight to establish an independent republic.",biyi bandele,"chiwetel ejiofor, thandie newton, anika noni rose,joseph mawle",2013,111,6.2,1356,0.05,51
521,anthropoid,"biography,history,thriller","based on the extraordinary true story of operation anthropoid, the wwii mission to assassinate ss general reinhard heydrich, the main architect behind the final solution and the reich's third in command after hitler and himmler.",sean ellis,"jamie dornan, cillian murphy, brian caspe, karel hermánek jr.",2016,120,7.2,24100,2.96,59
522,the counselor,"crime,drama,thriller",a lawyer finds himself in over his head when he gets involved in drug trafficking.,ridley scott,"michael fassbender, penélope cruz, cameron diaz,javier bardem",2013,117,5.3,84927,16.97,48
523,viking,"action,drama,history","kievan rus, late 10th century. after the death of his father, the young viking prince vladimir of novgorod is forced into exile across the frozen sea.",andrey kravchuk,"anton adasinsky, aleksandr armer, vilen babichev, rostislav bershauer",2016,133,4.7,1830,23.05,57
524,whiskey tango foxtrot,"biography,comedy,drama",a journalist recounts her wartime coverage in afghanistan.,glenn ficarra,"tina fey, margot robbie, martin freeman, alfred molina",2016,112,6.6,36156,,
525,trust,"crime,drama,thriller",a teenage girl is targeted by an online sexual predator.,david schwimmer,"clive owen, catherine keener, liana liberato,jason clarke",2010,106,7,36043,0.06,60
526,birth of the dragon,"action,biography,drama","young, up-and-coming martial artist, bruce lee, challenges legendary kung fu master wong jack man to a no-holds-barred fight in northern california.",george nolfi,"billy magnussen, terry chen, teresa navarro,vanessa ross",2016,103,3.9,552,93.05,61
527,elysium,"action,drama,sci-fi","in the year 2154, the very wealthy live on a man-made space station while the rest of the population resides on a ruined earth. a man takes on a mission that could bring equality to the polarized worlds.",neill blomkamp,"matt damon, jodie foster, sharlto copley, alice braga",2013,109,6.6,358932,,
528,the green inferno,"adventure,horror","a group of student activists travels to the amazon to save the rain forest and soon discover that they are not alone, and that no good deed goes unpunished.",eli roth,"lorenza izzo, ariel levy, aaron burns, kirby bliss blanton",2013,100,5.4,26461,7.19,38
529,godzilla,"action,adventure,sci-fi","the world is beset by the appearance of monstrous creatures, but one of them may be the only one who can save humanity.",gareth edwards,"aaron taylor-johnson, elizabeth olsen, bryan cranston, ken watanabe",2014,123,6.4,318058,200.66,62
530,the bourne legacy,"action,adventure,mystery","an expansion of the universe from robert ludlum's novels, centered on a new hero whose stakes have been triggered by the events of the previous three films.",tony gilroy,"jeremy renner, rachel weisz, edward norton, scott glenn",2012,135,6.7,245374,113.17,61
531,a good year,"comedy,drama,romance","a british investment broker inherits his uncle's chateau and vineyard in provence, where he spent much of his childhood. he discovers a new laid-back lifestyle as he tries to renovate the estate to be sold.",ridley scott,"russell crowe, abbie cornish, albert finney, marion cotillard",2006,117,6.9,74674,7.46,47
532,friend request,"horror,thriller","when a college student unfriends a mysterious girl online, she finds herself fighting a demonic presence that wants to make her lonely by killing her closest friends.",simon verhoeven,"alycia debnam-carey, william moseley, connor paolo, brit morgan",2016,92,5.4,12758,64.03,59
533,deja vu,"action,sci-fi,thriller","after a ferry is bombed in new orleans, an a.t.f. agent joins a unique investigation using experimental surveillance technology to find the bomber, but soon finds himself becoming obsessed with one of the victims.",tony scott,"denzel washington, paula patton, jim caviezel, val kilmer",2006,126,7,253858,,
534,lucy,"action,sci-fi,thriller","a woman, accidentally caught in a dark deal, turns the tables on her captors and transforms into a merciless warrior evolved beyond human logic.",luc besson,"scarlett johansson, morgan freeman, min-sik choi,amr waked",2014,89,6.4,352698,126.55,61
535,a quiet passion,"biography,drama","the story of american poet emily dickinson from her early days as a young schoolgirl to her later years as a reclusive, unrecognized artist.",terence davies,"cynthia nixon, jennifer ehle, duncan duff, keith carradine",2016,125,7.2,1024,1.08,77
536,need for speed,"action,crime,drama","fresh from *, a street racer who was framed by a wealthy business associate joins a cross country race with revenge in mind. his ex-partner, learning of the plan, places a massive bounty on his head as the race begins.",scott waugh,"aaron paul, dominic cooper, imogen poots, scott mescudi",2014,132,6.5,143389,43.57,39
537,jack reacher,"action,crime,mystery",a homicide investigator digs deeper into a case involving a trained military sniper who shot five random victims.,christopher mcquarrie,"tom cruise, rosamund pike, richard jenkins, werner herzog",2012,130,7,250811,58.68,50
538,the do-over,"action,adventure,comedy","two down-on-their-luck guys decide to fake their own deaths and start over with new identities, only to find the people they're pretending to be are in even deeper trouble.",steven brill,"adam sandler, david spade, paula patton, kathryn hahn",2016,108,5.7,24761,0.54,22
539,true crimes,"crime,drama,thriller","a murder investigation of a slain business man turns to clues found in an author's book about an eerily similar crime. based on the 2008 article ""true crimes - a postmodern murder mystery"" by david grann.",alexandros avranas,"jim carrey, charlotte gainsbourg, marton csokas, kati outinen",2016,92,7.3,198,,43
540,american pastoral,"crime,drama",an all-american college star and his beauty queen wife watch their seemingly perfect life fall apart as their daughter joins the turmoil of '60s america.,ewan mcgregor,"ewan mcgregor, jennifer connelly, dakota fanning, peter riegert",2016,108,6.1,7115,,
541,the ghost writer,"mystery,thriller",a ghostwriter hired to complete the memoirs of a former british prime minister uncovers secrets that put his own life in jeopardy.,roman polanski,"ewan mcgregor, pierce brosnan, olivia williams,jon bernthal",2010,128,7.2,137964,15.52,77
542,limitless,"mystery,sci-fi,thriller","with the help of a mysterious pill that enables the user to access 100 percent of his brain abilities, a struggling writer becomes a financial wizard, but it also puts him in a new world with lots of dangers.",neil burger,"bradley cooper, anna friel, abbie cornish, robert de niro",2011,105,7.4,444417,79.24,59
543,spectral,"action,mystery,sci-fi",a sci-fi/thriller story centered on a special-ops team that is dispatched to fight supernatural beings.,nic mathieu,"james badge dale, emily mortimer, bruce greenwood,max martini",2016,107,6.3,27042,,39
544,p.s. i love you,"drama,romance",a young widow discovers that her late husband has left her 10 messages intended to help ease her pain and start a new life.,richard lagravenese,"hilary swank, gerard butler, harry connick jr., lisa kudrow",2007,126,7.1,177247,53.68,
545,zipper,"drama,thriller",a successful family man with a blossoming political career loses all sense of morality when he becomes addicted to using an escort agency.,mora stephens,"patrick wilson, lena headey, ray winstone,richard dreyfuss",2015,103,5.7,4912,,39
546,midnight special,"drama,mystery,sci-fi","a father and son go on the run, pursued by the government and a cult drawn to the child's special powers.",jeff nichols,"michael shannon, joel edgerton, kirsten dunst, adam driver",2016,112,6.7,54787,3.71,76
547,don't think twice,"comedy,drama","when a member of a popular new york city improv troupe gets a huge break, the rest of the group - all best friends - start to realize that not everyone is going to make it after all.",mike birbiglia,"keegan-michael key, gillian jacobs, mike birbiglia,chris gethard",2016,92,6.8,10485,4.42,83
548,alice in wonderland,"adventure,family,fantasy","nineteen-year-old alice returns to the magical world from her childhood adventure, where she reunites with her old friends and learns of her true destiny: to end the red queen's reign of terror.",tim burton,"mia wasikowska, johnny depp, helena bonham carter,anne hathaway",2010,108,6.5,324898,334.19,53
549,chuck,"biography,drama,sport",a drama inspired by the life of heavyweight boxer chuck wepner.,philippe falardeau,"elisabeth moss, naomi watts, ron perlman, liev schreiber",2016,98,6.8,391,0.11,68
550,"i, daniel blake",drama,"after having suffered a heart-attack, a 59-year-old carpenter must fight the bureaucratic forces of the system in order to receive employment and support allowance.",ken loach,"dave johns, hayley squires, sharon percy, briana shann",2016,100,7.9,22941,,77
551,the break-up,"comedy,drama,romance","in a bid to keep their luxurious condo from their significant other, a couple's break-up proceeds to get uglier and nastier by the moment.",peyton reed,"jennifer aniston, vince vaughn, jon favreau, joey lauren adams",2006,106,5.8,106381,118.68,45
552,loving,"biography,drama,romance","the story of richard and mildred loving, a couple whose arrest for interracial marriage in 1960s virginia began a legal battle that would end with the supreme court's historic 1967 decision.",jeff nichols,"ruth negga, joel edgerton, will dalton, dean mumford",2016,123,7.1,17141,7.7,79
553,fantastic four,"action,adventure,sci-fi",four young outsiders teleport to an alternate and dangerous universe which alters their physical form in shocking ways. the four must learn to harness their new abilities and work together to save earth from a former friend turned enemy.,josh trank,"miles teller, kate mara, michael b. jordan, jamie bell",2015,100,4.3,121847,56.11,27
554,the survivalist,"drama,sci-fi,thriller","in a time of starvation, a survivalist lives off a small plot of land hidden deep in forest. when two women seeking food and shelter discover his farm, he finds his existence threatened.",stephen fingleton,"mia goth, martin mccann, barry ward, andrew simpson",2015,104,6.3,9187,,80
555,colonia,"drama,romance,thriller","a young woman's desperate search for her abducted boyfriend that draws her into the infamous colonia dignidad, a sect nobody has ever escaped from.",florian gallenberger,"emma watson, daniel brühl, michael nyqvist,richenda carey",2015,106,7.1,30074,,33
556,the boy next door,"mystery,thriller","a woman, separated from her unfaithful husband, falls for a younger man who has moved in next door, but their torrid affair soon takes a dangerous turn.",rob cohen,"jennifer lopez, ryan guzman, kristin chenoweth, john corbett",2015,91,4.6,30180,35.39,30
557,the gift,"mystery,thriller",a young married couple's lives are thrown into a harrowing tailspin when an acquaintance from the husband's past brings mysterious gifts and a horrifying secret to light after more than 20 years.,joel edgerton,"jason bateman, rebecca hall, joel edgerton, allison tolman",2015,108,7.1,96688,43.77,77
558,dracula untold,"action,drama,fantasy","as his kingdom is being threatened by the turks, young prince vlad tepes must become a monster feared by his own people in order to obtain the power needed to protect his own family, and the families of his kingdom.",gary shore,"luke evans, dominic cooper, sarah gadon, art parkinson",2014,92,6.3,148504,55.94,40
559,in the heart of the sea,"action,adventure,biography","a recounting of a new england whaling ship's sinking by a giant whale in 1820, an experience that later inspired the great novel moby-dick.",ron howard,"chris hemsworth, cillian murphy, brendan gleeson,ben whishaw",2015,122,6.9,90372,24.99,47
560,idiocracy,"adventure,comedy,sci-fi","private joe bauers, the definition of ""average american"", is selected by the pentagon to be the guinea pig for a top-secret hibernation program. forgotten, he awakes five centuries in the future. he discovers a society so incredibly dumbed down that he's easily the most intelligent person alive.",mike judge,"luke wilson, maya rudolph, dax shepard, terry crews",2006,84,6.6,115355,0.44,66
561,the expendables,"action,adventure,thriller",a cia operative hires a team of mercenaries to eliminate a latin dictator and a renegade cia agent.,sylvester stallone,"sylvester stallone, jason statham, jet li, dolph lundgren",2010,103,6.5,283282,102.98,45
562,evil dead,"fantasy,horror","five friends head to a remote cabin, where the discovery of a book of the dead leads them to unwittingly summon up demons living in the nearby woods.",fede alvarez,"jane levy, shiloh fernandez, jessica lucas, lou taylor pucci",2013,91,6.5,133113,54.24,57
563,sinister,"horror,mystery",washed-up true-crime writer ellison oswalt finds a box of super 8 home movies that suggest the murder he is currently researching is the work of a serial killer whose work dates back to the 1960s.,scott derrickson,"ethan hawke, juliet rylance, james ransone,fred dalton thompson",2012,110,6.8,171169,48.06,53
564,wreck-it ralph,"animation,adventure,comedy","a video game villain wants to be a hero and sets out to fulfill his dream, but his quest brings havoc to the whole arcade where he lives.",rich moore,"john c. reilly, jack mcbrayer, jane lynch, sarah silverman",2012,101,7.8,290559,189.41,72
565,snow white and the huntsman,"action,adventure,drama","in a twist to the fairy tale, the huntsman ordered to take snow white into the woods to be killed winds up becoming her protector and mentor in a quest to vanquish the evil queen.",rupert sanders,"kristen stewart, chris hemsworth, charlize theron, sam claflin",2012,127,6.1,239772,155.11,57
566,pan,"adventure,family,fantasy","12-year-old orphan peter is spirited away to the magical world of neverland, where he finds both fun and danger, and ultimately discovers his destiny -- to become the hero who will be forever known as peter pan.",joe wright,"levi miller, hugh jackman, garrett hedlund, rooney mara",2015,111,5.8,47804,34.96,36
567,transformers: dark of the moon,"action,adventure,sci-fi","the autobots learn of a cybertronian spacecraft hidden on the moon, and race against the decepticons to reach it and to learn its secrets.",michael bay,"shia labeouf, rosie huntington-whiteley, tyrese gibson, josh duhamel",2011,154,6.3,338369,352.36,42
568,juno,"comedy,drama","faced with an unplanned pregnancy, an offbeat young woman makes an unusual decision regarding her unborn child.",jason reitman,"ellen page, michael cera, jennifer garner, jason bateman",2007,96,7.5,432461,143.49,81
569,a hologram for the king,"comedy,drama",a failed american sales rep looks to recoup his losses by traveling to saudi arabia and selling his company's product to a wealthy monarch.,tom tykwer,"tom hanks, sarita choudhury, ben whishaw,alexander black",2016,98,6.1,26521,4.2,58
570,money monster,"crime,drama,thriller",financial tv host lee gates and his producer patty are put in an extreme situation when an irate investor takes over their studio.,jodie foster,"george clooney, julia roberts, jack o'connell,dominic west",2016,98,6.5,68654,41.01,55
571,the other woman,"comedy,romance","after discovering her boyfriend is married, carly soon meets the wife he's been betraying. and when yet another love affair is discovered, all three women team up to plot revenge on the three-timing s.o.b.",nick cassavetes,"cameron diaz, leslie mann, kate upton, nikolaj coster-waldau",2014,109,6,110825,83.91,39
572,enchanted,"animation,comedy,family","a young maiden in a land called andalasia, who is prepared to be wed, is sent away to new york city by an evil queen, where she falls in love with a lawyer.",kevin lima,"amy adams, susan sarandon, james marsden, patrick dempsey",2007,107,7.1,150353,127.71,75
573,the intern,"comedy,drama","70-year-old widower ben whittaker has discovered that retirement isn't all it's cracked up to be. seizing an opportunity to get back in the game, he becomes a senior intern at an online fashion site, founded and run by jules ostin.",nancy meyers,"robert de niro, anne hathaway, rene russo,anders holm",2015,121,7.1,159582,75.27,51
574,little miss sunshine,"comedy,drama",a family determined to get their young daughter into the finals of a beauty pageant take a cross-country trip in their vw bus.,jonathan dayton,"steve carell, toni collette, greg kinnear, abigail breslin",2006,101,7.8,374044,59.89,80
575,bleed for this,"biography,drama,sport","the inspirational story of world champion boxer vinny pazienza who, after a near fatal car crash which left him not knowing if he'd ever walk again, made one of sport's most incredible comebacks.",ben younger,"miles teller, aaron eckhart, katey sagal, ciarán hinds",2016,117,6.8,11900,4.85,62
576,* of the titans,"action,adventure,fantasy","perseus demigod, son of zeus, battles the minions of the underworld to stop them from conquering heaven and earth.",louis leterrier,"sam worthington, liam neeson, ralph fiennes,jason flemyng",2010,106,5.8,238206,163.19,39
577,the finest hours,"action,drama,history",the coast guard makes a daring rescue attempt off the coast of cape cod after a pair of oil tankers are destroyed during a blizzard in 1952.,craig gillespie,"chris pine, casey affleck, ben foster, eric bana",2016,117,6.8,44425,27.55,58
578,tron,"action,adventure,sci-fi",the son of a virtual world designer goes looking for his father and ends up inside the digital world that his father designed. he meets his father's corrupted creation and a unique ally who was born inside the digital world.,joseph kosinski,"jeff bridges, garrett hedlund, olivia wilde, bruce boxleitner",2010,125,6.8,273959,172.05,49
579,the hunger games: catching fire,"action,adventure,mystery",katniss everdeen and peeta mellark become targets of the capitol after their victory in the 74th hunger games sparks a rebellion in the districts of panem.,francis lawrence,"jennifer lawrence, josh hutcherson, liam hemsworth, philip seymour hoffman",2013,146,7.6,525646,424.65,76
580,all good things,"crime,drama,mystery","mr. david marks was suspected but never tried for killing his wife katie who disappeared in 1982, but the truth is eventually revealed.",andrew jarecki,"ryan gosling, kirsten dunst, frank langella, lily rabe",2010,101,6.3,44158,0.58,57
581,kickboxer: vengeance,action,a kick boxer is out to avenge his brother.,john stockwell,"dave bautista, alain moussi, gina carano, jean-claude van damme",2016,90,4.9,6809,131.56,37
582,the last airbender,"action,adventure,family","follows the adventures of aang, a young successor to a long line of avatars, who must master all four elements and stop the fire nation from enslaving the water tribes and the earth kingdom.",m. night shyamalan,"noah ringer, nicola peltz, jackson rathbone,dev patel",2010,103,4.2,125129,,20
583,sex tape,"comedy,romance","a married couple wake up to discover that the sex tape they made the evening before has gone missing, leading to a frantic search for its whereabouts.",jake kasdan,"jason segel, cameron diaz, rob corddry, ellie kemper",2014,94,5.1,89885,38.54,36
584,what to expect when you're expecting,"comedy,drama,romance","follows the lives of five interconnected couples as they experience the thrills and surprises of having a baby, and realize that no matter what you plan for, life does not always deliver what is expected.",kirk jones,"cameron diaz, matthew morrison, j. todd smith, dennis quaid",2012,110,5.7,60059,41.1,41
585,moneyball,"biography,drama,sport",oakland a's general manager billy beane's successful attempt to assemble a baseball team on a lean budget by employing computer-generated analysis to acquire new players.,bennett miller,"brad pitt, robin wright, jonah hill, philip seymour hoffman",2011,133,7.6,297395,75.61,87
586,ghost rider,"action,fantasy,thriller","stunt motorcyclist johnny blaze gives up his soul to become a hellblazing vigilante, to fight against power hungry blackheart, the son of the devil himself.",mark steven johnson,"nicolas cage, eva mendes, sam elliott, matt long",2007,114,5.2,190673,115.8,35
587,unbroken,"biography,drama,sport","after a near-fatal plane crash in wwii, olympian louis zamperini spends a harrowing 47 days in a raft with two fellow crewmen before he's caught by the japanese navy and sent to a *er-of-war camp.",angelina jolie,"jack o'connell, miyavi, domhnall gleeson, garrett hedlund",2014,137,7.2,114006,115.6,59
588,immortals,"action,drama,fantasy","theseus is a mortal man chosen by zeus to lead the fight against the ruthless king hyperion, who is on a rampage across greece to obtain a weapon that can destroy humanity.",tarsem singh,"henry cavill, mickey rourke, john hurt, stephen dorff",2011,110,6,142900,83.5,46
589,sunshine,"adventure,sci-fi,thriller",a team of international astronauts are sent on a dangerous mission to reignite the dying sun with a nuclear fission bomb in 2057.,danny boyle,"cillian murphy, rose byrne, chris evans, michelle yeoh",2007,107,7.3,199860,3.68,64
590,brave,"animation,adventure,comedy","determined to make her own path in life, princess merida defies a custom that brings chaos to her kingdom. granted one wish, merida must rely on her bravery and her archery skills to undo a beastly curse.",mark andrews,"kelly macdonald,billy connolly, emma thompson, julie walters",2012,93,7.2,293941,237.28,69
591,män som hatar kvinnor,"drama,mystery,thriller",a journalist is aided in his search for a woman who has been missing -- or dead -- for forty years by a young female hacker.,niels arden oplev,"michael nyqvist, noomi rapace, ewa fröling,lena endre",2009,152,7.8,182074,10.1,76
592,adoration,"drama,romance",a pair of childhood friends and neighbors fall for each other's sons.,anne fontaine,"naomi watts, robin wright, xavier samuel, james frecheville",2013,112,6.2,25208,0.32,37
593,the drop,"crime,drama,mystery","bob saginowski finds himself at the center of a robbery gone awry and entwined in an investigation that digs deep into the neighborhood's past where friends, families, and foes all work together to make a living - no matter the cost.",michaël r. roskam,"tom hardy, noomi rapace, james gandolfini,matthias schoenaerts",2014,106,7.1,116118,10.72,69
594,she's the man,"comedy,romance,sport","when her brother decides to ditch for a couple weeks, viola heads over to his elite boarding school, disguised as him, and proceeds to fall for one of his soccer teammates, and soon learns she's not the only one with romantic troubles.",andy fickman,"amanda bynes, laura ramsey, channing tatum,vinnie jones",2006,105,6.4,122864,2.34,45
595,daddy's home,"comedy,family","brad whitaker is a radio host trying to get his stepchildren to love him and call him dad. but his plans turn upside down when their biological father, dusty mayron, returns.",sean anders,"will ferrell, mark wahlberg, linda cardellini, thomas haden church",2015,96,6.1,68306,150.32,42
596,let me in,"drama,horror,mystery",a bullied young boy befriends a young female vampire who lives in secrecy with her guardian.,matt reeves,"kodi smit-mcphee, chloë grace moretz, richard jenkins, cara buono",2010,116,7.2,97141,12.13,79
597,never back down,"action,drama,sport",a frustrated and conflicted teenager arrives at a new high school to discover an underground fight club and meet a classmate who begins to coerce him into fighting.,jeff wadlow,"sean faris, djimon hounsou, amber heard, cam gigandet",2008,110,6.6,84083,24.85,39
598,grimsby,"action,adventure,comedy",a new assignment forces a top spy to team up with his football hooligan brother.,louis leterrier,"sacha baron cohen, mark strong, rebel wilson,freddie crowder",2016,83,6.2,63408,6.86,44
599,moon,"drama,mystery,sci-fi","astronaut sam bell has a quintessentially personal encounter toward the end of his three-year stint on the moon, where he, working alongside his computer, gerty, sends back to earth parcels of a resource that has helped diminish our planet's power problems.",duncan jones,"sam rockwell, kevin spacey, dominique mcelligott,rosie shaw",2009,97,7.9,277123,5.01,67
600,megamind,"animation,action,comedy","the supervillain megamind finally defeats his nemesis, the superhero metro man. but without a hero, he loses all purpose and must find new meaning to his life.",tom mcgrath,"will ferrell, jonah hill, brad pitt, tina fey",2010,95,7.3,183926,148.34,63
601,gangster squad,"action,crime,drama","it's 1949 los angeles, the city is run by gangsters and a malicious mobster, mickey cohen. determined to end the corruption, john o'mara assembles a team of cops, ready to take down the ruthless leader and restore peace to the city.",ruben fleischer,"sean penn, ryan gosling, emma stone, giovanni ribisi",2013,113,6.7,181432,46,40
602,blood father,"action,crime,drama",an ex-con reunites with his estranged wayward 17-year old daughter to protect her from drug dealers who are trying to kill her.,jean-françois richet,"mel gibson, erin moriarty, diego luna, michael parks",2016,88,6.4,40357,93.95,66
603,he's just not that into you,"comedy,drama,romance",the baltimore-set movie of interconnecting story arcs deals with the challenges of reading or misreading human behavior.,ken kwapis,"jennifer aniston, jennifer connelly, morgan lily,trenton rogers",2009,129,6.4,137684,,47
604,kung fu panda 3,"animation,action,adventure","continuing his ""legendary adventures of awesomeness"", po must face two hugely epic, but different threats: one supernatural and the other a little closer to his home.",alessandro carloni,"jack black, bryan cranston, dustin hoffman, angelina jolie",2016,95,7.2,89791,143.52,66
605,the rise of the krays,"crime,drama",two brothers unleash a psychotic reign of terror on their journey to build an empire of unprecedented power in the british mafia.,zackary adler,"matt vael, simon cotton, kevin leslie, olivia moyles",2015,110,5.1,1630,6.53,90
606,handsome devil,drama,ned and conor are forced to share a bedroom at their boarding school. the loner and the star athlete at this rugby-mad school form an unlikely friendship until it's tested by the authorities.,john butler,"fionn o'shea, nicholas galitzine, andrew scott, moe dunford",2016,95,7.4,338,,
607,winter's bone,drama,an unflinching ozark mountain girl hacks through dangerous social terrain as she hunts down her drug-dealing father while trying to keep her family intact.,debra granik,"jennifer lawrence, john hawkes, garret dillahunt,isaiah stone",2010,100,7.2,116435,,
608,horrible bosses,"comedy,crime",three friends conspire to murder their awful bosses when they realize they are standing in the way of their happiness.,seth gordon,"jason bateman, charlie day, jason sudeikis, steve wiebe",2011,98,6.9,368556,117.53,57
609,mommy,drama,"a widowed single mother, raising her violent son alone, finds new hope when a mysterious neighbor inserts herself into their household.",xavier dolan,"anne dorval, antoine-olivier pilon, suzanne clément,patrick huard",2014,139,8.1,33560,3.49,74
610,hellboy ii: the golden army,"action,adventure,fantasy","the mythical world starts a rebellion against humanity in order to rule the earth, so hellboy and his team must save the world from the rebellious creatures.",guillermo del toro,"ron perlman, selma blair, doug jones, john alexander",2008,120,7,216932,75.75,78
611,beautiful creatures,"drama,fantasy,romance","ethan longs to escape his small southern town. he meets a mysterious new girl, lena. together, they uncover dark secrets about their respective families, their history and their town.",richard lagravenese,"alice englert, viola davis, emma thompson,alden ehrenreich",2013,124,6.2,71822,19.45,52
612,toni erdmann,"comedy,drama",a practical joking father tries to reconnect with his hard working daughter by creating an outrageous alter ego and posing as her ceo's life coach.,maren ade,"sandra hüller, peter simonischek, michael wittenborn,thomas loibl",2016,162,7.6,24387,1.48,93
613,the lovely bones,"drama,fantasy,thriller",centers on a young girl who has been murdered and watches over her family - and her killer - from purgatory. she must weigh her desire for vengeance against her desire for her family to heal.,peter jackson,"rachel weisz, mark wahlberg, saoirse ronan, susan sarandon",2009,135,6.7,130702,43.98,42
614,the assassination of jesse james by the coward robert ford,"biography,crime,drama","robert ford, who's idolized jesse james since childhood, tries hard to join the reforming gang of the missouri outlaw, but gradually becomes resentful of the bandit leader.",andrew dominik,"brad pitt, casey affleck, sam shepard, mary-louise parker",2007,160,7.5,143564,3.9,68
615,don jon,"comedy,drama,romance","a new jersey guy dedicated to his family, friends, and church, develops unrealistic expectations from watching porn and works to find happiness and intimacy with his potential true love.",joseph gordon-levitt,"joseph gordon-levitt, scarlett johansson,julianne moore, tony danza",2013,90,6.6,199973,24.48,66
616,bastille day,"action,crime,drama",a young con artist and an unruly cia agent embark on an anti-terrorist mission in france.,james watkins,"idris elba, richard madden, charlotte le bon, kelly reilly",2016,92,6.3,21089,0.04,48
617,2307: winter's dream,sci-fi,"in 2307, a future soldier is sent on a mission to hunt down the leader of the humanoid rebellion.",joey curtis,"paul sidhu, branden coles, arielle holmes, kelcey watson",2016,101,4,277,20.76,53
618,free state of jones,"action,biography,drama","a disillusioned confederate army deserter returns to mississippi and leads a militia of fellow deserters, runaway slaves, and women in an uprising against the corrupt local confederate government.",gary ross,"matthew mcconaughey, gugu mbatha-raw, mahershala ali, keri russell",2016,139,6.9,29895,,
619,mr. right,"action,comedy,romance","a girl falls for the ""perfect"" guy, who happens to have a very fatal flaw: he's a hitman on the run from the crime cartels who employ him.",paco cabezas,"anna kendrick, sam rockwell, tim roth, james ransone",2015,95,6.3,30053,0.03,52
620,the secret life of walter mitty,"adventure,comedy,drama","when his job along with that of his co-worker are threatened, walter takes action in the real world embarking on a global journey that turns into an adventure more extraordinary than anything he could have ever imagined.",ben stiller,"ben stiller, kristen wiig, jon daly, kathryn hahn",2013,114,7.3,249877,58.23,54
621,dope,"comedy,crime,drama","life changes for malcolm, a geek who's surviving life in a tough neighborhood, after a chance invitation to an underground party leads him and his friends into a los angeles adventure.",rick famuyiwa,"shameik moore, tony revolori, kiersey clemons,kimberly elise",2015,103,7.3,66400,17.47,72
622,underworld awakening,"action,fantasy,horror","when human forces discover the existence of the vampire and lycan clans, a war to eradicate both species commences. the vampire warrior selene leads the battle against humankind.",måns mårlind,"kate beckinsale, michael ealy, india eisley, stephen rea",2012,88,6.4,127157,62.32,39
623,antichrist,"drama,horror","a grieving couple retreat to their cabin in the woods, hoping to repair their broken hearts and troubled marriage. but nature takes its course and things go from bad to worse.",lars von trier,"willem dafoe, charlotte gainsbourg, storm acheche sahlstrøm",2009,108,6.6,94069,0.4,49
624,friday the 13th,horror,"a group of young adults discover a boarded up camp crystal lake, where they soon encounter jason voorhees and his deadly intentions.",marcus nispel,"jared padalecki, amanda righetti, derek mears,danielle panabaker",2009,97,5.6,78631,65,34
625,taken 3,"action,thriller","ex-government operative bryan mills is accused of a ruthless murder he never committed or witnessed. as he is tracked and pursued, mills brings out his particular set of skills to find the true killer and clear his name.",olivier megaton,"liam neeson, forest whitaker, maggie grace,famke janssen",2014,109,6,144715,89.25,26
626,total recall,"action,adventure,mystery","a factory worker, douglas quaid, begins to suspect that he is a spy after visiting rekall - a company that provides its clients with implanted fake memories of a life they would like to have led - goes wrong and he finds himself on the run.",len wiseman,"colin farrell, bokeem woodbine, bryan cranston,kate beckinsale",2012,118,6.3,210965,58.88,43
627,x-men: the last stand,"action,adventure,fantasy","when a cure is found to treat mutations, lines are drawn amongst the x-men, led by professor charles xavier, and the brotherhood, a band of powerful mutants organized under xavier's former ally, magneto.",brett ratner,"patrick stewart, hugh jackman, halle berry, famke janssen",2006,104,6.7,406540,234.36,58
628,the escort,"comedy,drama,romance","desperate for a good story, a sex-addicted journalist throws himself into the world of high-class escorts when he starts following a stanford-educated prostitute.",will slocombe,"lyndsy fonseca, michael doneger, tommy dewey,bruce campbell",2016,88,6,7181,,46
629,the whole truth,"crime,drama,mystery",a defense attorney works to get his teenage client acquitted of murdering his wealthy father.,courtney hunt,"keanu reeves, renée zellweger, gugu mbatha-raw, gabriel basso",2016,93,6.1,10700,,
630,night at the museum: secret of the tomb,"adventure,comedy,family","larry spans the globe, uniting favorite and new characters while embarking on an epic quest to save the magic before it is gone forever.",shawn levy,"ben stiller, robin williams, owen wilson, dick van dyke",2014,98,6.2,74886,113.73,47
631,love & other drugs,"comedy,drama,romance",a young woman suffering from parkinson's befriends a drug rep working for pfizer in 1990s pittsburgh.,edward zwick,"jake gyllenhaal, anne hathaway, judy greer, oliver platt",2010,112,6.7,151519,32.36,55
632,the interview,comedy,"dave skylark and his producer aaron rapoport run the celebrity tabloid show ""skylark tonight"". when they land an interview with a surprise fan, north korean dictator kim jong-un, they are recruited by the cia to turn their trip to pyongyang into an assassination mission.",evan goldberg,"james franco, seth rogen, randall park, lizzy caplan",2014,112,6.6,261536,6.11,52
633,the host,"comedy,drama,horror",a monster emerges from seoul's han river and focuses its attention on attacking people. one victim's loving family does what it can to rescue her from its clutches.,bong joon ho,"kang-ho song, hee-bong byun, hae-il park, doona bae",2006,120,7,73491,2.2,85
634,megan is missing,"drama,horror,thriller",two teenage girls encounter an internet child predator.,michael goi,"amber perkins, rachel quinn, dean waite, jael elizabeth steinmeyer",2011,85,4.9,6683,,94
635,wall·e,"animation,adventure,family","in the distant future, a small waste-collecting robot inadvertently embarks on a space journey that will ultimately decide the fate of mankind.",andrew stanton,"ben burtt, elissa knight, jeff garlin, fred willard",2008,98,8.4,776897,223.81,
636,knocked up,"comedy,romance","for fun-loving party animal ben stone, the last thing he ever expected was for his one-night stand to show up on his doorstep eight weeks later to tell him she's pregnant with his child.",judd apatow,"seth rogen, katherine heigl, paul rudd, leslie mann",2007,129,7,309398,148.73,85
637,source code,"mystery,romance,sci-fi",a soldier wakes up in someone else's body and discovers he's part of an experimental government program to find the bomber of a commuter train. a mission he has only 8 minutes to complete.,duncan jones,"jake gyllenhaal, michelle monaghan, vera farmiga,jeffrey wright",2011,93,7.5,404884,54.7,74
638,lawless,"crime,drama","set in depression-era franklin county, virginia, a trio of bootlegging brothers are threatened by a new special deputy and other authorities angling for a cut of their profits.",john hillcoat,"tom hardy, shia labeouf, guy pearce, jason clarke",2012,116,7.3,195360,37.4,58
639,unfriended,"drama,horror,mystery","a group of online chat room friends find themselves haunted by a mysterious, supernatural force using the account of their dead friend.",levan gabriadze,"heather sossaman, matthew bohrer, courtney halverson, shelley hennig",2014,83,5.6,50402,31.54,59
640,american reunion,comedy,"jim, michelle, stifler, and their friends reunite in east great falls, michigan for their high school reunion.",jon hurwitz,"jason biggs, alyson hannigan,seann william scott, chris klein",2012,113,6.7,178471,56.72,49
641,the pursuit of happyness,"biography,drama",a struggling salesman takes custody of his son as he's poised to begin a life-changing professional career.,gabriele muccino,"will smith, thandie newton, jaden smith, brian howe",2006,117,8,361105,162.59,64
642,relatos salvajes,"comedy,drama,thriller",six short stories that explore the extremities of human behavior involving people in distress.,damián szifron,"darío grandinetti, maría marull, mónica villa, rita cortese",2014,122,8.1,110100,3.08,77
643,the ridiculous 6,"comedy,western","an outlaw who was raised by native americans discovers that he has five half-brothers; together the men go on a mission to find their wayward, deadbeat dad.",frank coraci,"adam sandler, terry crews, jorge garcia, taylor lautner",2015,119,4.8,31149,,18
644,frantz,"drama,history,war","in the aftermath of wwi, a young german who grieves the death of her fiancé in france meets a mysterious frenchman who visits the fiancé's grave to lay flowers.",françois ozon,"pierre niney, paula beer, ernst stötzner, marie gruber",2016,113,7.5,4304,0.86,73
645,viral,"drama,horror,sci-fi","following the outbreak of a virus that wipes out the majority of the human population, a young woman documents her family's new life in quarantine and tries to protect her infected sister.",henry joost,"sofia black-d'elia, analeigh tipton,travis tope, michael kelly",2016,85,5.5,3564,,72
646,gran torino,drama,"disgruntled korean war veteran walt kowalski sets out to reform his neighbor, a hmong teenager who tried to steal kowalski's prized possession: a 1972 gran torino.",clint eastwood,"clint eastwood, bee vang, christopher carley,ahney her",2008,116,8.2,595779,148.09,
647,burnt,"comedy,drama","adam jones (bradley cooper) is a chef who destroyed his career with drugs and diva behavior. he cleans up and returns to london, determined to redeem himself by spearheading a top restaurant that can gain three michelin stars.",john wells,"bradley cooper, sienna miller, daniel brühl, riccardo scamarcio",2015,101,6.6,76469,13.65,42
648,tall men,"fantasy,horror,thriller",a challenged man is stalked by tall phantoms in business suits after he purchases a car with a mysterious black credit card.,jonathan hol*,"dan crisafulli, kay whitney, richard garcia, pat cashman",2016,133,3.2,173,,57
649,sleeping beauty,"drama,romance","a haunting portrait of lucy, a young university student drawn into a mysterious hidden world of unspoken desires.",julia leigh,"emily browning, rachael blake, ewen leslie, bridgette barrett",2011,101,5.3,27006,0.03,
650,vampire academy,"action,comedy,fantasy","rose hathaway is a dhampir, half human-half vampire, a guardian of the moroi, peaceful, mortal vampires living discreetly within our world. her calling is to protect the moroi from bloodthirsty, immortal vampires, the strigoi.",mark waters,"zoey deutch, lucy fry, danila kozlovsky, gabriel byrne",2014,104,5.6,44111,7.79,30
651,sweeney todd: the demon barber of fleet street,"drama,horror,musical","the infamous story of benjamin barker, a.k.a. sweeney todd, who sets up a barber shop down in london which is the basis for a sinister partnership with his fellow tenant, mrs. lovett. based on the hit broadway musical.",tim burton,"johnny depp, helena bonham carter, alan rickman,timothy spall",2007,116,7.4,296289,52.88,83
652,solace,"crime,drama,mystery",a psychic works with the fbi in order to hunt down a serial killer.,afonso poyart,"anthony hopkins, jeffrey dean morgan, abbie cornish, colin farrell",2015,101,6.4,36300,,36
653,insidious,"horror,mystery,thriller",a family looks to prevent evil spirits from trapping their comatose child in a realm called the further.,james wan,"patrick wilson, rose byrne, ty simpkins, lin shaye",2010,103,6.8,219916,53.99,52
654,popstar: never stop never stopping,"comedy,music","when it becomes clear that his solo album is a failure, a former boy band member does everything in his power to maintain his celebrity status.",akiva schaffer,"andy samberg, jorma taccone,akiva schaffer, sarah silverman",2016,87,6.7,30875,9.39,68
655,the levelling,drama,"somerset, october 2014. when clover catto (ellie kendrick) receives a call telling her that her younger brother harry (joe blakemore) is dead, she must return to her family farm and face ... see full summary »",hope dickson leach,"ellie kendrick, david troughton, jack holden,joe blakemore",2016,83,6.4,482,,82
656,public enemies,"biography,crime,drama","the feds try to take down notorious american gangsters john dillinger, baby face nelson and pretty boy floyd during a booming crime wave in the 1930s.",michael mann,"christian bale, johnny depp, christian stolte, jason clarke",2009,140,7,240323,97.03,70
657,boyhood,drama,"the life of mason, from early childhood to his arrival at college.",richard linklater,"ellar coltrane, patricia arquette, ethan hawke,elijah smith",2014,165,7.9,286722,25.36,100
658,teenage mutant ninja turtles,"action,adventure,comedy","when a kingpin threatens new york city, a group of mutated turtle warriors must emerge from the shadows to protect their home.",jonathan liebesman,"megan fox, will arnett, william fichtner, noel fisher",2014,101,5.9,178527,190.87,31
659,eastern promises,"crime,drama,mystery",a russian teenager living in london who dies during childbirth leaves clues to a midwife in her journal that could tie her child to a rape involving a violent russian mob family.,david cronenberg,"naomi watts, viggo mortensen, armin mueller-stahl, josef altin",2007,100,7.7,198006,17.11,82
660,the daughter,drama,"the story follows a man who returns home to discover a long-buried family secret, and whose attempts to put things right threaten the lives of those he left home years before.",simon stone,"geoffrey rush, nicholas hope, sam neill, ewen leslie",2015,96,6.7,2798,0.03,62
661,pineapple express,"action,comedy,crime",a process server and his marijuana dealer wind up on the run from hitmen and a corrupt police officer after he witnesses his dealer's boss murder a competitor while trying to serve papers on him.,david gordon green,"seth rogen, james franco, gary cole, danny mcbride",2008,111,7,267872,87.34,64
662,the first time,"comedy,drama,romance",a shy senior and a down-to-earth junior fall in love over one weekend.,jon kasdan,"dylan o'brien, britt robertson, victoria justice, james frecheville",2012,95,6.9,54027,0.02,55
663,gone baby gone,"crime,drama,mystery","two boston area detectives investigate a little girl's kidnapping, which ultimately turns into a crisis both professionally and personally.",ben affleck,"morgan freeman, ed harris, casey affleck, michelle monaghan",2007,114,7.7,206707,20.3,72
664,the heat,"action,comedy,crime",an uptight fbi special agent is paired with a foul-mouthed boston cop to take down a ruthless drug lord.,paul feig,"sandra bullock, michael mcdonald, melissa mccarthy,demián bichir",2013,117,6.6,140151,159.58,60
665,l'avenir,drama,"a philosophy teacher soldiers through the death of her mother, getting fired from her job, and dealing with a husband who is cheating on her.",mia hansen-løve,"isabelle huppert, andré marcon, roman kolinka,edith scob",2016,102,7.1,5796,0.28,88
666,anna karenina,"drama,romance","in late-19th-century russian high society, st. petersburg aristocrat anna karenina enters into a life-changing affair with the dashing count alexei vronsky.",joe wright,"keira knightley, jude law, aaron taylor-johnson,matthew macfadyen",2012,129,6.6,75291,12.8,63
667,regression,"crime,drama,mystery",a detective and a psychoanalyst uncover evidence of a satanic cult while investigating the rape of a young woman.,alejandro amenábar,"ethan hawke, david thewlis, emma watson,dale dickey",2015,106,5.7,26320,0.05,32
668,ted 2,"adventure,comedy,romance","newlywed couple ted and tami-lynn want to have a baby, but in order to qualify to be a parent, ted will have to prove he's a person in a court of law.",seth macfarlane,"mark wahlberg, seth macfarlane, amanda seyfried, jessica barth",2015,115,6.3,136323,81.26,48
669,pain & gain,"comedy,crime,drama",a trio of bodybuilders in florida get caught up in an extortion ring and a kidnapping scheme that goes terribly wrong.,michael bay,"mark wahlberg, dwayne johnson, anthony mackie,tony shalhoub",2013,129,6.5,168875,49.87,45
670,blood diamond,"adventure,drama,thriller","a fisherman, a smuggler, and a syndicate of businessmen match wits over the possession of a priceless diamond.",edward zwick,"leonardo dicaprio, djimon hounsou, jennifer connelly, kagiso kuypers",2006,143,8,422014,57.37,64
671,devil's knot,"biography,crime,drama",the savage murders of three young children sparks a controversial trial of three teenagers accused of killing the kids as part of a satanic ritual.,atom egoyan,"colin firth, reese witherspoon, alessandro nivola,james hamrick",2013,114,6.1,15514,,42
672,child 44,"crime,drama,thriller",a disgraced member of the russian military police investigates a series of child murders during the stalin-era soviet union.,daniel espinosa,"tom hardy, gary oldman, noomi rapace, joel kinnaman",2015,137,6.5,47703,1.21,41
673,the hurt locker,"drama,history,thriller","during the iraq war, a sergeant recently assigned to an army bomb squad is put at odds with his squad mates due to his maverick way of handling his work.",kathryn bigelow,"jeremy renner, anthony mackie, brian geraghty,guy pearce",2008,131,7.6,352023,15.7,94
674,green *,"action,adventure,sci-fi","reckless test pilot hal jordan is granted an alien ring that bestows him with otherworldly powers that inducts him into an intergalactic police force, the green * corps.",martin campbell,"ryan reynolds, blake lively, peter sarsgaard,mark strong",2011,114,5.6,231907,116.59,39
675,war on everyone,"action,comedy","two corrupt cops set out to blackmail and frame every criminal unfortunate enough to cross their path. events, however, are complicated by the arrival of someone who appears to be even more dangerous than they are.",john michael mcdonagh,"alexander skarsgård, michael peña, theo james, tessa thompson",2016,98,5.9,9285,,50
676,the mist,horror,"a freak storm unleashes a species of bloodthirsty creatures on a small town, where a small band of citizens hole up in a supermarket and fight for their lives.",frank darabont,"thomas jane, marcia gay harden, laurie holden,andre braugher",2007,126,7.2,233346,25.59,58
677,escape plan,"action,crime,mystery","when a structural-security authority finds himself set up and incarcerated in the world's most secret and secure *, he has to use his skills to escape with help from the inside.",mikael håfström,"sylvester stallone, arnold schwarzenegger, 50 cent, vincent d'onofrio",2013,115,6.7,188004,25.12,49
678,"love, rosie","comedy,romance","rosie and alex have been best friends since they were 5, so they couldn't possibly be right for one another...or could they? when it comes to love, life and making the right choices, these two are their own worst enemies.",christian ditter,"lily collins, sam claflin, christian cooke, jaime winstone",2014,102,7.2,80415,0.01,44
679,the duff,comedy,"a high school senior instigates a social pecking order revolution after finding out that she has been labeled the duff - designated ugly fat friend - by her prettier, more popular counterparts.",ari sandel,"mae whitman, bella thorne, robbie amell, allison janney",2015,101,6.5,57874,34.02,56
680,the age of shadows,"action,drama,thriller",japanese agents close in as members of the korean resistance plan an attack in 1920's seoul.,jee-woon kim,"byung-hun lee, yoo gong, kang-ho song, ji-min han",2016,140,7.2,2403,0.54,78
681,the hunger games: mockingjay - part 1,"action,adventure,sci-fi","katniss everdeen is in district 13 after she shatters the games forever. under the leadership of president coin and the advice of her trusted friends, katniss spreads her wings as she fights to save peeta and a nation moved by her courage.",francis lawrence,"jennifer lawrence, josh hutcherson, liam hemsworth, woody harrelson",2014,123,6.7,331902,337.1,64
682,we need to talk about kevin,"drama,mystery,thriller","kevin's mother struggles to love her strange child, despite the increasingly vicious things he says and does as he grows up. but kevin is just getting started, and his final act will be beyond anything anyone imagined.",lynne ramsay,"tilda swinton, john c. reilly, ezra miller, jasper newell",2011,112,7.5,104953,1.74,68
683,love & friendship,"comedy,drama,romance","lady susan vernon takes up temporary residence at her in-laws' estate and, while there, is determined to be a matchmaker for her daughter frederica -- and herself too, naturally.",whit stillman,"kate beckinsale, chloë sevigny, xavier samuel,emma greenwell",2016,90,6.5,16164,14.01,87
684,the mortal instruments: city of bones,"action,fantasy,horror","when her mother disappears, clary fray learns that she descends from a line of warriors who protect our world from demons. she joins forces with others like her and heads into a dangerous alternate new york called the shadow world.",harald zwart,"lily collins, jamie campbell bower, robert sheehan,jemima west",2013,130,5.9,112313,31.17,33
685,seven pounds,"drama,romance",a man with a fateful secret embarks on an extraordinary journey of redemption by forever changing the lives of seven strangers.,gabriele muccino,"will smith, rosario dawson, woody harrelson,michael ealy",2008,123,7.7,245144,69.95,36
686,the king's speech,"biography,drama","the story of king george vi of the united kingdom of great britain and northern ireland, his impromptu ascension to the throne and the speech therapist who helped the unsure monarch become worthy of it.",tom hooper,"colin firth, geoffrey rush, helena bonham carter,derek jacobi",2010,118,8,534388,138.8,88
687,hunger,"biography,drama",irish republican bobby sands leads the inmates of a northern irish * in a hunger strike.,steve mcqueen,"stuart graham, laine megaw, brian milligan, liam mcmahon",2008,96,7.6,54486,0.15,82
688,jumper,"action,adventure,sci-fi",a teenager with teleportation abilities suddenly finds himself in the middle of an ancient war between those like him and their sworn annihilators.,doug liman,"hayden christensen, samuel l. jackson, jamie bell,rachel bilson",2008,88,6.1,252503,80.17,35
689,toy story 3,"animation,adventure,comedy","the toys are mistakenly delivered to a day-care center instead of the attic right before andy leaves for college, and it's up to woody to convince the other toys that they weren't abandoned and to return home.",lee unkrich,"tom hanks, tim allen, joan cusack, ned beatty",2010,103,8.3,586669,414.98,92
690,tinker tailor soldier spy,"drama,mystery,thriller","in the bleak days of the cold war, espionage veteran george smiley is forced from semi-retirement to uncover a soviet agent within mi6.",tomas alfredson,"gary oldman, colin firth, tom hardy, mark strong",2011,122,7.1,157053,24.1,85
691,resident evil: retribution,"action,horror,sci-fi",alice fights alongside a resistance movement to regain her freedom from an umbrella corporation testing facility.,paul w.s. anderson,"milla jovovich, sienna guillory, michelle rodriguez, aryana engineer",2012,96,5.4,114144,42.35,39
692,dear zindagi,"drama,romance","kaira is a budding cinematographer in search of a perfect life. her encounter with jug, an unconventional thinker, helps her gain a new perspective on life. she discovers that happiness is all about finding comfort in life's imperfections.",gauri shinde,"alia bhatt, shah rukh khan, kunal kapoor, priyanka moodley",2016,151,7.8,23540,1.4,56
693,genius,"biography,drama","a chronicle of max perkins's time as the book editor at scribner, where he oversaw works by thomas wolfe, ernest hemingway, f. scott fitzgerald and others.",michael grandage,"colin firth, jude law, nicole kidman, laura linney",2016,104,6.5,10708,1.36,
694,pompeii,"action,adventure,drama","a slave-turned-gladiator finds himself in a race against time to save his true love, who has been betrothed to a corrupt roman senator. as mount vesuvius erupts, he must fight to save his beloved as pompeii crumbles around him.",paul w.s. anderson,"kit harington, emily browning, kiefer sutherland, adewale akinnuoye-agbaje",2014,105,5.5,90188,23.22,39
695,life of pi,"adventure,drama,fantasy","a young man who survives a disaster at sea is hurtled into an epic journey of adventure and discovery. while cast away, he forms an unexpected connection with another survivor: a fearsome bengal tiger.",ang lee,"suraj sharma, irrfan khan, adil hussain, tabu",2012,127,7.9,471109,124.98,79
696,hachi: a dog's tale,"drama,family",a college professor's bond with the abandoned dog he takes into his home.,lasse hallström,"richard gere, joan allen, cary-hiroyuki tagawa,sarah roemer",2009,93,8.1,177602,,61
697,10 years,"comedy,drama,romance","the night before their high school reunion, a group of friends realize they still haven't quite grown up in some ways.",jamie linden,"channing tatum, rosario dawson, chris pratt, jenna dewan tatum",2011,100,6.1,19636,0.2,
698,i origins,"drama,romance,sci-fi",a molecular biologist and his laboratory partner uncover evidence that may fundamentally change society as we know it.,mike cahill,"michael pitt, steven yeun, astrid bergès-frisbey, brit marling",2014,106,7.3,86271,0.33,57
699,live free or die hard,"action,adventure,thriller",john mcclane and a young hacker join forces to take down master cyber-terrorist thomas gabriel in washington d.c.,len wiseman,"bruce willis, justin long, timothy olyphant, maggie q",2007,128,7.2,347567,134.52,69
700,the matchbreaker,"comedy,romance","when an idealistic romantic gets fired from his day job, he is offered a ""one-time gig"" to break up a girl's relationship for her disapproving parents. this ""one-time"" gig spreads through ... see full summary »",caleb vetter,"wesley elder, christina grimmie, osric chau, olan rogers",2016,94,5.5,1427,,44
701,funny games,"crime,drama,horror",two psychopathic young men take a family hostage in their cabin.,michael haneke,"naomi watts, tim roth, michael pitt, brady corbet",2007,111,6.5,73835,1.29,
702,ted,"comedy,fantasy","john bennett, a man whose childhood wish of bringing his teddy bear to life came true, now must decide between keeping the relationship with the bear or his girlfriend, lori.",seth macfarlane,"mark wahlberg, mila kunis, seth macfarlane, joel mchale",2012,106,7,494641,218.63,62
703,red,"action,comedy,crime","when his peaceful life is threatened by a high-tech assassin, former black-ops agent frank moses reassembles his old team in a last ditch effort to survive and uncover his assailants.",robert schwentke,"bruce willis, helen mirren, morgan freeman,mary-louise parker",2010,111,7.1,250012,90.36,60
704,australia,"adventure,drama,romance","set in northern australia before world war ii, an english aristocrat who inherits a sprawling ranch reluctantly pacts with a stock-man in order to protect her new property from a takeover plot. as the pair drive 2,000 head of cattle over unforgiving landscape, they experience the bombing of darwin, australia, by japanese forces firsthand.",baz luhrmann,"nicole kidman, hugh jackman, shea adams, eddie baroo",2008,165,6.6,106115,49.55,53
705,faster,"action,crime,drama",an ex-con gets on a series of apparently unrelated killings. he gets tracked by a veteran cop with secrets of his own and an egocentric hit man.,george tillman jr.,"dwayne johnson, billy bob thornton, maggie grace, mauricio lopez",2010,98,6.5,83788,23.23,44
706,the neighbor,"crime,horror,thriller","set in cutter mississippi, the film follows a man who discovers the dark truth about his neighbor and the secrets he may be keeping in the cellar.",marcus dunstan,"josh stewart, bill engvall, alex essoe, ronnie gene blevins",2016,87,5.8,4754,,60
707,the adjustment bureau,"romance,sci-fi,thriller",the affair between a politician and a contemporary dancer is affected by mysterious forces keeping the lovers apart.,george nolfi,"matt damon, emily blunt, lisa thoreson, florence kastriner",2011,106,7.1,208632,62.45,
708,the hollars,"comedy,drama,romance",a man returns to his small hometown after learning that his mother has fallen ill and is about to undergo surgery.,john krasinski,"sharlto copley, charlie day, richard jenkins, anna kendrick",2016,88,6.5,5908,1.02,53
709,the judge,"crime,drama","big-city lawyer hank palmer returns to his childhood home where his father, the town's judge, is suspected of murder. hank sets out to discover the truth and, along the way, reconnects with his estranged family.",david dobkin,"robert downey jr., robert duvall, vera farmiga, billy bob thornton",2014,141,7.4,146812,47.11,48
710,closed circuit,"crime,drama,mystery",a high-profile terrorism case unexpectedly binds together two ex-lovers on the defense team - testing the limits of their loyalties and placing their lives in jeopardy.,john crowley,"eric bana, rebecca hall, jim broadbent, ciarán hinds",2013,96,6.2,18437,5.73,50
711,transformers: revenge of the fallen,"action,adventure,sci-fi","sam witwicky leaves the autobots behind for a normal life. but when his mind is filled with cryptic symbols, the decepticons target him and he is dragged back into the transformers' war.",michael bay,"shia labeouf, megan fox, josh duhamel, tyrese gibson",2009,150,6,335757,402.08,35
712,la tortue rouge,"animation,fantasy","a man is shipwrecked on a deserted island and encounters a red turtle, which changes his life.",michael dudok de wit,"emmanuel garijo, tom hudson, baptiste goy, axel devillers",2016,80,7.6,11482,0.92,86
713,the book of life,"animation,adventure,comedy","manolo, a young man who is torn between fulfilling the expectations of his family and following his heart, embarks on an adventure that spans three fantastic worlds where he must face his greatest fears.",jorge r. gutiérrez,"diego luna, zoe saldana, channing tatum, ron perlman",2014,95,7.3,50388,50.15,67
714,incendies,"drama,mystery,war","twins journey to the middle east to discover their family history, and fulfill their mother's last wishes.",denis villeneuve,"lubna azabal, mélissa désormeaux-poulin, maxim gaudette, mustafa kamel",2010,131,8.2,92863,6.86,80
715,the heartbreak kid,"comedy,romance",a newly wed man who believes he's just gotten hitched to the perfect woman encounters another lady on his honeymoon.,bobby farrelly,"ben stiller, michelle monaghan,malin akerman, jerry stiller",2007,116,5.8,74664,36.77,46
716,happy feet,"animation,comedy,family","into the world of the emperor penguins, who find their soul mates through song, a penguin is born who cannot sing. but he can tap dance something fierce!",george miller,"elijah wood, brittany murphy, hugh jackman, robin williams",2006,108,6.5,141141,197.99,77
717,entourage,comedy,"movie star vincent chase, together with his boys eric, turtle, and johnny, are back - and back in business with super agent-turned-studio head ari gold on a risky project that will serve as vince's directorial debut.",doug ellin,"adrian grenier, kevin connolly, jerry ferrara, kevin dillon",2015,104,6.6,64557,32.36,38
718,the strangers,"horror,mystery,thriller",a young couple staying in an isolated vacation home are terrorized by three unknown assailants.,bryan bertino,"scott speedman, liv tyler, gemma ward, alex fisher",2008,86,6.2,96718,52.53,47
719,noah,"action,adventure,drama",a man is chosen by his world's creator to undertake a momentous mission before an apocalyptic flood cleanses the world.,darren aronofsky,"russell crowe, jennifer connelly, anthony hopkins, emma watson",2014,138,5.8,209700,101.16,68
720,neighbors,comedy,"after they are forced to live next to a fraternity house, a couple with a newborn baby do whatever they can to take them down.",nicholas stoller,"seth rogen, rose byrne, zac efron, lisa kudrow",2014,97,6.4,236500,150.06,68
721,nymphomaniac: vol. ii,drama,"the continuation of joe's sexually dictated life delves into the darker aspects of her adulthood, obsessions and what led to her being in seligman's care.",lars von trier,"charlotte gainsbourg, stellan skarsgård, willem dafoe, jamie bell",2013,123,6.7,65824,0.33,60
722,wild,"adventure,biography,drama","a chronicle of one woman's 1,100-mile solo hike undertaken as a way to recover from a recent personal tragedy.",jean-marc vallée,"reese witherspoon, laura dern, gaby hoffmann,michiel huisman",2014,115,7.1,95553,37.88,76
723,grown ups,comedy,"after their high school basketball coach passes away, five good friends and former teammates reunite for a fourth of july holiday weekend.",dennis dugan,"adam sandler, salma hayek, kevin james, chris rock",2010,102,6,190385,162,30
724,blair witch,"horror,thriller","after discovering a video showing what he believes to be his vanished sister heather, james and a group of friends head to the forest believed to be inhabited by the blair witch.",adam wingard,"james allen mccune, callie hernandez, corbin reid, brandon scott",2016,89,5.1,26088,20.75,47
725,the karate kid,"action,drama,family","work causes a single mother to move to china with her young son; in his new home, the boy embraces kung fu, taught to him by a master.",harald zwart,"*, jaden smith, taraji p. henson, wenwen han",2010,140,6.2,127983,176.59,61
726,dark shadows,"comedy,fantasy,horror","an im*ed vampire, barnabas collins, is set free and returns to his ancestral home, where his dysfunctional descendants are in need of his protection.",tim burton,"johnny depp, michelle pfeiffer, eva green, helena bonham carter",2012,113,6.2,209326,79.71,55
727,friends with benefits,"comedy,romance","a young man and woman decide to take their friendship to the next level without becoming a couple, but soon discover that adding sex only leads to complications.",will gluck,"mila kunis, justin timberlake, patricia clarkson, jenna elfman",2011,109,6.6,286543,55.8,63
728,the illusionist,"drama,mystery,romance","in turn-of-the-century vienna, a magician uses his abilities to secure the love of a woman far above his social standing.",neil burger,"edward norton, jessica biel, paul giamatti, rufus sewell",2006,110,7.6,309934,39.83,68
729,the a-team,"action,adventure,comedy","a group of iraq war veterans looks to clear their name with the u.s. military, who suspect the four men of committing a crime for which they were framed.",joe carnahan,"liam neeson, bradley cooper, sharlto copley,jessica biel",2010,117,6.8,219116,77.21,47
730,the guest,thriller,"a soldier introduces himself to the peterson family, claiming to be a friend of their son who died in action. after the young man is welcomed into their home, a series of accidental deaths seem to be connected to his presence.",adam wingard,"dan stevens, sheila kelley, maika monroe, joel david moore",2014,100,6.7,71069,0.32,76
731,the internship,comedy,"two salesmen whose careers have been torpedoed by the digital age find their way into a coveted internship at google, where they must compete with a group of young, tech-savvy geniuses for a shot at employment.",shawn levy,"vince vaughn, owen wilson, rose byrne, aasif mandvi",2013,119,6.3,166342,44.67,42
732,paul,"adventure,comedy,sci-fi",two british comic-book geeks traveling across the u.s. encounter an alien outside area 51.,greg mottola,"simon pegg, nick frost, seth rogen, mia stallard",2011,104,7,201707,37.37,57
733,this beautiful fantastic,"comedy,drama,fantasy","a young woman who dreams of being a children's author makes an unlikely friendship with a cantankerous, rich old widower.",simon aboud,"jessica brown findlay, andrew scott, jeremy irvine,tom wilkinson",2016,100,6.9,688,,51
734,the da vinci code,"mystery,thriller",a murder inside the louvre and clues in da vinci paintings lead to the discovery of a religious mystery protected by a secret society for two thousand years -- which could shake the foundations of christianity.,ron howard,"tom hanks, audrey tautou, jean reno, ian mckellen",2006,149,6.6,338280,217.54,46
735,mr. church,"comedy,drama","""mr. church"" tells the story of a unique friendship that develops when a little girl and her dying mother retain the services of a talented cook - henry joseph church. what begins as a six month arrangement instead spans into fifteen years and creates a family bond that lasts forever.",bruce beresford,"eddie murphy, britt robertson, natascha mcelhone, xavier samuel",2016,104,7.7,16163,0.69,37
736,hugo,"adventure,drama,family","in paris in 1931, an orphan named hugo cabret who lives in the walls of a train station is wrapped up in a mystery involving his late father and an automaton.",martin scorsese,"asa butterfield, chloë grace moretz, christopher lee, ben kingsley",2011,126,7.5,259182,73.82,83
737,the blackcoat's daughter,"horror,thriller",two girls must battle a mysterious evil force when they get left behind at their boarding school over winter break.,oz perkins,"emma roberts, kiernan shipka, lauren holly, lucy boynton",2015,93,5.6,4155,0.02,68
738,body of lies,"action,drama,romance",a cia agent on the ground in jordan hunts down a powerful terrorist leader while being caught between the unclear intentions of his american supervisors and jordan intelligence.,ridley scott,"leonardo dicaprio, russell crowe, mark strong,golshifteh farahani",2008,128,7.1,182305,39.38,57
739,knight of cups,"drama,romance",a writer indulging in all that los angeles and las vegas has to offer undertakes a search for love and self via a series of adventures with six different women.,terrence malick,"christian bale, cate blanchett, natalie portman,brian dennehy",2015,118,5.7,17439,0.56,53
740,the mummy: tomb of the dragon emperor,"action,adventure,fantasy","in the far east, alex o'connell, the son of famed mummy fighters rick and evy o'connell, unearths the mummy of the first emperor of qin -- a shape-shifting entity cursed by a witch centuries ago.",rob cohen,"brendan fraser, jet li, maria bello, michelle yeoh",2008,112,5.2,124554,102.18,31
741,the boss,comedy,"a titan of industry is sent to * after she's caught insider trading. when she emerges ready to rebrand herself as america's latest sweetheart, not everyone she screwed over is so quick to forgive and forget.",ben falcone,"melissa mccarthy, kristen bell, peter dinklage, ella anderson",2016,99,5.4,29642,63.03,40
742,hands of stone,"action,biography,drama",the legendary roberto duran and his equally legendary trainer ray arcel change each other's lives.,jonathan jakubowicz,"edgar ramírez, usher raymond, robert de niro, rubén blades",2016,111,6.6,8998,4.71,54
743,el secreto de sus ojos,"drama,mystery,romance",a retired legal counselor writes a novel hoping to find closure for one of his past unresolved homicide cases and for his unreciprocated love with his superior - both of which still haunt him decades later.,juan josé campanella,"ricardo darín, soledad villamil, pablo rago,carla quevedo",2009,129,8.2,144524,20.17,80
744,true grit,"adventure,drama,western",a tough u.s. marshal helps a stubborn teenager track down her father's murderer.,ethan coen,"jeff bridges, matt damon, hailee steinfeld,josh brolin",2010,110,7.6,254904,171.03,80
745,we are your friends,"drama,music,romance","caught between a forbidden romance and the expectations of his friends, aspiring dj cole carter attempts to find the path in life that leads to fame and fortune.",max joseph,"zac efron, wes bentley, emily ratajkowski, jonny weston",2015,96,6.2,25903,3.59,46
746,a million ways to die in the west,"comedy,romance,western","as a cowardly farmer begins to fall for the mysterious new woman in town, he must put his new-found courage to the test when her husband, a notorious gun-slinger, announces his arrival.",seth macfarlane,"seth macfarlane, charlize theron, liam neeson,amanda seyfried",2014,116,6.1,144779,42.62,44
747,only for one night,thriller,a married womans husband with a perfect life cheats with her sister with extreme consequences befalling them all.,chris stokes,"brian white, karrueche tran, angelique pereira,jessica vanessa deleon",2016,86,4.6,313,,60
748,rules don't apply,"comedy,drama,romance","the unconventional love story of an aspiring actress, her determined driver, and their boss, eccentric billionaire howard hughes.",warren beatty,"lily collins, haley bennett, taissa farmiga, steve tom",2016,127,5.7,3731,3.65,
749,ouija: origin of evil,"horror,thriller","in 1967 los angeles, a widowed mother and her 2 daughters add a new stunt to bolster their seance scam business, inviting an evil presence into their home.",mike flanagan,"elizabeth reaser, lulu wilson, annalise basso,henry thomas",2016,99,6.1,30035,34.9,65
750,percy jackson: sea of monsters,"adventure,family,fantasy","in order to restore their dying safe haven, the son of poseidon and his friends embark on a quest to the sea of monsters to find the mythical golden fleece while trying to stop an ancient evil from rising.",thor freudenthal,"logan lerman, alexandra daddario, brandon t. jackson, nathan fillion",2013,106,5.9,91684,68.56,39
751,fracture,"crime,drama,mystery","an attorney, intent on climbing the career ladder toward success, finds an unlikely opponent in a manipulative criminal he is trying to prosecute.",gregory hoblit,"anthony hopkins, ryan gosling, david strathairn,rosamund pike",2007,113,7.2,148943,39,68
752,oculus,"horror,mystery","a woman tries to exonerate her brother, who was convicted of murder, by proving that the crime was committed by a supernatural phenomenon.",mike flanagan,"karen gillan, brenton thwaites, katee sackhoff,rory cochrane",2013,104,6.5,92875,27.69,61
753,in bruges,"comedy,crime,drama","guilt-stricken after a job gone wrong, hitman ray and his partner await orders from their ruthless boss in bruges, belgium, the last place in the world ray wants to be.",martin mcdonagh,"colin farrell, brendan gleeson, ciarán hinds,elizabeth berrington",2008,107,7.9,322536,7.76,67
754,this means war,"action,comedy,romance",two top cia operatives wage an epic battle against one another after they discover they are dating the same woman.,mcg,"reese witherspoon, chris pine, tom hardy, til schweiger",2012,103,6.3,154400,54.76,31
755,lída baarová,"biography,drama,history",a film about the black-and-white era actress lída baarová and her doomed love affair.,filip renc,"tatiana pauhofová, karl markovics, gedeon burkhard,simona stasová",2016,106,5,353,,64
756,the road,"adventure,drama","in a dangerous post-apocalyptic world, an ailing father defends his son as they slowly travel to the sea.",john hillcoat,"viggo mortensen, charlize theron, kodi smit-mcphee,robert duvall",2009,111,7.3,187302,0.06,
757,lavender,"drama,thriller","after losing her memory, a woman begins to see unexplained things after her psychiatrist suggests she visit her childhood home.",ed gass-donnelly,"abbie cornish, dermot mulroney, justin long,diego klattenhoff",2016,92,5.2,2083,,46
758,deuces,drama,an agent infiltrates a crime ring ran by a charismatic boss.,jamal hill,"larenz tate, meagan good, rotimi, rick gonzalez",2016,87,6.6,256,,36
759,conan the barbarian,"action,adventure,fantasy",a vengeful barbarian warrior sets off to get his revenge on the evil warlord who attacked his village and murdered his father when he was a boy.,marcus nispel,"jason momoa, ron perlman, rose mcgowan,stephen lang",2011,113,5.2,84893,21.27,
760,the fighter,"action,biography,drama","a look at the early years of boxer ""irish"" micky ward and his brother who helped train him before going pro in the mid 1980s.",david o. russell,"mark wahlberg, christian bale, amy adams,melissa leo",2010,116,7.8,290056,93.57,79
761,august rush,"drama,music","a drama with fairy tale elements, where an orphaned musical prodigy uses his gift as a clue to finding his birth parents.",kirsten sheridan,"freddie highmore, keri russell, jonathan rhys meyers, terrence howard",2007,114,7.5,91229,31.66,38
762,chef,"comedy,drama","a head chef quits his restaurant job and buys a food truck in an effort to reclaim his creative promise, while piecing back together his estranged family.",jon favreau,"jon favreau, robert downey jr., scarlett johansson,dustin hoffman",2014,114,7.3,151970,31.24,68
763,eye in the sky,"drama,thriller,war","col. katherine powell, a military officer in command of an operation to capture terrorists in kenya, sees her mission escalate when a girl enters the kill zone triggering an international dispute over the implications of modern warfare.",gavin hood,"helen mirren, aaron paul, alan rickman, barkhad abdi",2015,102,7.3,57826,18.7,73
764,eagle eye,"action,mystery,thriller","jerry and rachel are two strangers thrown together by a mysterious phone call from a woman they have never met. threatening their lives and family, she pushes jerry and rachel into a series of increasingly dangerous situations, using the technology of everyday life to track and control their every move.",d.j. caruso,"shia labeouf, michelle monaghan, rosario dawson,michael chiklis",2008,118,6.6,156158,101.11,43
765,the purge,"horror,sci-fi,thriller","a wealthy family are held hostage for harboring the target of a murderous syndicate during the purge, a 12-hour period in which any and all crime is legal.",james demonaco,"ethan hawke, lena headey, max burkholder,adelaide kane",2013,85,5.7,154588,64.42,41
766,pk,"comedy,drama,romance","a stranger in the city asks questions no one has asked before. his childlike curiosity will take him on a journey of love, laughter, and letting go.",rajkumar hirani,"aamir khan, anushka sharma, sanjay dutt,boman irani",2014,153,8.2,103279,10.57,51
767,ender's game,"action,sci-fi","young ender wiggin is recruited by the international military to lead the fight against the formics, a genocidal alien race which nearly annihilated the human race in a previous invasion.",gavin hood,"harrison ford, asa butterfield, hailee steinfeld, abigail breslin",2013,114,6.7,194236,61.66,
768,indiana jones and the kingdom of the crystal skull,"action,adventure,fantasy","famed archaeologist/adventurer dr. henry ""indiana"" jones is called back into action when he becomes entangled in a soviet plot to uncover the secret behind mysterious artifacts known as the crystal skulls.",steven spielberg,"harrison ford, cate blanchett, shia labeouf,karen allen",2008,122,6.2,351361,317.01,65
769,paper towns,"drama,mystery,romance","after an all night adventure, quentin's life-long crush, margo, disappears, leaving behind clues that quentin and his friends follow on the journey of a lifetime.",jake schreier,"nat wolff, cara delevingne, austin abrams, justice smith",2015,109,6.3,72515,31.99,56
770,high-rise,drama,life for the residents of a tower block begins to run out of control.,ben wheatley,"tom hiddleston, jeremy irons, sienna miller, luke evans",2015,119,5.7,25928,0.34,65
771,quantum of solace,"action,adventure,thriller","james bond descends into mystery as he tries to stop a mysterious organization from eliminating a country's most valuable resource. all the while, he still tries to seek revenge over the death of his love.",marc forster,"daniel craig, olga kurylenko, mathieu amalric, judi dench",2008,106,6.6,347798,168.37,58
772,the assignment,"action,crime,thriller","after waking up and discovering that he has undergone gender reassignment surgery, an assassin seeks to find the doctor responsible.",walter hill,"sigourney weaver, michelle rodriguez, tony shalhoub,anthony lapaglia",2016,95,4.5,2043,,34
773,how to train your dragon,"animation,action,adventure","a hapless young viking who aspires to hunt dragons becomes the unlikely friend of a young dragon himself, and learns there may be more to the creatures than he assumed.",dean deblois,"jay baruchel, gerard butler,christopher mintz-plasse, craig ferguson",2010,98,8.1,523893,217.39,74
774,lady in the water,"drama,fantasy,mystery","apartment building superintendent cleveland heep rescues what he thinks is a young woman from the pool he maintains. when he discovers that she is actually a character from a bedtime story who is trying to make the journey back to her home, he works with his tenants to protect his new friend from the creatures that are determined to keep her in our world.",m. night shyamalan,"paul giamatti, bryce dallas howard, jeffrey wright, bob balaban",2006,110,5.6,82701,42.27,36
775,the fountain,"drama,sci-fi","as a modern-day scientist, tommy is struggling with mortality, desperately searching for the medical breakthrough that will save the life of his cancer-stricken wife, izzi.",darren aronofsky,"hugh jackman, rachel weisz, sean patrick thomas, ellen burstyn",2006,96,7.3,199193,10.14,51
776,cars 2,"animation,adventure,comedy",star race car lightning mcqueen and his pal mater head overseas to compete in the world grand prix race. but the road to the championship becomes rocky as mater gets caught up in an intriguing adventure of his own: international espionage.,john lasseter,"owen wilson, larry the cable guy,michael caine, emily mortimer",2011,106,6.2,110490,191.45,57
777,31,"horror,thriller","five carnival workers are kidnapped and held hostage in an abandoned, hell-like compound where they are forced to participate in a violent game, the goal of which is to survive twelve hours against a gang of sadistic clowns.",rob zombie,"malcolm mcdowell, richard brake, jeff daniel phillips,sheri moon zombie",2016,102,5.1,10871,0.78,35
778,final girl,"action,thriller",a man teaches a young woman how to become a complete weapon. later she is approached by a group of sadistic teens who kill blonde women for unknown reasons. the hunting season begins.,tyler shields,"abigail breslin, wes bentley, logan huffman,alexander ludwig",2015,90,4.7,9026,,56
779,chalk it up,comedy,"when a super girly-girl is dumped by her boyfriend; she decides to do everything she can to get him back by building a college gymnastics team, quickly learning that she is capable of a lot more than just getting an mrs degree.",hisonni johnson,"maddy curley, john deluca, nikki soohoo, drew seeley",2016,90,4.8,499,,
780,the man who knew infinity,"biography,drama","the story of the life and academic career of the pioneer indian mathematician, srinivasa ramanujan, and his friendship with his mentor, professor g.h. hardy.",matt brown,"dev patel, jeremy irons, malcolm sinclair, raghuvir joshi",2015,108,7.2,29912,3.86,
781,unknown,"action,mystery,thriller","a man awakens from a coma, only to discover that someone has taken on his identity and that no one, (not even his wife), believes him. with the help of a young woman, he sets out to prove who he is.",jaume collet-serra,"liam neeson, diane kruger, january jones,aidan quinn",2011,113,6.9,218679,61.09,56
782,self/less,"action,mystery,sci-fi","a dying real estate mogul transfers his consciousness into a healthy young body, but soon finds that neither the procedure nor the company that performed it are quite what they seem.",tarsem singh,"ryan reynolds, natalie martinez, matthew goode,ben kingsley",2015,117,6.5,67196,12.28,34
783,mr. *s,"crime,drama,thriller",a psychological thriller about a man who is sometimes controlled by his murder-and-mayhem-loving alter ego.,bruce a. evans,"kevin costner, demi moore, william hurt, dane cook",2007,120,7.3,128146,28.48,45
784,tramps,"comedy,romance",a young man and woman find love in an unlikely place while carrying out a shady deal.,adam leon,"callum turner, grace van patten, michal vondel, mike birbiglia",2016,82,6.5,1031,,77
785,before we go,"comedy,drama,romance",two strangers stuck in manhattan for the night grow into each other's most trusted confidants when an evening of unexpected adventure forces them to confront their fears and take control of their lives.,chris evans,"chris evans, alice eve, emma fitzpatrick, john cullum",2014,95,6.9,31370,0.04,31
786,captain phillips,"biography,drama,thriller","the true story of captain richard phillips and the 2009 hijacking by somali pirates of the u.s.-flagged mv maersk alabama, the first american cargo ship to be hijacked in two hundred years.",paul greengrass,"tom hanks, barkhad abdi, barkhad abdirahman,catherine keener",2013,134,7.8,346154,107.1,83
787,the secret scripture,drama,a woman keeps a diary of her extended stay at a mental hospital.,jim sheridan,"rooney mara, eric bana, theo james, aidan turner",2016,108,6.8,378,,37
788,max steel,"action,adventure,family","the adventures of teenager max mcgrath and his alien companion, steel, who must harness and combine their tremendous new powers to evolve into the turbo-charged superhero max steel.",stewart hendler,"ben winchell, josh brener, maria bello, andy garcia",2016,92,4.6,11555,3.77,22
789,hotel transylvania 2,"animation,comedy,family","dracula and his friends try to bring out the monster in his half human, half vampire grandson in order to keep mavis from leaving the hotel.",genndy tartakovsky,"adam sandler, andy samberg, selena gomez, kevin james",2015,89,6.7,69157,169.69,44
790,hancock,"action,crime,drama",hancock is a superhero whose ill considered behavior regularly causes damage in the millions. he changes when the person he saves helps him improve his public image.,peter berg,"will smith, charlize theron, jason bateman, jae head",2008,92,6.4,366138,227.95,49
791,sisters,comedy,two sisters decide to throw one last house party before their parents sell their family home.,jason moore,"amy poehler, tina fey, maya rudolph, ike barinholtz",2015,118,6,50241,87.03,58
792,the family,"comedy,crime,thriller","the manzoni family, a notorious mafia clan, is relocated to normandy, france under the witness protection program, where fitting in soon becomes challenging as their old habits die hard.",luc besson,"robert de niro, michelle pfeiffer, dianna agron, john d'leo",2013,111,6.3,92868,36.92,42
793,zack and miri make a porno,"comedy,romance","lifelong platonic friends zack and miri look to solve their respective cash-flow problems by making an adult film together. as the cameras roll, however, the duo begin to sense that they may have more feelings for each other than they previously thought.",kevin smith,"seth rogen, elizabeth banks, craig robinson, gerry bednob",2008,101,6.6,154936,31.45,56
794,ma vie de courgette,"animation,comedy,drama","after losing his mother, a young boy is sent to a foster home with other orphans his age where he begins to learn the meaning of trust and true love.",claude barras,"gaspard schlatter, sixtine murat, paulin jaccoud,michel vuillermoz",2016,66,7.8,4370,0.29,85
795,man on a ledge,"action,crime,thriller","as a police psychologist works to talk down an ex-con who is threatening to jump from a manhattan hotel rooftop, the biggest diamond heist ever committed is in motion.",asger leth,"sam worthington, elizabeth banks, jamie bell, mandy gonzalez",2012,102,6.6,129252,18.6,40
796,no strings attached,"comedy,romance","a guy and girl try to keep their relationship strictly physical, but it's not long before they learn that they want something more.",ivan reitman,"natalie portman, ashton kutcher, kevin kline, cary elwes",2011,108,6.2,178243,70.63,50
797,rescue dawn,"adventure,biography,drama",a u.s. fighter pilot's epic struggle of survival after being shot down on a mission over laos during the vietnam war.,werner herzog,"christian bale, steve zahn, jeremy davies, zach grenier",2006,120,7.3,87887,5.48,77
798,despicable me 2,"animation,adventure,comedy","when gru, the world's most super-bad turned super-dad has been recruited by a team of officials to stop lethal muscle and a host of gru's own, he has to fight back with new gadgetry, cars, and more minion madness.",pierre coffin,"steve carell, kristen wiig, benjamin bratt, miranda cosgrove",2013,98,7.4,304837,368.05,62
799,a walk among the tombstones,"crime,drama,mystery",private investigator matthew scudder is hired by a drug kingpin to find out who kidnapped and murdered his wife.,scott frank,"liam neeson, dan stevens, david harbour, boyd hol*",2014,114,6.5,93883,25.98,57
800,the world's end,"action,comedy,sci-fi",five friends who reunite in an attempt to top their epic pub crawl from twenty years earlier unwittingly become humanity's only hope for survival.,edgar wright,"simon pegg, nick frost, martin freeman, rosamund pike",2013,109,7,199813,26,81
801,yoga hosers,"comedy,fantasy,horror",two teenage yoga enthusiasts team up with a legendary man-hunter to battle with an ancient evil presence that is threatening their major party plans.,kevin smith,"lily-rose depp, harley quinn smith, johnny depp,adam brody",2016,88,4.3,7091,,23
802,seven psychopaths,"comedy,crime",a struggling screenwriter inadvertently becomes entangled in the los angeles criminal underworld after his oddball friends kidnap a gangster's beloved shih tzu.,martin mcdonagh,"colin farrell, woody harrelson, sam rockwell,christopher walken",2012,110,7.2,196652,14.99,66
803,beowulf,"animation,action,adventure","the warrior beowulf must fight and defeat the monster grendel who is terrorizing denmark, and later, grendel's mother, who begins killing out of revenge.",robert zemeckis,"ray winstone, crispin glover, angelina jolie,robin wright",2007,115,6.2,146566,82.16,59
804,jack ryan: shadow recruit,"action,drama,thriller","jack ryan, as a young covert cia analyst, uncovers a russian plot to crash the u.s. economy with a terrorist attack.",kenneth branagh,"chris pine, kevin costner, keira knightley,kenneth branagh",2014,105,6.2,103681,50.55,57
805,1408,"fantasy,horror","a man who specializes in debunking paranormal occurrences checks into the fabled room 1408 in the dolphin hotel. soon after settling in, he confronts genuine terror.",mikael håfström,"john cusack, samuel l. jackson, mary mccormack, paul birchard",2007,104,6.8,221073,71.98,64
806,the gambler,"crime,drama,thriller",lit professor and gambler jim bennett's debt causes him to borrow money from his mother and a loan shark. further complicating his situation is his relationship with one of his students. will bennett risk his life for a second chance?,rupert wyatt,"mark wahlberg, jessica lange, john goodman, brie larson",2014,111,6,52537,33.63,55
807,prince of persia: the sands of time,"action,adventure,fantasy",a young fugitive prince and princess must stop a villain who unknowingly threatens to destroy the world with a special dagger that enables the magic sand inside to reverse time.,mike newell,"jake gyllenhaal, gemma arterton, ben kingsley,alfred molina",2010,116,6.6,233148,90.76,50
808,the spectacular now,"comedy,drama,romance","a hard-partying high school senior's philosophy on life changes when he meets the not-so-typical ""nice girl.""",james ponsoldt,"miles teller, shailene woodley, kyle chandler,jennifer jason leigh",2013,95,7.1,115751,6.85,82
809,a united kingdom,"biography,drama,romance","the story of king seretse khama of botswana and how his loving but controversial marriage to a british white woman, ruth williams, put his kingdom into political and diplomatic turmoil.",amma asante,"david oyelowo, rosamund pike, tom felton, jack davenport",2016,111,6.8,4771,3.9,65
810,uss indianapolis: men of courage,"action,drama,history","during world war ii, an american navy ship is sunk by a japanese submarine leaving 300 crewmen stranded in shark infested waters.",mario van peebles,"nicolas cage, tom sizemore, thomas jane,matt lanter",2016,128,5.2,4964,,30
811,turbo kid,"action,adventure,comedy","in a post-apocalyptic wasteland in 1997, a comic book fan adopts the persona of his favourite hero to save his enthusiastic friend and fight a tyrannical overlord.",françois simard,"munro chambers, laurence leboeuf, michael ironside, edwin wright",2015,93,6.7,19309,0.05,60
812,mama,"horror,thriller",a young couple take in their two nieces only to suspect that a foreboding evil has latched itself to their family.,andrés muschietti,"jessica chastain, nikolaj coster-waldau, megan charpentier, isabelle nélisse",2013,100,6.2,142560,71.59,57
813,orphan,"horror,mystery,thriller",a husband and wife who recently lost their baby adopt a nine year-old girl who is not nearly as innocent as she claims to be.,jaume collet-serra,"vera farmiga, peter sarsgaard, isabelle fuhrman, cch pounder",2009,123,7,153448,41.57,42
814,to rome with love,"comedy,romance","the lives of some visitors and residents of rome and the romances, adventures and predicaments they get into.",woody allen,"woody allen, penélope cruz, jesse eisenberg, ellen page",2012,112,6.3,72050,16.68,54
815,fantastic mr. fox,"animation,adventure,comedy",an urbane fox cannot resist returning to his farm raiding ways and then must help his community survive the farmers' retaliation.,wes anderson,"george clooney, meryl streep, bill murray, jason schwartzman",2009,87,7.8,149779,21,83
816,inside man,"crime,drama,mystery","a police detective, a bank robber, and a high-power broker enter high-stakes negotiations after the criminal's brilliant heist spirals into a hostage situation.",spike lee,"denzel washington, clive owen, jodie foster,christopher plummer",2006,129,7.6,285441,88.5,76
817,i.t.,"crime,drama,mystery","a self-proclaimed millionaire, has his life turned upside down after firing his i.t. consultant.",john moore,"pierce brosnan, jason barry, karen moskow, kai ryssdal",2016,95,5.4,8755,,27
818,127 hours,"adventure,biography,drama","an adventurous mountain climber becomes trapped under a boulder while canyoneering alone near moab, utah and resorts to desperate measures in order to survive.",danny boyle,"james franco, amber tamblyn, kate mara, sean bott",2010,94,7.6,294010,18.33,82
819,annabelle,"horror,mystery,thriller",a couple begins to experience terrifying supernatural occurrences involving a vintage doll shortly after their home is invaded by satanic cultists.,john r. leonetti,"ward horton, annabelle wallis, alfre woodard,tony amendola",2014,99,5.4,91106,84.26,37
820,wolves at the door,"horror,thriller","four friends gather at an elegant home during the summer of love, 1969. unbeknownst to them, deadly visitors are waiting outside. what begins as a simple farewell party turns to a night of ... see full summary »",john r. leonetti,"katie cassidy, elizabeth henstridge, adam campbell, miles fisher",2016,73,4.6,564,,63
821,suite française,"drama,romance,war","during the early years of nazi occupation of france in world war ii, romance blooms between lucile angellier (michelle williams), a french villager, and bruno von falk (matthias schoenaerts), a german soldier.",saul dibb,"michelle williams, kristin scott thomas, margot robbie,eric godon",2014,107,6.9,13711,,
822,the imaginarium of doctor parnassus,"adventure,fantasy,mystery",a traveling theater company gives its audience much more than they were expecting.,terry gilliam,"christopher plummer, lily cole, heath ledger,andrew garfield",2009,123,6.8,130153,7.69,65
823,g.i. joe: the rise of cobra,"action,adventure,sci-fi","an elite military unit comprised of special operatives known as g.i. joe, operating out of the pit, takes on an evil organization led by a notorious arms dealer.",stephen sommers,"dennis quaid, channing tatum, marlon wayans,adewale akinnuoye-agbaje",2009,118,5.8,180105,150.17,32
824,christine,"biography,drama","the story of christine chubbuck, a 1970s tv reporter struggling with depression and professional frustrations as she tries to advance her career.",antonio campos,"rebecca hall, michael c. hall, tracy letts, maria dizzia",2016,119,7,5855,0.3,72
825,man down,"drama,thriller","in a post-apocalyptic america, former u.s. marine gabriel drummer searches desperately for the whereabouts of his son, accompanied by his best friend and a survivor.",dito montiel,"shia labeouf, jai courtney, gary oldman, kate mara",2015,90,5.8,4779,,27
826,crawlspace,"horror,thriller",a thriller centered around a widower who moves into a seemingly perfect new home with his daughter and new wife.,phil claydon,"michael vartan, erin moriarty, nadine velazquez,ronnie gene blevins",2016,88,5.3,1427,,25
827,shut in,"drama,horror,thriller","a heart-pounding thriller about a widowed child psychologist who lives in an isolated existence in rural new england. caught in a deadly winter storm, she must find a way to rescue a young boy before he disappears forever.",farren blackburn,"naomi watts, charlie heaton, jacob tremblay,oliver platt",2016,91,4.6,5715,6.88,
828,the warriors gate,"action,adventure,fantasy",a teenager is magically transported to china and learns to convert his video game skills into those of a kung fu warrior.,matthias hoene,"mark chao, ni ni, dave bautista, sienna guillory",2016,108,5.3,1391,,77
829,grindhouse,"action,horror,thriller",quentin tarantino and robert rodriguez's homage to exploitation double features in the 60s and 70s with two back-to-back cult films that include previews of coming attractions between them.,robert rodriguez,"kurt russell, rose mcgowan, danny trejo, zoë bell",2007,191,7.6,160350,25.03,
830,disaster movie,comedy,"over the course of one evening, an unsuspecting group of twenty-somethings find themselves bombarded by a series of natural disasters and catastrophic events.",jason friedberg,"carmen electra, vanessa lachey,nicole parker, matt lanter",2008,87,1.9,77207,14.17,15
831,rocky balboa,"drama,sport","thirty years after the ring of the first bell, rocky balboa comes out of retirement and dons his gloves for his final fight; against the reigning heavyweight champ mason 'the line' dixon.",sylvester stallone,"sylvester stallone, antonio tarver, milo ventimiglia, burt young",2006,102,7.2,171356,70.27,63
832,diary of a wimpy kid: dog days,"comedy,family","school's out. summer vacation is on. however, greg may not have the best summer vacation ever. what could go wrong?",david bowers,"zachary gordon, robert capron, devon bostick,steve zahn",2012,94,6.4,16917,49,54
833,jane eyre,"drama,romance",a mousy governess who softens the heart of her employer soon discovers that he's hiding a terrible secret.,cary joji fukunaga,"mia wasikowska, michael fassbender, jamie bell, su elliot",2011,120,7.4,67464,11.23,76
834,fool's gold,"action,adventure,comedy",a new clue to the whereabouts of a lost treasure rekindles a married couple's sense of adventure -- and their estranged romance.,andy tennant,"matthew mcconaughey, kate hudson, donald sutherland, alexis dziena",2008,112,5.7,62719,70.22,29
835,the dictator,comedy,the heroic story of a dictator who risked his life to ensure that democracy would never come to the country he so lovingly oppressed.,larry charles,"sacha baron cohen, anna faris, john c. reilly, ben kingsley",2012,83,6.4,225394,59.62,58
836,the loft,"mystery,romance,thriller","five married guys conspire to secretly share a penthouse loft in the city--a place where they can carry out hidden affairs and indulge in their deepest fantasies. but the fantasy becomes a nightmare when they discover the dead body of an unknown woman in the loft, and they realize one of the group must be involved.",erik van looy,"karl urban, james marsden, wentworth miller, eric stonestreet",2014,108,6.3,38804,5.98,24
837,bacalaureat,"crime,drama",a film about compromises and the implications of the parent's role.,cristian mungiu,"adrian titieni, maria-victoria dragus, lia bugnar,malina manovici",2016,128,7.5,5531,0.13,84
838,you don't mess with the zohan,"action,comedy",an israeli special forces soldier fakes his death so he can re-emerge in new york city as a hair stylist.,dennis dugan,"adam sandler, john turturro, emmanuelle chriqui,nick swardson",2008,113,5.5,163144,100.02,54
839,exposed,"crime,drama,mystery",a police detective investigates the truth behind his partner's death. the mysterious case reveals disturbing police corruption and a dangerous secret involving an unlikely young woman.,gee malik linton,"ana de armas, keanu reeves, christopher mcdonald, mira sorvino",2016,102,4.2,8409,,23
840,maudie,"biography,drama,romance",an arthritic nova scotia woman works as a housekeeper while she hones her skills as an artist and eventually becomes a beloved figure in the community.,aisling walsh,"ethan hawke, sally hawkins, kari matchett, zachary bennett",2016,115,7.8,346,,60
841,horrible bosses 2,"comedy,crime","dale, kurt and nick decide to start their own business but things don't go as planned because of a slick investor, prompting the trio to pull off a harebrained and misguided kidnapping scheme.",sean anders,"jason bateman, jason sudeikis, charlie day, jennifer aniston",2014,108,6.3,125190,54.41,40
842,a bigger splash,"drama,thriller",the vacation of a famous rock star and a filmmaker in italy is disrupted by the unexpected visit of an old friend and his daughter.,luca guadagnino,"tilda swinton, matthias schoenaerts, ralph fiennes, dakota johnson",2015,125,6.4,15232,1.98,74
843,melancholia,drama,two sisters find their already strained relationship challenged as a mysterious new planet threatens to collide with earth.,lars von trier,"kirsten dunst, charlotte gainsbourg, kiefer sutherland, alexander skarsgård",2011,135,7.1,137117,3.03,80
844,the princess and the frog,"animation,adventure,comedy","a waitress, desperate to fulfill her dreams as a restaurant owner, is set on a journey to turn a frog prince back into a human being, but she has to face the same problem after she kisses him.",ron clements,"anika noni rose, keith david, oprah winfrey, bruno campos",2009,97,7.1,95480,104.37,73
845,unstoppable,"action,thriller","with an unmanned, half-mile-long freight train barreling toward a city, a veteran engineer and a young conductor race against the clock to prevent a catastrophe.",tony scott,"denzel washington, chris pine, rosario dawson, ethan suplee",2010,98,6.8,157499,81.56,69
846,flight,"drama,thriller","an airline pilot saves almost all his passengers on his malfunctioning airliner which eventually crashed, but an investigation into the accident reveals something troubling.",robert zemeckis,"denzel washington, nadine velazquez, don cheadle, john goodman",2012,138,7.3,276347,93.75,76
847,home,"animation,adventure,comedy","an alien on the run from his own people makes friends with a girl. he tries to help her on her quest, but can be an interference.",tim johnson,"jim parsons, rihanna, steve martin, jennifer lopez",2015,94,6.7,77447,177.34,55
848,la migliore offerta,"crime,drama,mystery","in the world of high-end art auctions and antiques, virgil oldman is an elderly and esteemed but eccentric genius art-expert, known and appreciated by the world. oldman is hired by a ... see full summary »",giuseppe tornatore,"geoffrey rush, jim sturgess, sylvia hoeks,donald sutherland",2013,131,7.8,77986,0.09,49
849,mean dreams,thriller,"follows casey and jonas, two teenagers desperate to escape their broken and abusive homes and examines the desperation of life on the run and the beauty of first love.",nathan morlando,"sophie nélisse, josh wiggins, joe cobden, bill paxton",2016,108,6.3,1066,,64
850,42,"biography,drama,sport",this movie is about jackie robinson and his journey to becoming a *lyn dodger and his life during that time.,brian helgeland,"chadwick boseman, t.r. knight, harrison ford,nicole beharie",2013,128,7.5,69659,95,62
851,21,"crime,drama,thriller","""21"" is the fact-based story about six mit students who were trained to become experts in card counting and subsequently took vegas casinos for millions in winnings.",robert luketic,"jim sturgess, kate bosworth, kevin spacey, aaron yoo",2008,123,6.8,198395,81.16,48
852,begin again,"drama,music",a chance encounter between a disgraced music-business executive and a young singer-songwriter new to manhattan turns into a promising collaboration between the two talents.,john carney,"keira knightley, mark ruffalo, adam levine, hailee steinfeld",2013,104,7.4,111875,16.17,62
853,out of the furnace,"crime,drama,thriller","when rodney baze mysteriously disappears and law enforcement doesn't follow through fast enough, his older brother, russell, takes matters into his own hands to find justice.",scott cooper,"christian bale, casey affleck, zoe saldana, woody harrelson",2013,116,6.8,88829,11.33,63
854,vicky cristina barcelona,"drama,romance","two girlfriends on a summer holiday in spain become enamored with the same painter, unaware that his ex-wife, with whom he has a tempestuous relationship, is about to re-enter the picture.",woody allen,"rebecca hall, scarlett johansson, javier bardem,christopher evan welch",2008,96,7.1,208770,23.21,70
855,kung fu panda,"animation,action,adventure","the dragon warrior has to * against the savage tai lung as china's fate hangs in the balance: however, the dragon warrior mantle is supposedly mistaken to be bestowed upon an obese panda who is a tyro in martial arts.",mark osborne,"jack black, ian mcshane,angelina jolie, dustin hoffman",2008,92,7.6,329788,215.4,73
856,barbershop: the next cut,"comedy,drama","as their surrounding community has taken a turn for the worse, the crew at calvin's barbershop come together to bring some much needed change to their neighborhood.",malcolm d. lee,"ice cube, regina hall, anthony anderson, eve",2016,111,5.9,9993,54.01,67
857,terminator salvation,"action,adventure,drama","in 2018, a mysterious new weapon in the war against the machines, half-human and half-machine, comes to john connor on the eve of a resistance attack on skynet. but whose side is he on, and can he be trusted?",mcg,"christian bale, sam worthington, anton yelchin, moon bloodgood",2009,115,6.6,297093,125.32,49
858,freedom writers,"biography,crime,drama","a young teacher inspires her class of at-risk students to learn tolerance, apply themselves, and pursue education beyond high school.",richard lagravenese,"hilary swank, imelda staunton, patrick dempsey, scott glenn",2007,123,7.5,55648,36.58,64
859,the hills have eyes,horror,"a suburban american family is being stalked by a group of psychotic people who live in the desert, far away from civilization.",alexandre aja,"ted levine, kathleen quinlan, dan byrd, emilie de ravin",2006,107,6.4,136642,41.78,52
860,changeling,"biography,drama,mystery","a grief-stricken mother takes on the lapd to her own detriment when it stubbornly tries to pass off an obvious impostor as her missing child, while also refusing to give up hope that she will find him one day.",clint eastwood,"angelina jolie, colm feore, amy ryan, gattlin griffith",2008,141,7.8,206793,35.71,63
861,remember me,"drama,romance","a romantic drama centered on two new lovers: tyler, whose parents have split in the wake of his brother's suicide, and ally, who lives each day to the fullest since witnessing her mother's murder.",allen coulter,"robert pattinson, emilie de ravin, caitlyn rund,moisés acevedo",2010,113,7.2,119376,19.06,40
862,koe no katachi,"animation,drama,romance","the story revolves around nishimiya shoko, a grade school student who has impaired hearing. she transfers into a new school, where she is bullied by her classmates, especially ishida shouya... see full summary »",naoko yamada,"miyu irino, saori hayami, aoi yuki, kenshô ono",2016,129,8.4,2421,,80
863,"alexander and the terrible, horrible, no good, very bad day","comedy,family","alexander's day begins with gum stuck in his hair, followed by more calamities. however, he finds little sympathy from his family and begins to wonder if bad things only happen to him, his mom, dad, brother and sister - who all find themselves living through their own terrible, horrible, no good, very bad day.",miguel arteta,"steve carell, jennifer garner, ed oxenbould, dylan minnette",2014,81,6.2,32310,66.95,54
864,locke,drama,"ivan locke, a dedicated family man and successful construction manager, receives a phone call on the eve of the biggest challenge of his career that sets in motion a series of events that threaten his carefully cultivated existence.",steven knight,"tom hardy, olivia colman, ruth wilson, andrew scott",2013,85,7.1,100890,1.36,81
865,the 9th life of louis drax,"mystery,thriller",a psychologist who begins working with a young boy who has suffered a near-fatal fall finds himself drawn into a mystery that tests the boundaries of fantasy and reality.,alexandre aja,"jamie dornan, aiden longworth, sarah gadon,aaron paul",2016,108,6.3,6175,,41
866,horns,"drama,fantasy,horror","in the aftermath of his girlfriend's mysterious death, a young man awakens to find strange horns sprouting from his temples.",alexandre aja,"daniel radcliffe, juno temple, max minghella, joe anderson",2013,120,6.5,61060,0.16,46
867,indignation,"drama,romance","in 1951, marcus, a working-class jewish student from new jersey, attends a small ohio college, where he struggles with sexual repression and cultural disaffection, amid the ongoing korean war.",james schamus,"logan lerman, sarah gadon, tijuana ricks, sue dahlman",2016,110,6.9,7402,3.4,78
868,the stanford * experiment,"biography,drama,history",twenty-four male students out of seventy-five were selected to take on randomly assigned roles of *ers and guards in a mock * situated in the basement of the stanford psychology building.,kyle patrick alvarez,"ezra miller, tye sheridan, billy crudup, olivia thirlby",2015,122,6.9,20907,0.64,67
869,diary of a wimpy kid: rodrick rules,"comedy,family","back in middle school after summer vacation, greg heffley and his older brother rodrick must deal with their parents' misguided attempts to have them bond.",david bowers,"zachary gordon, devon bostick, robert capron,rachael harris",2011,99,6.6,20194,52.69,51
870,mission: impossible iii,"action,adventure,thriller",agent ethan hunt comes into conflict with a dangerous and sadistic arms dealer who threatens his life and his fianceé in response .,j.j. abrams,"tom cruise, michelle monaghan, ving rhames, philip seymour hoffman",2006,126,6.9,270429,133.38,66
871,en man som heter ove,"comedy,drama","ove, an ill-tempered, isolated retiree who spends his days enforcing block association rules and visiting his wife's grave, has finally given up on life just as an unlikely friendship develops with his boisterous new neighbors.",hannes holm,"rolf lassgård, bahar pars, filip berg, ida engvoll",2015,116,7.7,21569,3.36,70
872,dragonball evolution,"action,adventure,fantasy","the young warrior son goku sets out on a quest, racing against time and the vengeful king piccolo, to collect a set of seven magical orbs that will grant their wielder unlimited power.",james wong,"justin chatwin, james marsters, yun-fat chow, emmy rossum",2009,85,2.7,59512,9.35,45
873,red dawn,"action,thriller",a group of teenagers look to save their town from an invasion of north korean soldiers.,dan bradley,"chris hemsworth, isabel lucas, josh hutcherson, josh peck",2012,93,5.4,64584,44.8,31
874,one day,"drama,romance","after spending the night together on the night of their college graduation dexter and em are shown each year on the same date to see where they are in their lives. they are sometimes together, sometimes not, on that day.",lone scherfig,"anne hathaway, jim sturgess, patricia clarkson,tom mison",2011,107,7,113599,13.77,48
875,life as we know it,"comedy,drama,romance",two single adults become caregivers to an orphaned girl when their mutual best friends die in an accident.,greg berlanti,"katherine heigl, josh duhamel, josh lucas, alexis clagett",2010,114,6.6,101301,53.36,39
876,28 weeks later,"drama,horror,sci-fi","six months after the rage virus was inflicted on the population of great britain, the us army helps to secure a small area of london for the survivors to repopulate and start again. but not everything goes to plan.",juan carlos fresnadillo,"jeremy renner, rose byrne, robert carlyle, harold perrineau",2007,100,7,221858,28.64,78
877,warm bodies,"comedy,horror,romance","after a highly unusual zombie saves a still-living girl from an attack, the two form a relationship that sets in motion events that might transform the entire lifeless world.",jonathan levine,"nicholas hoult, teresa palmer, john malkovich,analeigh tipton",2013,98,6.9,193579,66.36,59
878,blue jasmine,drama,"a new york socialite, deeply troubled and in denial, arrives in san francisco to impose upon her sister. she looks a million, but isn't bringing money, peace, or love...",woody allen,"cate blanchett, alec baldwin, peter sarsgaard, sally hawkins",2013,98,7.3,160592,33.4,78
879,g.i. joe: retaliation,"action,adventure,sci-fi",the g.i. joes are not only fighting their mortal enemy cobra; they are forced to contend with threats from within the government that jeopardize their very existence.,jon m. chu,"dwayne johnson, channing tatum, adrianne palicki,byung-hun lee",2013,110,5.8,152145,122.51,41
880,wrath of the titans,"action,adventure,fantasy","perseus braves the treacherous underworld to rescue his father, zeus, captured by his son, ares, and brother hades who unleash the ancient titans upon the world.",jonathan liebesman,"sam worthington, liam neeson, rosamund pike, ralph fiennes",2012,99,5.8,159230,83.64,37
881,shin gojira,"action,adventure,drama",japan is plunged into chaos upon the appearance of a giant monster.,hideaki anno,"hiroki hasegawa, yutaka takenouchi,satomi ishihara, ren ôsugi",2016,120,6.9,8365,1.91,68
882,saving mr. banks,"biography,comedy,drama","author p.l. travers reflects on her childhood after reluctantly meeting with walt disney, who seeks to adapt her mary poppins books for the big screen.",john lee hancock,"emma thompson, tom hanks, annie rose buckley, colin farrell",2013,125,7.5,125693,83.3,65
883,transcendence,"drama,mystery,romance","a scientist's drive for artificial intelligence, takes on dangerous implications when his consciousness is uploaded into one such program.",wally pfister,"johnny depp, rebecca hall, morgan freeman, cillian murphy",2014,119,6.3,184564,23.01,42
884,rio,"animation,adventure,comedy","when blu, a domesticated macaw from small-town minnesota, meets the fiercely independent jewel, he takes off on an adventure to rio de janeiro with the bird of his dreams.",carlos saldanha,"jesse eisenberg, anne hathaway, george lopez,karen disher",2011,96,6.9,173919,143.62,63
885,equals,"drama,romance,sci-fi","in an emotionless utopia, two people fall in love when they regain their feelings from a mysterious disease, causing tensions between them and their society.",drake doremus,"nicholas hoult, kristen stewart, vernetta lopez,scott lawrence",2015,101,6.1,16361,0.03,43
886,babel,drama,"tragedy strikes a married couple on vacation in the moroccan desert, touching off an interlocking story involving four different families.",alejandro gonzález iñárritu,"brad pitt, cate blanchett, gael garcía bernal, mohamed akhzam",2006,143,7.5,253417,34.3,69
887,the tree of life,"drama,fantasy","the story of a family in waco, texas in 1956. the eldest son witnesses the loss of innocence and struggles with his parents' conflicting teachings.",terrence malick,"brad pitt, sean penn, jessica chastain, hunter mccracken",2011,139,6.8,143517,13.3,85
888,the lucky one,"drama,romance",a marine travels to louisiana after serving three tours in iraq and searches for the unknown woman he believes was his good luck charm during the war.,scott hicks,"zac efron, taylor schilling, blythe danner, riley thomas stewart",2012,101,6.5,82874,60.44,39
889,piranha 3d,"comedy,horror,thriller","after a sudden underwater tremor sets free scores of the prehistoric man-eating fish, an unlikely group of strangers must band together to stop themselves from becoming fish food for the area's new razor-toothed residents.",alexandre aja,"elisabeth shue, jerry o'connell, richard dreyfuss,ving rhames",2010,88,5.5,75262,25,53
890,50/50,"comedy,drama,romance","inspired by a true story, a comedy centered on a 27-year-old guy who learns of his cancer diagnosis, and his subsequent struggle to beat the disease.",jonathan levine,"joseph gordon-levitt, seth rogen, anna kendrick, bryce dallas howard",2011,100,7.7,281625,34.96,72
891,the intent,"crime,drama","gunz (dylan duffus) is thrust into a world of excitement when he joins the tic crew. the crew, led by the ruthless hoodz (scorcher), goes from low level weed peddling to full on armed ... see full summary »",femi oyeniran,"dylan duffus, scorcher,shone romulus, jade asha",2016,104,3.5,202,,59
892,this is 40,"comedy,romance","pete and debbie are both about to turn 40, their kids hate each other, both of their businesses are failing, they're on the verge of losing their house, and their relationship is threatening to fall apart.",judd apatow,"paul rudd, leslie mann, maude apatow, iris apatow",2012,134,6.2,108156,67.52,
893,real steel,"action,drama,family","in the near future, robot boxing is a top sport. a struggling promoter feels he's found a champion in a discarded robot.",shawn levy,"hugh jackman, evangeline lilly, dakota goyo,anthony mackie",2011,127,7.1,264480,85.46,56
894,sex and the city,"comedy,drama,romance",a new york writer on sex and love is finally getting married to her mr. big. but her three best girlfriends must console her after one of them inadvertently leads mr. big to jilt her.,michael patrick king,"sarah jessica parker, kim cattrall, cynthia nixon, kristin davis",2008,145,5.5,102547,152.64,53
895,rambo,"action,thriller,war","in thailand, john rambo joins a group of missionaries to venture into war-torn burma, and rescue a group of christian aid workers who were kidnapped by the ruthless local infantry unit.",sylvester stallone,"sylvester stallone, julie benz, matthew marsden, graham mctavish",2008,92,7.1,187077,42.72,46
896,planet terror,"action,comedy,horror","after an experimental bio-weapon is released, turning thousands into zombie-like creatures, it's up to a rag-tag group of survivors to stop the infected and those behind its release.",robert rodriguez,"rose mcgowan, freddy rodríguez, josh brolin,marley shelton",2007,105,7.1,174553,,55
897,concussion,"biography,drama,sport","in pittsburgh, accomplished pathologist dr. bennet omalu uncovers the truth about brain damage in football players who suffer repeated concussions in the course of normal play.",peter landesman,"will smith, alec baldwin, albert *s, david morse",2015,123,7.1,61274,34.53,
898,the fall,"adventure,comedy,drama","in a hospital on the outskirts of 1920s los angeles, an injured stuntman begins to tell a fellow patient, a little girl with a broken arm, a fantastic story of five mythical heroes. thanks to his fractured state of mind and her vivid imagination, the line between fiction and reality blurs as the tale advances.",tarsem singh,"lee pace, catinca untaru, justine waddell, kim uylenbroek",2006,117,7.9,93036,2.28,64
899,the ugly truth,"comedy,romance",a romantically challenged morning show producer is reluctantly embroiled in a series of outrageous tests by her chauvinistic correspondent to prove his theories on relationships and help ... see full summary »,robert luketic,"katherine heigl, gerard butler, bree turner, eric winter",2009,96,6.5,172558,88.92,28
900,bride wars,"comedy,romance",two best friends become rivals when they schedule their respective weddings on the same day.,gary winick,"kate hudson, anne hathaway, candice bergen, bryan greenberg",2009,89,5.5,83976,58.72,24
901,sleeping with other people,"comedy,drama,romance","a good-natured womanizer and a serial cheater form a platonic relationship that helps reform them in ways, while a mutual attraction sets in.",leslye headland,"jason sudeikis, alison brie, jordan carlos,margarita levieva",2015,101,6.5,27730,0.81,64
902,snakes on a plane,"action,adventure,crime","an fbi agent takes on a plane full of deadly and venomous snakes, deliberately released to kill a witness being flown from honolulu to los angeles to testify against a mob boss.",david r. ellis,"samuel l. jackson, julianna margulies, nathan phillips, rachel blanchard",2006,105,5.6,118905,34.01,58
903,what if,"comedy,romance","wallace, who is burned out from a string of failed relationships, forms an instant bond with chantry, who lives with her longtime boyfriend. together, they puzzle out what it means if your best friend is also the love of your life.",michael dowse,"daniel radcliffe, zoe kazan, megan park, adam driver",2013,98,6.8,55243,3.45,59
904,how to train your dragon 2,"animation,action,adventure","when hiccup and toothless discover an ice cave that is home to hundreds of new wild dragons and the mysterious dragon rider, the two friends find themselves at the center of a battle to protect the peace.",dean deblois,"jay baruchel, cate blanchett, gerard butler, craig ferguson",2014,102,7.9,237565,177,76
905,robocop,"action,crime,sci-fi","in 2028 detroit, when alex murphy - a loving husband, father and good cop - is critically injured in the line of duty, the multinational conglomerate omnicorp sees their chance for a part-man, part-robot police officer.",josé padilha,"joel kinnaman, gary oldman, michael keaton, abbie cornish",2014,117,6.2,190833,58.61,52
906,in dubious battle,drama,an activist gets caught up in the labor movement for farm workers in california during the 1930s.,james franco,"nat wolff, james franco, vincent d'onofrio, selena gomez",2016,110,6.2,1455,,43
907,"hello, my name is doris","comedy,drama,romance",a self-help seminar inspires a sixty-something woman to romantically pursue her younger co-worker.,michael showalter,"sally field, max greenfield, tyne daly, wendi mclendon-covey",2015,95,6.7,12361,14.44,63
908,ocean's thirteen,"crime,thriller","danny ocean rounds up the boys for a third heist, after casino owner willy bank double-crosses one of the original eleven, reuben tishkoff.",steven soderbergh,"george clooney, brad pitt, matt damon,michael mantell",2007,122,6.9,269581,117.14,62
909,slither,"comedy,horror,sci-fi","a small town is taken over by an alien plague, turning residents into zombies and all forms of mutant monsters.",james gunn,"nathan fillion, elizabeth banks, michael rooker, don thompson",2006,95,6.5,64351,7.77,69
910,contagion,"drama,thriller","healthcare professionals, government officials and everyday people find themselves in the midst of a worldwide epidemic as the cdc works to find a cure.",steven soderbergh,"matt damon, kate winslet, jude law, gwyneth paltrow",2011,106,6.6,187004,75.64,70
911,il racconto dei racconti - tale of tales,"drama,fantasy,horror","from the bitter quest of the queen of longtrellis, to two mysterious sisters who provoke the passion of a king, to the king of highhills obsessed with a giant flea, these tales are inspired by the fairytales by giambattista basile.",matteo garrone,"salma hayek, vincent cassel, toby jones, john c. reilly",2015,133,6.4,17565,0.08,72
912,i am the pretty thing that lives in the house,thriller,a young nurse takes care of elderly author who lives in a haunted house.,oz perkins,"ruth wilson, paula prentiss, lucy boynton, bob balaban",2016,87,4.7,4204,,68
913,bridge to terabithia,"adventure,drama,family",a preteen's life turns upside down when he befriends the new girl in school and they imagine a whole new fantasy world to escape reality.,gabor csupo,"josh hutcherson, annasophia robb, zooey deschanel, robert patrick",2007,96,7.2,117297,82.23,74
914,coherence,"mystery,sci-fi,thriller",strange things begin to happen when a group of friends gather for a dinner party on an evening when a comet is passing overhead.,james ward byrkit,"emily baldoni, maury sterling, nicholas brendon, elizabeth gracen",2013,89,7.2,66265,0.07,65
915,notorious,"biography,crime,drama","the life and death story of notorious b.i.g. (a.k.a. christopher wallace), who came straight out of *lyn to take the world of rap music by storm.",george tillman jr.,"jamal woolard, anthony mackie, derek luke,momo dione",2009,122,6.7,33007,36.84,60
916,goksung,"drama,fantasy,horror",a stranger arrives in a little village and soon after a mysterious sickness starts spreading. a policeman is drawn into the incident and is forced to solve the mystery in order to save his daughter.,hong-jin na,"jun kunimura, jung-min hwang, do-won kwak, woo-hee chun",2016,156,7.5,17962,0.79,81
917,the expendables 2,"action,adventure,thriller","mr. church reunites the expendables for what should be an easy paycheck, but when one of their men is murdered on the job, their quest for revenge puts them deep in enemy territory and up against an unexpected threat.",simon west,"sylvester stallone, liam hemsworth, randy couture,jean-claude van damme",2012,103,6.6,257395,85.02,51
918,the girl next door,"crime,drama,horror","based on the jack ketchum novel of the same name, the girl next door follows the unspeakable torture and abuses committed on a teenage girl in the care of her aunt...and the boys who witness and fail to report the crime.",gregory wilson,"william atherton, blythe auffarth, blanche baker,kevin chamberlin",2007,91,6.7,19351,,29
919,perfume: the story of a murderer,"crime,drama,fantasy","jean-baptiste grenouille, born with a superior olfactory sense, creates the world's finest perfume. his work, however, takes a dark turn as he searches for the ultimate scent.",tom tykwer,"ben whishaw, dustin hoffman, alan rickman,francesc albiol",2006,147,7.5,199387,2.21,56
920,the golden compass,"adventure,family,fantasy","in a parallel universe, young lyra belacqua journeys to the far north to save her best friend and other kidnapped children from terrible experiments by a mysterious organization.",chris weitz,"nicole kidman, daniel craig, dakota blue richards, ben walker",2007,113,6.1,155078,70.08,51
921,centurion,"action,adventure,drama",a splinter group of roman soldiers fight for their lives behind enemy lines after their legion is decimated in a devastating guerrilla attack.,neil marshall,"michael fassbender, dominic west, olga kurylenko,andreas wisniewski",2010,97,6.4,67801,0.12,62
922,scouts guide to the zombie apocalypse,"action,comedy,horror","three scouts, on the eve of their last camp-out, discover the true meaning of friendship when they attempt to save their town from a zombie outbreak.",christopher landon,"tye sheridan, logan miller, joey morgan,sarah dumont",2015,93,6.3,31651,3.64,32
923,17 again,"comedy,drama,family",mike o'donnell is ungrateful for how his life turned out. he gets a chance to rewrite his life when he tried to save a janitor near a bridge and jumped after him into a time vortex.,burr steers,"zac efron, matthew perry, leslie mann, thomas lennon",2009,102,6.4,152808,64.15,48
924,no escape,"action,thriller","in their new overseas home, an american family soon finds themselves caught in the middle of a coup, and they frantically look for a safe escape from an environment where foreigners are being immediately executed.",john erick dowdle,"lake bell, pierce brosnan, owen wilson,chatchawai kamonsakpitak",2015,103,6.8,57921,27.29,38
925,superman returns,"action,adventure,sci-fi","superman reappears after a long absence, but is challenged by an old foe who uses kryptonian technology for world domination.",bryan singer,"brandon routh, kevin spacey, kate bosworth, james marsden",2006,154,6.1,246797,200.07,72
926,the twilight saga: breaking dawn - part 1,"adventure,drama,fantasy","the quileutes close in on expecting parents edward and bella, whose unborn child poses a threat to the wolf pack and the towns people of forks.",bill condon,"kristen stewart, robert pattinson, taylor lautner, gil birmingham",2011,117,4.9,190244,281.28,45
927,precious,drama,"in new york city's harlem circa 1987, an overweight, abused, illiterate teen who is pregnant with her second child is invited to enroll in an alternative school in hopes that her life can head in a new direction.",lee daniels,"gabourey sidibe, mo'nique, paula patton, mariah carey",2009,110,7.3,91623,47.54,79
928,the sea of trees,drama,a suicidal american befriends a japanese man lost in a forest near mt. fuji and the two search for a way out.,gus van sant,"matthew mcconaughey, naomi watts, ken watanabe,ryoko seta",2015,110,5.9,7475,0.02,23
929,good kids,comedy,four high school students look to redefine themselves after graduation.,chris mccoy,"zoey deutch, nicholas braun, mateo arias, israel broussard",2016,86,6.1,3843,,86
930,the master,drama,a naval veteran arrives home from war unsettled and uncertain of his future - until he is tantalized by the cause and its charismatic leader.,paul thomas anderson,"philip seymour hoffman, joaquin phoenix,amy adams, jesse plemons",2012,144,7.1,112902,16.38,
931,footloose,"comedy,drama,music","city teenager ren maccormack moves to a small town where rock music and dancing have been banned, and his rebellious spirit shakes up the populace.",craig brewer,"kenny wormald, julianne hough, dennis quaid,andie macdowell",2011,113,5.9,39380,51.78,58
932,if i stay,"drama,fantasy,music","life changes in an instant for young mia hall after a car accident puts her in a coma. during an out-of-body experience, she must decide whether to wake up and live a life far different than she had imagined. the choice is hers if she can go on.",r.j. cutler,"chloë grace moretz, mireille enos, jamie blackley,joshua leonard",2014,107,6.8,92170,50.46,46
933,the ticket,drama,a blind man who regains his vision finds himself becoming metaphorically blinded by his obsession for the superficial.,ido fluk,"dan stevens, malin akerman, oliver platt, kerry bishé",2016,97,5.4,924,,52
934,detour,thriller,"a young law student blindly enters into a pact with a man who offers to kill his stepfather, whom he feels is responsible for the accident that sent his mother into a coma.",christopher smith,"tye sheridan, emory cohen, bel powley,stephen moyer",2016,97,6.3,2205,,46
935,the love witch,"comedy,horror",a modern-day witch uses spells and magic to get men to fall in love with her.,anna biller,"samantha robinson, jeffrey vincent parise, laura waddell, gian keys",2016,120,6.2,4669,0.22,82
936,talladega nights: the ballad of ricky bobby,"action,comedy,sport","#1 nascar driver ricky bobby stays atop the heap thanks to a pact with his best friend and teammate, cal naughton, jr. but when a french formula one driver, makes his way up the ladder, ricky bobby's talent and devotion are put to the test.",adam mckay,"will ferrell, john c. reilly, sacha baron cohen, gary cole",2006,108,6.6,137502,148.21,66
937,the human centipede (first sequence),horror,"a mad scientist kidnaps and mutilates a trio of tourists in order to reassemble them into a human centipede, created by stitching their mouths to each others' rectums.",tom six,"dieter laser, ashley c. williams, ashlynn yennie, akihiro kitamura",2009,92,4.4,60655,0.18,33
938,super,"comedy,drama","after his wife falls under the influence of a drug dealer, an everyday guy transforms himself into crimson bolt, a superhero with the best intentions, but lacking in heroic skills.",james gunn,"rainn wilson, ellen page, liv tyler, kevin bacon",2010,96,6.8,64535,0.32,50
939,the siege of jadotville,"action,drama,thriller",irish commandant pat quinlan leads a stand off with troops against french and belgian mercenaries in the congo during the early 1960s.,richie smyth,"jamie dornan, mark strong, jason o'mara, michael mcelhatton",2016,108,7.3,14689,,83
940,up in the air,"drama,romance","ryan bingham enjoys living out of a suitcase for his job traveling around the country firing people, but finds that lifestyle threatened by the presence of a potential love interest and a new hire.",jason reitman,"george clooney, vera farmiga, anna kendrick,jason bateman",2009,109,7.4,279694,83.81,
941,the midnight meat train,"horror,mystery","a photographer's obsessive pursuit of dark subject matter leads him into the path of a serial killer who stalks late night commuters, ultimately butchering them in the most gruesome ways imaginable.",ryûhei kitamura,"vinnie jones, bradley cooper, leslie bibb, *e shields",2008,98,6.1,50255,0.07,58
942,the twilight saga: eclipse,"adventure,drama,fantasy","as a string of mysterious killings grips seattle, bella, whose high school graduation is fast approaching, is forced to choose between her love for vampire edward and her friendship with werewolf jacob.",david slade,"kristen stewart, robert pattinson, taylor lautner,xavier samuel",2010,124,4.9,192740,300.52,58
943,transpecos,thriller,"for three border patrol agents working a remote desert checkpoint, the contents of one car will reveal an insidious plot within their own ranks. the next 24 hours will take them on a treacherous journey that could cost them their lives.",greg kwedar,"johnny simmons, gabriel luna, clifton collins jr.,david acord",2016,86,5.8,1292,,73
944,what's your number?,"comedy,romance",a woman looks back at the past nineteen men she's had relationships with in her life and wonders if one of them might be her one true love.,mark mylod,"anna faris, chris evans, ari graynor, blythe danner",2011,106,6.1,62095,13.99,35
945,riddick,"action,sci-fi,thriller","left for dead on a sun-scorched planet, riddick finds himself up against an alien race of predators. activating an emergency beacon alerts two ships: one carrying a new breed of mercenary, the other captained by a man from riddick's past.",david twohy,"vin diesel, karl urban, katee sackhoff, jordi mollà",2013,119,6.4,132098,42,49
946,triangle,"fantasy,mystery,thriller","the story revolves around the passengers of a yachting trip in the atlantic ocean who, when struck by mysterious weather conditions, jump to another ship only to experience greater havoc on the open seas.",christopher smith,"melissa george, joshua mcivor, jack taylor,michael dorman",2009,99,6.9,72533,,66
947,the butler,"biography,drama","as cecil gaines serves eight presidents during his tenure as a butler at the white house, the civil rights movement, vietnam, and other major events affect this man's life, family, and american society.",lee daniels,"forest whitaker, oprah winfrey, john cusack, jane fonda",2013,132,7.2,93322,116.63,
948,king cobra,"crime,drama","this ripped-from-the-headlines drama covers the early rise of gay porn headliner sean paul lockhart a.k.a. brent corrigan, before his falling out with the producer who made him famous. when... see full summary »",justin kelly,"garrett clayton, christian slater, molly ringwald,james kelley",2016,91,5.6,3990,0.03,48
949,after earth,"action,adventure,sci-fi","a crash landing leaves kitai raige and his father cypher stranded on earth, a millennium after events forced humanity's escape. with cypher injured, kitai must embark on a perilous journey to signal for help.",m. night shyamalan,"jaden smith, david denman, will smith,sophie okonedo",2013,100,4.9,166512,60.52,33
950,kicks,adventure,"brandon is a 15 year old whose dream is a pair of fresh air jordans. soon after he gets his hands on them, they're stolen by a local hood, causing brandon and his two friends to go on a dangerous mission through oakland to retrieve them.",justin tipping,"jahking guillory, christopher jordan wallace,christopher meyer, kofi siriboe",2016,80,6.1,2417,0.15,69
951,me and earl and the dying girl,"comedy,drama","high schooler greg, who spends most of his time making parodies of classic movies with his co-worker earl, finds his outlook forever altered after befriending a classmate who has just been diagnosed with cancer.",alfonso gomez-rejon,"thomas mann, rj cyler, olivia cooke, nick offerman",2015,105,7.8,92076,6.74,74
952,the descendants,"comedy,drama",a land baron tries to reconnect with his two daughters after his wife is seriously injured in a boating accident.,alexander payne,"george clooney, shailene woodley, amara miller, nick krause",2011,115,7.3,211348,82.62,84
953,sex and the city 2,"comedy,drama,romance","while wrestling with the pressures of life, love, and work in manhattan, carrie, miranda, and charlotte join samantha for a trip to abu dhabi (united arab emirates), where samantha's ex is filming a new movie.",michael patrick king,"sarah jessica parker, kim cattrall, kristin davis, cynthia nixon",2010,146,4.3,62403,95.33,27
954,the kings of summer,"adventure,comedy,drama","three teenage friends, in the ultimate act of independence, decide to spend their summer building a house in the woods and living off the land.",jordan vogt-roberts,"nick robinson, gabriel basso, moises arias,nick offerman",2013,95,7.2,65653,1.29,61
955,death race,"action,sci-fi,thriller",ex-con jensen ames is forced by the warden of a notorious * to compete in our post-industrial world's most popular sport: a car race in which inmates must brutalize and kill one another on the road to victory.,paul w.s. anderson,"jason statham, joan allen, tyrese gibson, ian mcshane",2008,105,6.4,173731,36.06,43
956,that awkward moment,"comedy,romance","three best friends find themselves where we've all been - at that confusing moment in every dating relationship when you have to decide ""so...where is this going?""",tom gormican,"zac efron, michael b. jordan, miles teller, imogen poots",2014,94,6.2,81823,26.05,36
957,legion,"action,fantasy,horror","when a group of strangers at a dusty roadside diner come under attack by demonic forces, their only chance for survival lies with an archangel named michael, who informs a pregnant waitress that her unborn child is humanity's last hope.",scott stewart,"paul bettany, dennis quaid, charles s. dutton, lucas black",2010,100,5.2,84158,40.17,32
958,end of watch,"crime,drama,thriller","shot documentary-style, this film follows the daily grind of two young police officers in la who are partners and friends, and what happens when they meet criminal forces greater than themselves.",david ayer,"jake gyllenhaal, michael peña, anna kendrick, america ferrera",2012,109,7.7,192190,40.98,68
959,3 days to kill,"action,drama,thriller",a dying cia agent trying to reconnect with his estranged daughter is offered an experimental drug that could save his life in exchange for one last assignment.,mcg,"kevin costner, hailee steinfeld, connie nielsen, amber heard",2014,117,6.2,73567,30.69,40
960,lucky number slevin,"crime,drama,mystery",a case of mistaken identity lands slevin into the middle of a war being plotted by two of the city's most rival crime bosses: the rabbi and the boss. slevin is under constant surveillance by relentless detective brikowski as well as the infamous assassin goodkat and finds himself having to hatch his own ingenious plot to get them before they get him.,paul mcguigan,"josh hartnett, ben kingsley, morgan freeman, lucy liu",2006,110,7.8,271940,22.49,53
961,trance,"crime,drama,mystery",an art auctioneer who has become mixed up with a group of criminals partners with a hypnotherapist in order to recover a lost painting.,danny boyle,"james mcavoy, rosario dawson, vincent cassel,danny sapani",2013,101,7,97141,2.32,61
962,into the forest,"drama,sci-fi,thriller","after a massive power outage, two sisters learn to survive on their own in their isolated woodland home.",patricia rozema,"ellen page, evan rachel wood, max minghella,callum keith rennie",2015,101,5.9,10220,0.01,59
963,the other boleyn girl,"biography,drama,history",two sisters contend for the affection of king henry viii.,justin chadwick,"natalie portman, scarlett johansson, eric bana,jim sturgess",2008,115,6.7,88260,26.81,50
964,i spit on your grave,"crime,horror,thriller","a writer who is brutalized during her cabin retreat seeks revenge on her attackers, who left her for dead.",steven r. monroe,"sarah butler, jeff branson, andrew howard,daniel franzese",2010,108,6.3,60133,0.09,27
965,custody,drama,the lives of three women are unexpectedly changed when they cross paths at a new york family court.,james lapine,"viola davis, hayden panettiere, catalina sandino moreno, ellen burstyn",2016,104,6.9,280,,72
966,inland empire,"drama,mystery,thriller","as an actress starts to adopt the persona of her character in a film, her world starts to become nightmarish and surreal.",david lynch,"laura dern, jeremy irons, justin theroux, karolina gruszka",2006,180,7,44227,,
967,l'odyssée,"adventure,biography","highly influential and a fearlessly ambitious pioneer, innovator, filmmaker, researcher and conservationist, jacques-yves cousteau's aquatic adventure covers roughly thirty years of an inarguably rich in achievements life.",jérôme salle,"lambert wilson, pierre niney, audrey tautou,laurent lucas",2016,122,6.7,1810,,70
968,the walk,"adventure,biography,crime","in 1974, high-wire artist philippe petit recruits a team of people to help him realize his dream: to walk the immense void between the world trade center towers.",robert zemeckis,"joseph gordon-levitt, charlotte le bon,guillaume baillargeon, émilie leclerc",2015,123,7.3,92378,10.14,
969,wrecker,"action,horror,thriller","best friends emily and lesley go on a road trip to the desert. when emily decides to get off the highway and take a ""short cut,"" they become the target of a relentless and psychotic trucker... see full summary »",micheal bafaro,"anna hutchison, andrea whitburn, jennifer koenig,michael dickson",2015,83,3.5,1210,,37
970,the lone ranger,"action,adventure,western","native american warrior tonto recounts the untold tales that transformed john reid, a man of the law, into a legend of justice.",gore verbinski,"johnny depp, armie hammer, william fichtner,tom wilkinson",2013,150,6.5,190855,89.29,
971,texas chainsaw 3d,"horror,thriller",a young woman travels to texas to collect an inheritance; little does she know that an encounter with a chainsaw-wielding killer is part of the reward.,john luessenhop,"alexandra daddario, tania raymonde, scott eastwood, trey songz",2013,92,4.8,37060,34.33,62
972,disturbia,"drama,mystery,thriller",a teen living under house arrest becomes convinced his neighbor is a serial killer.,d.j. caruso,"shia labeouf, david morse, carrie-anne moss, sarah roemer",2007,105,6.9,193491,80.05,
973,rock of ages,"comedy,drama,musical","a small town girl and a city boy meet on the sunset strip, while pursuing their hollywood dreams.",adam shankman,"julianne hough, diego boneta, tom cruise, alec baldwin",2012,123,5.9,64513,38.51,47
974,scream 4,"horror,mystery","ten years have passed, and sidney prescott, who has put herself back together thanks in part to her writing, is visited by the ghostface killer.",wes craven,"neve campbell, courteney cox, david arquette, lucy hale",2011,111,6.2,108544,38.18,52
975,queen of katwe,"biography,drama,sport",a ugandan girl sees her world rapidly change after being introduced to the game of chess.,mira nair,"madina nalwanga, david oyelowo, lupita nyong'o, martin kabanza",2016,124,7.4,6753,8.81,73
976,my big fat greek wedding 2,"comedy,family,romance",a portokalos family secret brings the beloved characters back together for an even bigger and greeker wedding.,kirk jones,"nia vardalos, john corbett, michael constantine, lainie kazan",2016,94,6,20966,59.57,37
977,dark places,"drama,mystery,thriller","libby day was only eight years old when her family was brutally murdered in their rural kansas farmhouse. almost thirty years later, she reluctantly agrees to revisit the crime and uncovers the wrenching truths that led up to that tragic night.",gilles paquet-brenner,"charlize theron, nicholas hoult, christina hendricks, chloë grace moretz",2015,113,6.2,31634,,39
978,amateur night,comedy,"guy carter is an award-winning graduate student of architecture. he's got a beautiful wife and a baby on the way. the problem? he doesn't have ""his ducks in a row,"" which only fuels his ... see full summary »",lisa addario,"jason biggs, janet montgomery,ashley tisdale, bria l. murphy",2016,92,5,2229,,38
979,it's only the end of the world,drama,"louis (gaspard ulliel), a terminally ill writer, returns home after a long absence to tell his family that he is dying.",xavier dolan,"nathalie baye, vincent cassel, marion cotillard, léa seydoux",2016,97,7,10658,,48
980,the skin i live in,"drama,thriller","a brilliant plastic surgeon, haunted by past tragedies, creates a type of synthetic skin that withstands any kind of damage. his guinea pig: a mysterious and volatile woman who holds the key to his obsession.",pedro almodóvar,"antonio banderas, elena anaya, jan cornet,marisa paredes",2011,120,7.6,108772,3.19,70
981,miracles from heaven,"biography,drama,family",a young girl suffering from a rare digestive disorder finds herself miraculously cured after surviving a terrible accident.,patricia riggen,"jennifer garner, kylie rogers, martin henderson,brighton sharbino",2016,109,7,12048,61.69,44
982,annie,"comedy,drama,family","a foster kid, who lives with her mean foster mom, sees her life change when business tycoon and new york mayoral candidate will stacks makes a thinly-veiled campaign move and takes her in.",will gluck,"quvenzhané wallis, cameron diaz, jamie foxx, rose byrne",2014,118,5.3,27312,85.91,33
983,across the universe,"drama,fantasy,musical",the music of the beatles and the vietnam war form the backdrop for the romance between an upper-class american girl and a poor liverpudlian artist.,julie taymor,"evan rachel wood, jim sturgess, joe anderson, dana fuchs",2007,133,7.4,95172,24.34,56
984,let's be cops,comedy,"two struggling pals dress as police officers for a costume party and become neighborhood sensations. but when these newly-minted ""heroes"" get tangled in a real life web of mobsters and dirty detectives, they must put their fake badges on the line.",luke greenfield,"jake johnson, damon wayans jr., rob riggle, nina dobrev",2014,104,6.5,112729,82.39,30
985,max,"adventure,family",a malinois dog that helped american marines in afghanistan returns to the united states and is adopted by his handler's family after suffering a traumatic experience.,boaz yakin,"thomas haden church, josh wiggins, luke kleintank,lauren graham",2015,111,6.8,21405,42.65,47
986,your highness,"adventure,comedy,fantasy","when prince fabious's bride is kidnapped, he goes on a quest to rescue her... accompanied by his lazy useless brother thadeous.",david gordon green,"danny mcbride, natalie portman, james franco, rasmus hardiker",2011,102,5.6,87904,21.56,31
987,final destination 5,"horror,thriller",survivors of a suspension-bridge collapse learn there's no way you can cheat death.,steven quale,"nicholas d'agosto, emma bell, arlen escarpeta, miles fisher",2011,92,5.9,88000,42.58,50
988,endless love,"drama,romance",the story of a privileged girl and a charismatic boy whose instant desire sparks a love affair made only more reckless by parents trying to keep them apart.,shana feste,"gabriella wilde, alex pettyfer, bruce greenwood,robert patrick",2014,104,6.3,33688,23.39,30
989,martyrs,horror,"a young woman's quest for revenge against the people who kidnapped and tormented her as a child leads her and a friend, who is also a victim of child abuse, on a terrifying journey into a living hell of depravity.",pascal laugier,"morjana alaoui, mylène jampanoï, catherine bégin,robert toupin",2008,99,7.1,63785,,89
990,selma,"biography,drama,history","a chronicle of martin luther king's campaign to secure equal voting rights via an epic march from selma to montgomery, alabama in 1965.",ava duvernay,"david oyelowo, carmen ejogo, tim roth, lorraine toussaint",2014,128,7.5,67637,52.07,
991,underworld: rise of the lycans,"action,adventure,fantasy","an origins story centered on the centuries-old feud between the race of aristocratic vampires and their onetime slaves, the lycans.",patrick tatopoulos,"rhona mitra, michael sheen, bill nighy, steven mackintosh",2009,92,6.6,129708,45.8,44
992,taare zameen par,"drama,family,music","an eight-year-old boy is thought to be a lazy trouble-maker, until the new art teacher has the patience and compassion to discover the real problem behind his struggles in school.",aamir khan,"darsheel safary, aamir khan, tanay chheda, sachet engineer",2007,165,8.5,102697,1.2,42
993,take me home tonight,"comedy,drama,romance","four years after graduation, an awkward high school genius uses his sister's boyfriend's labor day party as the perfect opportunity to make his move on his high school crush.",michael dowse,"topher grace, anna faris, dan fogler, teresa palmer",2011,97,6.3,45419,6.92,
994,resident evil: afterlife,"action,adventure,horror","while still out to destroy the evil umbrella corporation, alice joins a group of survivors living in a * surrounded by the infected who also want to relocate to the mysterious but supposedly unharmed safe haven known only as arcadia.",paul w.s. anderson,"milla jovovich, ali larter, wentworth miller,kim coates",2010,97,5.9,140900,60.13,37
995,project x,comedy,"3 high school seniors throw a birthday party to make a name for themselves. as the night progresses, things spiral out of control as word of the party spreads.",nima nourizadeh,"thomas mann, oliver cooper, jonathan daniel brown, dax flame",2012,88,6.7,164088,54.72,48
996,secret in their eyes,"crime,drama,mystery","a tight-knit team of rising investigators, along with their supervisor, is suddenly torn apart when they discover that one of their own teenage daughters has been brutally murdered.",billy ray,"chiwetel ejiofor, nicole kidman, julia roberts, dean norris",2015,111,6.2,27585,,45
997,hostel: part ii,horror,"three american college students studying abroad are lured to a slovakian hostel, and discover the grim reality behind it.",eli roth,"lauren german, heather matarazzo, bijou phillips, roger bart",2007,94,5.5,73152,17.54,46
998,step up 2: the streets,"drama,music,romance",romantic sparks occur between two dance students from different backgrounds at the maryland school of the arts.,jon m. chu,"robert hoffman, briana evigan, cassie ventura, adam g. sevani",2008,98,6.2,70699,58.01,50
999,search party,"adventure,comedy",a pair of friends embark on a mission to reunite their pal with the woman he was going to marry.,scot armstrong,"adam pally, t.j. miller, thomas middleditch,shannon woodward",2014,93,5.6,4881,,22
1000,nine lives,"comedy,family,fantasy",a stuffy businessman finds himself trapped inside the body of his family's cat.,barry sonnenfeld,"kevin spacey, jennifer garner, robbie amell,cheryl hines",2016,87,5.3,12435,19.64,11
# coding=utf-8
import pandas as pd

file_path = "imdb-movie-data.csv"
df = pd.read_csv(file_path)

print(df.head(1))

#获取平均评分
print(df["rating"].mean())

#导演的人数
print(len(set(df["director"].tolist())))
print(len(df["director"].unique()))

#获取演员的人数
temp_actors_list = df["actors"].str.split(", ").tolist()
actors_list = [i for j in temp_actors_list for i in j]
actors_num = len(set(actors_list))
print(actors_num)

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.4 数据合并

1.4.1 join

join:默认情况下他是把行索引相同的数据合并到一起。

# coding=utf-8
import pandas as pd
import numpy as np

df1 = pd.dataframe(np.ones((2,4)),index=["a","b"],columns=list("abcd"))
df2 = pd.dataframe(np.zeros((3,3)),index=["a","b","c"],columns=list("xyz"))

print(df1.join(df2))
print(df2.join(df1))

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.4.2 merge

merge:按照指定的列把数据按照一定的方式合并到一起。

默认的合并方式:inner,并集。

outer,交集,nan补全。

left,左边为准,nan补全。

right,右边为准,nan补全。

# coding=utf-8
import pandas as pd
import numpy as np

df1 = pd.dataframe(np.ones((2,4)),index=["a","b"],columns=list("abcd"))
df2 = pd.dataframe(np.zeros((3,3)),index=["a","b","c"],columns=list("fax"))
df3 = pd.dataframe(np.arange(9).reshape((3,3)),columns=list("fax"))
print(df1.merge(df2,on="a"))
df2.loc[1,"a"] = 1
print(df2)
print(df1.merge(df2,on="a"))
print(df1.merge(df3,on="a"))
df1.loc["a","a"] = 100
print(df1.merge(df3,on="a"))
print(df3)
print(df1.merge(df3,on="a",how="inner"))
print(df1.merge(df3,on="a",how="outer"))
print(df1.merge(df3,on="a",how="left"))
print(df1.merge(df3,on="a",how="right"))

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

1.5 分组和聚合

现在我们有一组关于全球星巴克店铺的统计数据,如果我想知道美国的星巴克数量和中国的哪个多,或者我想知道中国每个省份星巴克的数量的情况,那么应该怎么办?

如果我们需要对国家和省份进行分组统计,应该怎么操作呢?

grouped = df.groupby(by=[df["country"],df["state/province"]])

很多时候我们只希望对获取分组之后的某一部分数据,或者说我们只希望对某几列数据进行分组,这个时候我们应该怎么办呢?

获取分组之后的某一部分数据:

df.groupby(by=["country","state/province"])["country"].count()

对某几列数据进行分组:

df["country"].groupby(by=[df["country"],df["state/province"]]).count()

观察结果,由于只选择了一列数据,所以结果是一个series类型。

如果我想返回一个dataframe类型呢?

t1 = df[["country"]].groupby(by=[df["country"],df["state/province"]]).count()
t2 = df.groupby(by=["country","state/province"])[["country"]].count()

以上的两条命令结果一样

和之前的结果的区别在于当前返回的是一个dataframe类型。

数据下载:

# coding=utf-8
import pandas as pd
import numpy as np

file_path = "./starbucks_store_worldwide.csv"

df = pd.read_csv(file_path)
# print(df.head(1))
# print(df.info())
# grouped = df.groupby(by="country")
# print(grouped)

#dataframegroupby
#可以进行遍历
# for i,j in grouped:
#     print(i)
#     print("-"*100)
#     print(j,type(j))
#     print("*"*100)
# df[df["country"]="us"]
#调用聚合方法

# country_count = grouped["brand"].count()
# print(country_count["us"])
# print(country_count["cn"])

#统计中国每个省店铺的数量
# china_data = df[df["country"] =="cn"]
#
# grouped = china_data.groupby(by="state/province").count()["brand"]
#
# print(grouped)

#数据按照多个条件进行分组,返回series
# grouped = df["brand"].groupby(by=[df["country"],df["state/province"]]).count()
# print(grouped)
# print(type(grouped))

#数据按照多个条件进行分组,返回dataframe
grouped1 = df[["brand"]].groupby(by=[df["country"],df["state/province"]]).count()
# grouped2= df.groupby(by=[df["country"],df["state/province"]])[["brand"]].count()
# grouped3 = df.groupby(by=[df["country"],df["state/province"]]).count()[["brand"]]

print(grouped1,type(grouped1))
# print("*"*100)
# print(grouped2,type(grouped2))
# print("*"*100)
#
# print(grouped3,type(grouped3))

#索引的方法和属性
print(grouped1.index)

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析

初识人工智能(一):数据分析(四):pandas数据分析

1.6 索引和复合索引

简单的索引操作:

获取index:df.index

指定index :df.index = ['x','y']

重新设置index : df.reindex(list("abcedf"))

指定某一列作为index :df.set_index("country",drop=false)

返回index的唯一值:df.set_index("country").index.unique()

# coding=utf-8
import pandas as pd
import numpy as np

df1 = pd.dataframe(np.ones((2,4)),index=["a","b"],columns=list("abcd"))
print(df1)
print(df1.index)
df1.index = ["a","b"]
print(df1)
print(df1.index)
print(df1.reindex(["a","f"]))
print(df1.set_index("a"))
print(df1.set_index("a").index)
print(df1["a"].unique())
print(df1.set_index("b").index)
print(df1.set_index("b"))
print(df1.set_index("b").index.unique())
print(len(df1.set_index("b").index.unique()))
print(len(df1.set_index("b").index))
print(list(df1.set_index("b").index))
print(df1.set_index("b").index)
print(df1.set_index(["a","b"]).index)
print(df1.set_index(["a","b","d"],drop=false).index)
print(df1.set_index(["a","b","d"],drop=false))

运行结果:

初识人工智能(一):数据分析(四):pandas数据分析