jwzimmer-zz / tv-tropening

1 stars 0 forks source link

Campbell Archetype analysis - e.g. Harry Potter #20

Open jwzimmer-zz opened 2 years ago

jwzimmer-zz commented 2 years ago

character_map[character_map['Fictional work']=='Harry Potter']

['Ron Weasley',
 'Harry Potter',
 'Hermione Granger',
 'Rubeus Hagrid',
 'Albus Dumbledore',
 'Minerva McGonagall',
 'Severus Snape',
 'Ginny Weasley',
 'Luna Lovegood',
 'Draco Malfoy',
 'Molly Weasley',
 'Lord Voldemort',
 'Cho Chang',
 'Fleur Delacour',
 'Viktor Krum',
 'Filius Flitwick',
 'Horace Slughorn',
 'George Weasley',
 'Alastor Moody',
 'Remus Lupin',
 'Arthur Weasley',
 'Cornelius Fudge',
 'Dolores Umbridge',
 'Petunia Dursley',
 'Moaning Myrtle',
 'Rita Skeeter',
 'Dobby',
 'Bellatrix Lestrange',
 'Nymphadora Tonks',
 'Sirius Black']
jwzimmer-zz commented 2 years ago

To get the list of works: set(list(character_map["Fictional work"]))

{'Alien', 'Anna Karenina', 'Arrested Development', 'Atlas Shrugged', 'Avatar: The Last Airbender', 'Battlestar Galactica', 'Breaking Bad', 'Brooklyn Nine-Nine', 'Buffy the Vampire Slayer', 'Casablanca', 'Chilling Adventures of Sabrina', 'Community', 'Cowboy Bebop', 'Crazy Rich Asians', 'Desperate Housewives', 'Dexter', 'Downton Abbey', 'Dune', 'Fight Club', 'Firefly + Serenity', 'Forrest Gump', 'Friday Night Lights', 'Friends', 'Game of Thrones', 'Girls', 'Glee', "Grey's Anatomy", 'Harry Potter', 'House, M.D.', 'How To Get Away With Murder', 'Inception', 'Jurassic Park', 'LOST', 'Law & Order: SVU', 'Little Women', 'Lord of the Rings', 'MAS*H', 'Mad Men', 'Marvel Cinematic Universe', 'Mean Girls', 'NCIS', "One Flew Over the Cuckoo's Nest", 'Orange is the New Black', 'Ozark', 'Parks and Recreation', 'Pirates of the Caribbean', 'Pride and Prejudice', 'Prison Break', 'Pulp Fiction', 'Raiders of the Lost Ark', 'Robin Hood', 'Romeo and Juliet', 'Scandal', "Schitt's Creek", 'Scrubs', 'Seinfeld', 'Sex and the City', 'Sherlock', 'Silicon Valley', 'Star Trek: Deep Space Nine', 'Star Trek: The Next Generation', 'Star Wars', 'Stargate SG-1', 'Superbad', "That 70's Show", 'The 100', 'The Big Bang Theory', 'The Dark Knight', 'The Good Place', 'The Good, the Bad, and the Ugly', 'The Great Gatsby', 'The Hunger Games', 'The Lion King', 'The Matrix', 'The Mentalist', 'The Office', 'The Room', 'The Simpsons', 'The Walking Dead', 'The West Wing', 'The Wire', 'The Wizard of Oz', 'The X-Files', 'This Is Us', 'Toy Story', 'True Detective', 'Twilight', 'Twin Peaks', 'Two and Half Men', 'Westworld'}

jwzimmer-zz commented 2 years ago
jwzimmer-zz commented 2 years ago

chracter_map.csv