setwd("C:\\Users\\xholi\\OneDrive\\Desktop")
##this will print a messy previe of the data sets##
readLines("ratings.csv", n= 7)
## [1] "userId,movieId,rating,timestamp" "1,110,1.0,1425941529"           
## [3] "1,147,4.5,1425942435"            "1,858,5.0,1425941523"           
## [5] "1,1221,5.0,1425941546"           "1,1246,5.0,1425941556"          
## [7] "1,1968,4.0,1425942148"
readLines("ratings_small.csv" , n=7)
## [1] "userId,movieId,rating,timestamp" "1,31,2.5,1260759144"            
## [3] "1,1029,3.0,1260759179"           "1,1061,3.0,1260759182"          
## [5] "1,1129,2.0,1260759185"           "1,1172,4.0,1260759205"          
## [7] "1,1263,2.0,1260759151"
readLines("credits.csv", n=7)  #id
## [1] "cast,crew,id"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             
## [2] "\"[{'cast_id': 14, 'character': 'Woody (voice)', 'credit_id': '52fe4284c3a36847f8024f95', 'gender': 2, 'id': 31, 'name': 'Tom Hanks', 'order': 0, 'profile_path': '/pQFoyx7rp09CJTAb932F2g8Nlho.jpg'}, {'cast_id': 15, 'character': 'Buzz Lightyear (voice)', 'credit_id': '52fe4284c3a36847f8024f99', 'gender': 2, 'id': 12898, 'name': 'Tim Allen', 'order': 1, 'profile_path': '/uX2xVf6pMmPepxnvFWyBtjexzgY.jpg'}, {'cast_id': 16, 'character': 'Mr. Potato Head (voice)', 'credit_id': '52fe4284c3a36847f8024f9d', 'gender': 2, 'id': 7167, 'name': 'Don Rickles', 'order': 2, 'profile_path': '/h5BcaDMPRVLHLDzbQavec4xfSdt.jpg'}, {'cast_id': 17, 'character': 'Slinky Dog (voice)', 'credit_id': '52fe4284c3a36847f8024fa1', 'gender': 2, 'id': 12899, 'name': 'Jim Varney', 'order': 3, 'profile_path': '/eIo2jVVXYgjDtaHoF19Ll9vtW7h.jpg'}, {'cast_id': 18, 'character': 'Rex (voice)', 'credit_id': '52fe4284c3a36847f8024fa5', 'gender': 2, 'id': 12900, 'name': 'Wallace Shawn', 'order': 4, 'profile_path': '/oGE6JqPP2xH4tNORKNqxbNPYi7u.jpg'}, {'cast_id': 19, 'character': 'Hamm (voice)', 'credit_id': '52fe4284c3a36847f8024fa9', 'gender': 2, 'id': 7907, 'name': 'John Ratzenberger', 'order': 5, 'profile_path': '/yGechiKWL6TJDfVE2KPSJYqdMsY.jpg'}, {'cast_id': 20, 'character': 'Bo Peep (voice)', 'credit_id': '52fe4284c3a36847f8024fad', 'gender': 1, 'id': 8873, 'name': 'Annie Potts', 'order': 6, 'profile_path': '/eryXT84RL41jHSJcMy4kS3u9y6w.jpg'}, {'cast_id': 26, 'character': 'Andy (voice)', 'credit_id': '52fe4284c3a36847f8024fc1', 'gender': 0, 'id': 1116442, 'name': 'John Morris', 'order': 7, 'profile_path': '/vYGyvK4LzeaUCoNSHtsuqJUY15M.jpg'}, {'cast_id': 22, 'character': 'Sid (voice)', 'credit_id': '52fe4284c3a36847f8024fb1', 'gender': 2, 'id': 12901, 'name': 'Erik von Detten', 'order': 8, 'profile_path': '/twnF1ZaJ1FUNUuo6xLXwcxjayBE.jpg'}, {'cast_id': 23, 'character': 'Mrs. Davis (voice)', 'credit_id': '52fe4284c3a36847f8024fb5', 'gender': 1, 'id': 12133, 'name': 'Laurie Metcalf', 'order': 9, 'profile_path': '/unMMIT60eoBM2sN2nyR7EZ2BvvD.jpg'}, {'cast_id': 24, 'character': 'Sergeant (voice)', 'credit_id': '52fe4284c3a36847f8024fb9', 'gender': 2, 'id': 8655, 'name': 'R. Lee Ermey', 'order': 10, 'profile_path': '/r8GBqFBjypLUP9VVqDqfZ7wYbSs.jpg'}, {'cast_id': 25, 'character': 'Hannah (voice)', 'credit_id': '52fe4284c3a36847f8024fbd', 'gender': 1, 'id': 12903, 'name': 'Sarah Freeman', 'order': 11, 'profile_path': None}, {'cast_id': 27, 'character': 'TV Announcer (voice)', 'credit_id': '52fe4284c3a36847f8024fc5', 'gender': 2, 'id': 37221, 'name': 'Penn Jillette', 'order': 12, 'profile_path': '/zmAaXUdx12NRsssgHbk1T31j2x9.jpg'}]\",\"[{'credit_id': '52fe4284c3a36847f8024f49', 'department': 'Directing', 'gender': 2, 'id': 7879, 'job': 'Director', 'name': 'John Lasseter', 'profile_path': '/7EdqiNbr4FRjIhKHyPPdFfEEEFG.jpg'}, {'credit_id': '52fe4284c3a36847f8024f4f', 'department': 'Writing', 'gender': 2, 'id': 12891, 'job': 'Screenplay', 'name': 'Joss Whedon', 'profile_path': '/dTiVsuaTVTeGmvkhcyJvKp2A5kr.jpg'}, {'credit_id': '52fe4284c3a36847f8024f55', 'department': 'Writing', 'gender': 2, 'id': 7, 'job': 'Screenplay', 'name': 'Andrew Stanton', 'profile_path': '/pvQWsu0qc8JFQhMVJkTHuexUAa1.jpg'}, {'credit_id': '52fe4284c3a36847f8024f5b', 'department': 'Writing', 'gender': 2, 'id': 12892, 'job': 'Screenplay', 'name': 'Joel Cohen', 'profile_path': '/dAubAiZcvKFbboWlj7oXOkZnTSu.jpg'}, {'credit_id': '52fe4284c3a36847f8024f61', 'department': 'Writing', 'gender': 0, 'id': 12893, 'job': 'Screenplay', 'name': 'Alec Sokolow', 'profile_path': '/v79vlRYi94BZUQnkkyznbGUZLjT.jpg'}, {'credit_id': '52fe4284c3a36847f8024f67', 'department': 'Production', 'gender': 1, 'id': 12894, 'job': 'Producer', 'name': 'Bonnie Arnold', 'profile_path': None}, {'credit_id': '52fe4284c3a36847f8024f6d', 'department': 'Production', 'gender': 0, 'id': 12895, 'job': 'Executive Producer', 'name': 'Ed Catmull', 'profile_path': None}, {'credit_id': '52fe4284c3a36847f8024f73', 'department': 'Production', 'gender': 2, 'id': 12896, 'job': 'Producer', 'name': 'Ralph Guggenheim', 'profile_path': None}, {'credit_id': '52fe4284c3a36847f8024f79', 'department': 'Production', 'gender': 2, 'id': 12897, 'job': 'Executive Producer', 'name': 'Steve Jobs', 'profile_path': '/mOMP3SwD5qWQSR0ldCIByd3guTV.jpg'}, {'credit_id': '52fe4284c3a36847f8024f8b', 'department': 'Editing', 'gender': 2, 'id': 8, 'job': 'Editor', 'name': 'Lee Unkrich', 'profile_path': '/bdTCCXjgOV3YyaNmLGYGOxFQMOc.jpg'}, {'credit_id': '52fe4284c3a36847f8024f91', 'department': 'Art', 'gender': 2, 'id': 7883, 'job': 'Art Direction', 'name': 'Ralph Eggleston', 'profile_path': '/uUfcGKDsKO1aROMpXRs67Hn6RvR.jpg'}, {'credit_id': '598331bf925141421201044b', 'department': 'Editing', 'gender': 2, 'id': 1168870, 'job': 'Editor', 'name': 'Robert Gordon', 'profile_path': None}, {'credit_id': '5892168cc3a36809660095f9', 'department': 'Sound', 'gender': 0, 'id': 1552883, 'job': 'Foley Editor', 'name': 'Mary Helen Leasman', 'profile_path': None}, {'credit_id': '5531824d9251415289000945', 'department': 'Visual Effects', 'gender': 0, 'id': 1453514, 'job': 'Animation', 'name': 'Kim Blanchette', 'profile_path': None}, {'credit_id': '589215969251412dcb009bf6', 'department': 'Sound', 'gender': 0, 'id': 1414182, 'job': 'ADR Editor', 'name': 'Marilyn McCoppen', 'profile_path': None}, {'credit_id': '589217099251412dc500a018', 'department': 'Sound', 'gender': 2, 'id': 7885, 'job': 'Orchestrator', 'name': 'Randy Newman', 'profile_path': '/w0JzfoiM25nrnxYOzosPHRq6mlE.jpg'}, {'credit_id': '5693e6b29251417b0e0000e3', 'department': 'Editing', 'gender': 0, 'id': 1429549, 'job': 'Color Timer', 'name': 'Dale E. Grahn', 'profile_path': None}, {'credit_id': '572e2522c3a36869e6001a9c', 'department': 'Visual Effects', 'gender': 0, 'id': 7949, 'job': 'CG Painter', 'name': 'Robin Cooper', 'profile_path': None}, {'credit_id': '574f12309251415ca1000012', 'department': 'Writing', 'gender': 2, 'id': 7879, 'job': 'Original Story', 'name': 'John Lasseter', 'profile_path': '/7EdqiNbr4FRjIhKHyPPdFfEEEFG.jpg'}, {'credit_id': '574f1240c3a3682e7300001c', 'department': 'Writing', 'gender': 2, 'id': 12890, 'job': 'Original Story', 'name': 'Pete Docter', 'profile_path': '/r6ngPgnReA3RHmKjmSoVsc6Awjp.jpg'}, {'credit_id': '574f12519251415c92000015', 'department': 'Writing', 'gender': 0, 'id': 7911, 'job': 'Original Story', 'name': 'Joe Ranft', 'profile_path': '/f1BoWC2JbCcfP1e5hKfGsxkHzVU.jpg'}, {'credit_id': '574f12cec3a3682e82000022', 'department': 'Crew', 'gender': 0, 'id': 1629419, 'job': 'Post Production Supervisor', 'name': 'Patsy Bouge', 'profile_path': None}, {'credit_id': '574f14f19251415ca1000082', 'department': 'Art', 'gender': 0, 'id': 7961, 'job': 'Sculptor', 'name': 'Norm DeCarlo', 'profile_path': None}, {'credit_id': '5751ae4bc3a3683772002b7f', 'department': 'Visual Effects', 'gender': 2, 'id': 12905, 'job': 'Animation Director', 'name': 'Ash Brannon', 'profile_path': '/6ueWgPEEBHvS3De2BHYQnYjRTig.jpg'}, {'credit_id': '5891edbe9251412dc5007cd6', 'department': 'Sound', 'gender': 2, 'id': 7885, 'job': 'Music', 'name': 'Randy Newman', 'profile_path': '/w0JzfoiM25nrnxYOzosPHRq6mlE.jpg'}, {'credit_id': '589213d39251412dc8009832', 'department': 'Directing', 'gender': 0, 'id': 1748707, 'job': 'Layout', 'name': 'Roman Figun', 'profile_path': None}, {'credit_id': '5892173dc3a3680968009351', 'department': 'Sound', 'gender': 2, 'id': 4949, 'job': 'Orchestrator', 'name': 'Don Davis', 'profile_path': None}, {'credit_id': '589217cec3a3686b0a0052ba', 'department': 'Sound', 'gender': 0, 'id': 1372885, 'job': 'Music Editor', 'name': 'James Flamberg', 'profile_path': None}, {'credit_id': '58921831c3a3686348004a64', 'department': 'Editing', 'gender': 0, 'id': 1739962, 'job': 'Negative Cutter', 'name': 'Mary Beth Smith', 'profile_path': None}, {'credit_id': '58921838c3a36809700096c0', 'department': 'Editing', 'gender': 0, 'id': 1748513, 'job': 'Negative Cutter', 'name': 'Rick Mackay', 'profile_path': None}, {'credit_id': '589218429251412dd1009d1b', 'department': 'Art', 'gender': 0, 'id': 1458006, 'job': 'Title Designer', 'name': 'Susan Bradley', 'profile_path': None}, {'credit_id': '5891ed99c3a3680966007670', 'department': 'Crew', 'gender': 0, 'id': 1748557, 'job': 'Supervising Technical Director', 'name': 'William Reeves', 'profile_path': None}, {'credit_id': '5891edcec3a3686b0a002eb2', 'department': 'Sound', 'gender': 2, 'id': 7885, 'job': 'Songs', 'name': 'Randy Newman', 'profile_path': '/w0JzfoiM25nrnxYOzosPHRq6mlE.jpg'}, {'credit_id': '5891edf9c3a36809700075e6', 'department': 'Writing', 'gender': 2, 'id': 7, 'job': 'Original Story', 'name': 'Andrew Stanton', 'profile_path': '/pvQWsu0qc8JFQhMVJkTHuexUAa1.jpg'}, {'credit_id': '58920f0b9251412dd7009104', 'department': 'Crew', 'gender': 2, 'id': 12890, 'job': 'Supervising Animator', 'name': 'Pete Docter', 'profile_path': '/r6ngPgnReA3RHmKjmSoVsc6Awjp.jpg'}, {'credit_id': '58920f1fc3a3680977009021', 'department': 'Sound', 'gender': 2, 'id': 2216, 'job': 'Sound Designer', 'name': 'Gary Rydstrom', 'profile_path': '/jZpr1nVfO7lldWI0YtmP1FGw7Rj.jpg'}, {'credit_id': '58920f389251412dd700912d', 'department': 'Production', 'gender': 0, 'id': 12909, 'job': 'Production Supervisor', 'name': 'Karen Robert Jackson', 'profile_path': None}, {'credit_id': '58920fbd9251412dcb00969c', 'department': 'Crew', 'gender': 0, 'id': 953331, 'job': 'Executive Music Producer', 'name': 'Chris Montan', 'profile_path': None}, {'credit_id': '589210069251412dd7009219', 'department': 'Visual Effects', 'gender': 0, 'id': 7893, 'job': 'Animation Director', 'name': 'Rich Quade', 'profile_path': None}, {'credit_id': '589210329251412dcd00943b', 'department': 'Visual Effects', 'gender': 0, 'id': 8025, 'job': 'Animation', 'name': 'Michael Berenstein', 'profile_path': None}, {'credit_id': '5892103bc3a368096a009180', 'department': 'Visual Effects', 'gender': 0, 'id': 78009, 'job': 'Animation', 'name': 'Colin Brady', 'profile_path': None}, {'credit_id': '5892105dc3a3680968008db2', 'department': 'Visual Effects', 'gender': 0, 'id': 1748682, 'job': 'Animation', 'name': 'Davey Crockett Feiten', 'profile_path': None}, {'credit_id': '589210669251412dcd009466', 'department': 'Visual Effects', 'gender': 0, 'id': 1454030, 'job': 'Animation', 'name': 'Angie Glocka', 'profile_path': None}, {'credit_id': '5892107c9251412dd1009613', 'department': 'Visual Effects', 'gender': 0, 'id': 1748683, 'job': 'Animation', 'name': 'Rex Grignon', 'profile_path': None}, {'credit_id': '5892108ac3a3680973008d3f', 'department': 'Visual Effects', 'gender': 0, 'id': 1748684, 'job': 'Animation', 'name': 'Tom K. Gurney', 'profile_path': None}, {'credit_id': '58921093c3a3686348004477', 'department': 'Visual Effects', 'gender': 2, 'id': 8029, 'job': 'Animation', 'name': 'Jimmy Hayward', 'profile_path': '/lTDRpudEY7BDwTefXbXzMlmb0ui.jpg'}, {'credit_id': '5892109b9251412dcd0094b0', 'department': 'Visual Effects', 'gender': 0, 'id': 1426773, 'job': 'Animation', 'name': 'Hal T. Hickel', 'profile_path': None}, {'credit_id': '589210a29251412dc5009a29', 'department': 'Visual Effects', 'gender': 0, 'id': 8035, 'job': 'Animation', 'name': 'Karen Kiser', 'profile_path': None}, {'credit_id': '589210ccc3a3680977009191', 'department': 'Visual Effects', 'gender': 0, 'id': 1748688, 'job': 'Animation', 'name': 'Anthony B. LaMolinara', 'profile_path': None}, {'credit_id': '589210d7c3a3686b0a004c1f', 'department': 'Visual Effects', 'gender': 0, 'id': 587314, 'job': 'Animation', 'name': 'Guionne Leroy', 'profile_path': None}, {'credit_id': '589210e1c3a36809770091a7', 'department': 'Visual Effects', 'gender': 2, 'id': 7918, 'job': 'Animation', 'name': 'Bud Luckey', 'profile_path': '/pcCh7G19FKMNijmPQg1PMH1btic.jpg'}, {'credit_id': '589210ee9251412dc200978a', 'department': 'Visual Effects', 'gender': 0, 'id': 1748689, 'job': 'Animation', 'name': 'Les Major', 'profile_path': None}, {'credit_id': '589210fa9251412dc8009595', 'department': 'Visual Effects', 'gender': 2, 'id': 7892, 'job': 'Animation', 'name': 'Glenn McQueen', 'profile_path': None}, {'credit_id': '589211029251412dc8009598', 'department': 'Visual Effects', 'gender': 0, 'id': 555795, 'job': 'Animation', 'name': 'Mark Oftedal', 'profile_path': None}, {'credit_id': '5892110b9251412dc800959d', 'department': 'Visual Effects', 'gender': 2, 'id': 7882, 'job': 'Animation', 'name': 'Jeff Pidgeon', 'profile_path': '/yLddkg5HcgbJg00cS13GVBnP0HY.jpg'}, {'credit_id': '58921113c3a36863480044e4', 'department': 'Visual Effects', 'gender': 0, 'id': 8017, 'job': 'Animation', 'name': 'Jeff Pratt', 'profile_path': None}, {'credit_id': '5892111c9251412dcb0097e9', 'department': 'Visual Effects', 'gender': 0, 'id': 1184140, 'job': 'Animation', 'name': 'Steve Rabatich', 'profile_path': None}, {'credit_id': '58921123c3a36809700090f6', 'department': 'Visual Effects', 'gender': 0, 'id': 8049, 'job': 'Animation', 'name': 'Roger Rose', 'profile_path': None}, {'credit_id': '5892112b9251412dcb0097fb', 'department': 'Visual Effects', 'gender': 0, 'id': 1509559, 'job': 'Animation', 'name': 'Steve Segal', 'profile_path': None}, {'credit_id': '589211349251412dc80095c3', 'department': 'Visual Effects', 'gender': 0, 'id': 1748691, 'job': 'Animation', 'name': 'Doug Sheppeck', 'profile_path': None}, {'credit_id': '5892113cc3a3680970009106', 'department': 'Visual Effects', 'gender': 0, 'id': 8050, 'job': 'Animation', 'name': 'Alan Sperling', 'profile_path': None}, {'credit_id': '58921148c3a3686b0a004c99', 'department': 'Visual Effects', 'gender': 0, 'id': 8010, 'job': 'Animation', 'name': 'Doug Sweetland', 'profile_path': None}, {'credit_id': '58921150c3a3680966009125', 'department': 'Visual Effects', 'gender': 0, 'id': 8044, 'job': 'Animation', 'name': 'David Tart', 'profile_path': None}, {'credit_id': '589211629251412dc5009b00', 'department': 'Visual Effects', 'gender': 0, 'id': 1454034, 'job': 'Animation', 'name': 'Ken Willard', 'profile_path': None}, {'credit_id': '589211c1c3a3686b0a004d28', 'department': 'Visual Effects', 'gender': 0, 'id': 7887, 'job': 'Visual Effects Supervisor', 'name': 'Thomas Porter', 'profile_path': None}, {'credit_id': '589211d4c3a3680968008ed9', 'department': 'Visual Effects', 'gender': 0, 'id': 1406878, 'job': 'Visual Effects', 'name': 'Mark Thomas Henne', 'profile_path': None}, {'credit_id': '589211f59251412dd4008e65', 'department': 'Visual Effects', 'gender': 0, 'id': 1748698, 'job': 'Visual Effects', 'name': 'Oren Jacob', 'profile_path': None}, {'credit_id': '58921242c3a368096a00939b', 'department': 'Visual Effects', 'gender': 0, 'id': 1748699, 'job': 'Visual Effects', 'name': 'Darwyn Peachey', 'profile_path': None}, {'credit_id': '5892124b9251412dc5009bd2', 'department': 'Visual Effects', 'gender': 0, 'id': 1748701, 'job': 'Visual Effects', 'name': 'Mitch Prater', 'profile_path': None}, {'credit_id': '58921264c3a3686b0a004dbf', 'department': 'Visual Effects', 'gender': 0, 'id': 1748703, 'job': 'Visual Effects', 'name': 'Brian M. Rosen', 'profile_path': None}, {'credit_id': '589212709251412dcd009676', 'department': 'Lighting', 'gender': 1, 'id': 12912, 'job': 'Lighting Supervisor', 'name': 'Sharon Calahan', 'profile_path': None}, {'credit_id': '5892127fc3a3686b0a004de5', 'department': 'Lighting', 'gender': 0, 'id': 7899, 'job': 'Lighting Supervisor', 'name': 'Galyn Susman', 'profile_path': None}, {'credit_id': '589212cdc3a3680970009268', 'department': 'Visual Effects', 'gender': 0, 'id': 12915, 'job': 'CG Painter', 'name': 'William Cone', 'profile_path': None}, {'credit_id': '5892130f9251412dc8009791', 'department': 'Art', 'gender': 0, 'id': 1748705, 'job': 'Sculptor', 'name': 'Shelley Daniels Lekven', 'profile_path': None}, {'credit_id': '5892131c9251412dd4008f4c', 'department': 'Visual Effects', 'gender': 2, 'id': 7889, 'job': 'Character Designer', 'name': 'Bob Pauley', 'profile_path': None}, {'credit_id': '589213249251412dd100987b', 'department': 'Visual Effects', 'gender': 2, 'id': 7918, 'job': 'Character Designer', 'name': 'Bud Luckey', 'profile_path': '/pcCh7G19FKMNijmPQg1PMH1btic.jpg'}, {'credit_id': '5892132b9251412dc80097b1', 'department': 'Visual Effects', 'gender': 2, 'id': 7, 'job': 'Character Designer', 'name': 'Andrew Stanton', 'profile_path': '/pvQWsu0qc8JFQhMVJkTHuexUAa1.jpg'}, {'credit_id': '58921332c3a368634800467b', 'department': 'Visual Effects', 'gender': 0, 'id': 12915, 'job': 'Character Designer', 'name': 'William Cone', 'profile_path': None}, {'credit_id': '5892135f9251412dd4008f90', 'department': 'Visual Effects', 'gender': 0, 'id': 1748706, 'job': 'Character Designer', 'name': 'Steve Johnson', 'profile_path': None}, {'credit_id': '58921384c3a3680973008fd4', 'department': 'Visual Effects', 'gender': 0, 'id': 1176752, 'job': 'Character Designer', 'name': 'Dan Haskett', 'profile_path': None}, {'credit_id': '5892138e9251412dc20099fc', 'department': 'Visual Effects', 'gender': 0, 'id': 1088034, 'job': 'Character Designer', 'name': 'Tom Holloway', 'profile_path': '/a0r0T2usTBpgMI5aZbRBDW1fTl8.jpg'}, {'credit_id': '58921395c3a368097700942f', 'department': 'Visual Effects', 'gender': 0, 'id': 1447465, 'job': 'Character Designer', 'name': 'Jean Gillmore', 'profile_path': None}, {'credit_id': '589213e2c3a3680973009026', 'department': 'Directing', 'gender': 0, 'id': 1748709, 'job': 'Layout', 'name': 'Desirée Mourad', 'profile_path': None}, {'credit_id': '589214099251412dc5009d57', 'department': 'Art', 'gender': 0, 'id': 1748710, 'job': 'Set Dresser', 'name': \"\"Kelly O'Connell\"\", 'profile_path': None}, {'credit_id': '58921411c3a3686b0a004f70', 'department': 'Art', 'gender': 0, 'id': 1443471, 'job': 'Set Dresser', 'name': 'Sonoko Konishi', 'profile_path': None}, {'credit_id': '58921434c3a368096a00956e', 'department': 'Art', 'gender': 0, 'id': 1748711, 'job': 'Set Dresser', 'name': 'Ann M. Rockwell', 'profile_path': None}, {'credit_id': '5892144ac3a36809680090de', 'department': 'Editing', 'gender': 0, 'id': 1748712, 'job': 'Editorial Manager', 'name': 'Julie M. McDonald', 'profile_path': None}, {'credit_id': '58921479c3a368096800910f', 'department': 'Editing', 'gender': 0, 'id': 1589729, 'job': 'Assistant Editor', 'name': 'Robin Lee', 'profile_path': None}, {'credit_id': '5892148b9251412dd10099cc', 'department': 'Editing', 'gender': 0, 'id': 1748716, 'job': 'Assistant Editor', 'name': 'Tom Freeman', 'profile_path': None}, {'credit_id': '589214959251412dcb009b1f', 'department': 'Editing', 'gender': 0, 'id': 1748717, 'job': 'Assistant Editor', 'name': 'Ada Cochavi', 'profile_path': None}, {'credit_id': '5892149ec3a3686348004798', 'department': 'Editing', 'gender': 0, 'id': 1336438, 'job': 'Assistant Editor', 'name': 'Dana Mulligan', 'profile_path': None}, {'credit_id': '589214adc3a368096a0095db', 'department': 'Editing', 'gender': 0, 'id': 1748718, 'job': 'Editorial Coordinator', 'name': 'Deirdre Morrison', 'profile_path': None}, {'credit_id': '589214c7c3a368097700952b', 'department': 'Production', 'gender': 0, 'id': 1748719, 'job': 'Production Coordinator', 'name': 'Lori Lombardo', 'profile_path': None}, {'credit_id': '589214cec3a368096a009603', 'department': 'Production', 'gender': 0, 'id': 1748720, 'job': 'Production Coordinator', 'name': 'Ellen Devine', 'profile_path': None}, {'credit_id': '589214e39251412dc8009904', 'department': 'Crew', 'gender': 0, 'id': 1468014, 'job': 'Unit Publicist', 'name': 'Lauren Beth Strogoff', 'profile_path': None}, {'credit_id': '58921544c3a3686b0a00507d', 'department': 'Sound', 'gender': 2, 'id': 2216, 'job': 'Sound Re-Recording Mixer', 'name': 'Gary Rydstrom', 'profile_path': '/jZpr1nVfO7lldWI0YtmP1FGw7Rj.jpg'}, {'credit_id': '5892154c9251412dd1009a56', 'department': 'Sound', 'gender': 0, 'id': 1425978, 'job': 'Sound Re-Recording Mixer', 'name': 'Gary Summers', 'profile_path': None}, {'credit_id': '58921555c3a36809680091bd', 'department': 'Sound', 'gender': 2, 'id': 8276, 'job': 'Supervising Sound Editor', 'name': 'Tim Holland', 'profile_path': None}, {'credit_id': '589215c39251412dcb009c12', 'department': 'Sound', 'gender': 0, 'id': 7069, 'job': 'Sound Effects Editor', 'name': 'Pat Jackson', 'profile_path': None}, {'credit_id': '58921698c3a368096a009788', 'department': 'Crew', 'gender': 2, 'id': 15894, 'job': 'Sound Design Assistant', 'name': 'Tom Myers', 'profile_path': None}, {'credit_id': '589216a89251412dc2009ca4', 'department': 'Sound', 'gender': 0, 'id': 1414177, 'job': 'Assistant Sound Editor', 'name': 'J.R. Grubbs', 'profile_path': None}, {'credit_id': '589216c19251412dc2009cb9', 'department': 'Sound', 'gender': 1, 'id': 1748724, 'job': 'Assistant Sound Editor', 'name': 'Susan Sanford', 'profile_path': None}, {'credit_id': '589216ccc3a3680973009274', 'department': 'Sound', 'gender': 0, 'id': 1748725, 'job': 'Assistant Sound Editor', 'name': 'Susan Popovic', 'profile_path': None}, {'credit_id': '589216d79251412dc8009aa0', 'department': 'Sound', 'gender': 0, 'id': 8067, 'job': 'Assistant Sound Editor', 'name': 'Dan Engstrom', 'profile_path': None}, {'credit_id': '589216e49251412dcd009a4f', 'department': 'Production', 'gender': 1, 'id': 7902, 'job': 'Casting Consultant', 'name': 'Ruth Lambert', 'profile_path': None}, {'credit_id': '589216f39251412dc2009cf3', 'department': 'Production', 'gender': 0, 'id': 84493, 'job': 'ADR Voice Casting', 'name': 'Mickie McGowan', 'profile_path': '/k7TjJBfINsg8vLQxJwos6XObAD6.jpg'}]\",862"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## [3] "\"[{'cast_id': 1, 'character': 'Alan Parrish', 'credit_id': '52fe44bfc3a36847f80a7c73', 'gender': 2, 'id': 2157, 'name': 'Robin Williams', 'order': 0, 'profile_path': '/sojtJyIV3lkUeThD7A2oHNm8183.jpg'}, {'cast_id': 8, 'character': 'Samuel Alan Parrish / Van Pelt', 'credit_id': '52fe44bfc3a36847f80a7c99', 'gender': 2, 'id': 8537, 'name': 'Jonathan Hyde', 'order': 1, 'profile_path': '/7il5D76vx6QVRVlpVvBPEC40MBi.jpg'}, {'cast_id': 2, 'character': 'Judy Sheperd', 'credit_id': '52fe44bfc3a36847f80a7c77', 'gender': 1, 'id': 205, 'name': 'Kirsten Dunst', 'order': 2, 'profile_path': '/wBXvh6PJd0IUVNpvatPC1kzuHtm.jpg'}, {'cast_id': 24, 'character': 'Peter Shepherd', 'credit_id': '52fe44c0c3a36847f80a7ce7', 'gender': 0, 'id': 145151, 'name': 'Bradley Pierce', 'order': 3, 'profile_path': '/j6iW0vVA23GQniAPSYI6mi4hiEW.jpg'}, {'cast_id': 10, 'character': 'Sarah Whittle', 'credit_id': '52fe44bfc3a36847f80a7c9d', 'gender': 1, 'id': 5149, 'name': 'Bonnie Hunt', 'order': 4, 'profile_path': '/7spiVQwmr8siw5QCcvvdRG3c7Lf.jpg'}, {'cast_id': 25, 'character': 'Nora Shepherd', 'credit_id': '52fe44c0c3a36847f80a7ceb', 'gender': 1, 'id': 10739, 'name': 'Bebe Neuwirth', 'order': 5, 'profile_path': '/xm58rpMRVDHS0IGttw1pTlqGwkN.jpg'}, {'cast_id': 26, 'character': 'Carl Bentley', 'credit_id': '52fe44c0c3a36847f80a7cef', 'gender': 2, 'id': 58563, 'name': 'David Alan Grier', 'order': 6, 'profile_path': '/5tkt3qRZTco4sz604aTIarQ0m8W.jpg'}, {'cast_id': 11, 'character': 'Carol Anne Parrish', 'credit_id': '52fe44bfc3a36847f80a7ca1', 'gender': 1, 'id': 1276, 'name': 'Patricia Clarkson', 'order': 7, 'profile_path': '/10ZSyaUqzUlKTd60HmeiGhlytZG.jpg'}, {'cast_id': 14, 'character': 'Alan Parrish (young)', 'credit_id': '52fe44bfc3a36847f80a7cad', 'gender': 0, 'id': 46530, 'name': 'Adam Hann-Byrd', 'order': 8, 'profile_path': '/hEoqDqtMO91hYWD5iDrDesnLDlt.jpg'}, {'cast_id': 13, 'character': 'Sarah Whittle (young)', 'credit_id': '52fe44bfc3a36847f80a7ca9', 'gender': 1, 'id': 56523, 'name': 'Laura Bell Bundy', 'order': 9, 'profile_path': '/8tAVDBRoZPjKfCbBDyh4iK9JNEp.jpg'}, {'cast_id': 31, 'character': 'Exterminator', 'credit_id': '52fe44c0c3a36847f80a7cff', 'gender': 2, 'id': 51551, 'name': 'James Handy', 'order': 10, 'profile_path': '/vm0WQmuP8jEGgFTd3VCcJe7zpUi.jpg'}, {'cast_id': 12, 'character': 'Mrs. Thomas the Realtor', 'credit_id': '52fe44bfc3a36847f80a7ca5', 'gender': 1, 'id': 56522, 'name': 'Gillian Barber', 'order': 11, 'profile_path': '/qoqPX15J5jh6Sy0A9JvvRJIuw64.jpg'}, {'cast_id': 28, 'character': 'Benjamin', 'credit_id': '52fe44c0c3a36847f80a7cf3', 'gender': 2, 'id': 1000304, 'name': 'Brandon Obray', 'order': 12, 'profile_path': None}, {'cast_id': 29, 'character': 'Caleb', 'credit_id': '52fe44c0c3a36847f80a7cf7', 'gender': 0, 'id': 188949, 'name': 'Cyrus Thiedeke', 'order': 13, 'profile_path': None}, {'cast_id': 30, 'character': 'Billy Jessup', 'credit_id': '52fe44c0c3a36847f80a7cfb', 'gender': 0, 'id': 1076551, 'name': 'Gary Joseph Thorup', 'order': 14, 'profile_path': None}, {'cast_id': 32, 'character': 'Cop', 'credit_id': '5588053fc3a36838530063f5', 'gender': 0, 'id': 1480246, 'name': 'Leonard Zola', 'order': 15, 'profile_path': None}, {'cast_id': 33, 'character': 'Bum', 'credit_id': '55935687925141645a002097', 'gender': 2, 'id': 25024, 'name': 'Lloyd Berry', 'order': 16, 'profile_path': '/s7SVCOtvcuQ9wRQPZfUdahb5x88.jpg'}, {'cast_id': 34, 'character': 'Jim Shepherd', 'credit_id': '559356d09251415df8002cb7', 'gender': 2, 'id': 27110, 'name': 'Malcolm Stewart', 'order': 17, 'profile_path': '/l2vgzkLR7GRr8ugjZCILA0OiliI.jpg'}, {'cast_id': 35, 'character': 'Martha Shepherd', 'credit_id': '55935730925141645a0020ad', 'gender': 0, 'id': 53715, 'name': 'Annabel Kershaw', 'order': 18, 'profile_path': '/1VqbvAohBwFhETZtDe76JXQcxKm.jpg'}, {'cast_id': 36, 'character': 'Gun Salesman', 'credit_id': '5593576992514167fd000610', 'gender': 2, 'id': 1379424, 'name': 'Darryl Henriques', 'order': 19, 'profile_path': '/7QMHooY9ewNQlE24WKAOdwW0evU.jpg'}, {'cast_id': 37, 'character': 'Paramedic', 'credit_id': '559357ae92514152de002f42', 'gender': 0, 'id': 1235504, 'name': 'Robyn Driscoll', 'order': 20, 'profile_path': None}, {'cast_id': 50, 'character': 'Paramedic', 'credit_id': '5657803b925141018f00a5dc', 'gender': 2, 'id': 25389, 'name': 'Peter Bryant', 'order': 21, 'profile_path': '/fkcx9Tnp25UC5HlI2eW3nGvumsZ.jpg'}, {'cast_id': 39, 'character': 'Girl', 'credit_id': '559358e292514152de002f63', 'gender': 0, 'id': 1483449, 'name': 'Sarah Gilson', 'order': 22, 'profile_path': None}, {'cast_id': 40, 'character': 'Girl', 'credit_id': '5593590d92514152db002df3', 'gender': 0, 'id': 1483450, 'name': 'Florica Vlad', 'order': 23, 'profile_path': None}, {'cast_id': 41, 'character': 'Baker', 'credit_id': '55935946c3a36869d1001b4d', 'gender': 0, 'id': 1483451, 'name': 'June Lion', 'order': 24, 'profile_path': None}, {'cast_id': 42, 'character': 'Pianist', 'credit_id': '5593597692514167fd000644', 'gender': 0, 'id': 1483452, 'name': 'Brenda Lockmuller', 'order': 25, 'profile_path': None}]\",\"[{'credit_id': '52fe44bfc3a36847f80a7cd1', 'department': 'Production', 'gender': 2, 'id': 511, 'job': 'Executive Producer', 'name': 'Larry J. Franco', 'profile_path': None}, {'credit_id': '52fe44bfc3a36847f80a7c89', 'department': 'Writing', 'gender': 2, 'id': 876, 'job': 'Screenplay', 'name': 'Jonathan Hensleigh', 'profile_path': '/l1c4UFD3g0HVWj5f0CxXAvMAGiT.jpg'}, {'credit_id': '52fe44bfc3a36847f80a7cdd', 'department': 'Sound', 'gender': 2, 'id': 1729, 'job': 'Original Music Composer', 'name': 'James Horner', 'profile_path': '/oLOtXxXsYk8X4qq0ud4xVypXudi.jpg'}, {'credit_id': '52fe44bfc3a36847f80a7c7d', 'department': 'Directing', 'gender': 2, 'id': 4945, 'job': 'Director', 'name': 'Joe Johnston', 'profile_path': '/fok4jaO62v5IP6hkpaaAcXuw2H.jpg'}, {'credit_id': '52fe44bfc3a36847f80a7cd7', 'department': 'Editing', 'gender': 2, 'id': 4951, 'job': 'Editor', 'name': 'Robert Dalva', 'profile_path': None}, {'credit_id': '573523bec3a368025100062c', 'department': 'Production', 'gender': 0, 'id': 4952, 'job': 'Casting', 'name': 'Nancy Foy', 'profile_path': '/blCkmS4dqNsbPGuQfozHE6wgWBw.jpg'}, {'credit_id': '5722a924c3a3682d1e000b41', 'department': 'Visual Effects', 'gender': 0, 'id': 8023, 'job': 'Animation Supervisor', 'name': 'Kyle Balda', 'profile_path': '/jR8iAP6uC0V42KbUG87qBIUO3Hj.jpg'}, {'credit_id': '52fe44c0c3a36847f80a7ce3', 'department': 'Art', 'gender': 2, 'id': 9967, 'job': 'Production Design', 'name': 'James D. Bissell', 'profile_path': None}, {'credit_id': '52fe44bfc3a36847f80a7cb9', 'department': 'Production', 'gender': 2, 'id': 9184, 'job': 'Producer', 'name': 'Scott Kroopf', 'profile_path': None}, {'credit_id': '52fe44bfc3a36847f80a7ccb', 'department': 'Production', 'gender': 2, 'id': 9196, 'job': 'Executive Producer', 'name': 'Ted Field', 'profile_path': '/qmB7sZcgRUq7mRFBSTlSsVXh7sH.jpg'}, {'credit_id': '52fe44bfc3a36847f80a7cc5', 'department': 'Production', 'gender': 2, 'id': 18389, 'job': 'Executive Producer', 'name': 'Robert W. Cort', 'profile_path': None}, {'credit_id': '52fe44bfc3a36847f80a7cbf', 'department': 'Camera', 'gender': 2, 'id': 11371, 'job': 'Director of Photography', 'name': 'Thomas E. Ackerman', 'profile_path': '/xFDbxk53icM1ofL4iCIwB4GkUxN.jpg'}, {'credit_id': '52fe44bfc3a36847f80a7c83', 'department': 'Writing', 'gender': 2, 'id': 42356, 'job': 'Novel', 'name': 'Chris van Allsburg', 'profile_path': None}, {'credit_id': '52fe44bfc3a36847f80a7cb3', 'department': 'Production', 'gender': 2, 'id': 42357, 'job': 'Producer', 'name': 'William Teitler', 'profile_path': None}, {'credit_id': '52fe44bfc3a36847f80a7c8f', 'department': 'Writing', 'gender': 2, 'id': 56520, 'job': 'Screenplay', 'name': 'Greg Taylor', 'profile_path': None}, {'credit_id': '52fe44bfc3a36847f80a7c95', 'department': 'Writing', 'gender': 2, 'id': 56521, 'job': 'Screenplay', 'name': 'Jim Strain', 'profile_path': None}]\",8844"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## [4] "\"[{'cast_id': 2, 'character': 'Max Goldman', 'credit_id': '52fe466a9251416c75077a8d', 'gender': 2, 'id': 6837, 'name': 'Walter Matthau', 'order': 0, 'profile_path': '/xJVkvprOnzP5Zdh5y63y8HHniDZ.jpg'}, {'cast_id': 3, 'character': 'John Gustafson', 'credit_id': '52fe466a9251416c75077a91', 'gender': 2, 'id': 3151, 'name': 'Jack Lemmon', 'order': 1, 'profile_path': '/chZmNRYMtqkiDlatprGDH4BzGqG.jpg'}, {'cast_id': 4, 'character': 'Ariel Gustafson', 'credit_id': '52fe466a9251416c75077a95', 'gender': 1, 'id': 13567, 'name': 'Ann-Margret', 'order': 2, 'profile_path': '/jx5lTaJ5VXZHYB52gaOTAZ9STZk.jpg'}, {'cast_id': 5, 'character': 'Maria Sophia Coletta Ragetti', 'credit_id': '52fe466a9251416c75077a99', 'gender': 1, 'id': 16757, 'name': 'Sophia Loren', 'order': 3, 'profile_path': '/emKLhbji1c7BjcA2DdbWf0EP9zH.jpg'}, {'cast_id': 6, 'character': 'Melanie Gustafson', 'credit_id': '52fe466a9251416c75077a9d', 'gender': 1, 'id': 589, 'name': 'Daryl Hannah', 'order': 4, 'profile_path': '/4LLmp6AQdlj6ueGCRbVRSGvvFSt.jpg'}, {'cast_id': 9, 'character': 'Grandpa Gustafson', 'credit_id': '53e5fcc2c3a3684430000d65', 'gender': 2, 'id': 16523, 'name': 'Burgess Meredith', 'order': 5, 'profile_path': '/lm98oKloU33Q7QDIIMSyc4Pr2jA.jpg'}, {'cast_id': 10, 'character': 'Jacob Goldman', 'credit_id': '53e5fcd4c3a3684433000e1a', 'gender': 2, 'id': 7166, 'name': 'Kevin Pollak', 'order': 6, 'profile_path': '/kwu2T8CDnThZTzE88uiSgJ5eHXf.jpg'}]\",\"[{'credit_id': '52fe466a9251416c75077a89', 'department': 'Directing', 'gender': 2, 'id': 26502, 'job': 'Director', 'name': 'Howard Deutch', 'profile_path': '/68Vae1HkU1NxQZ6KEmuxIpno7c9.jpg'}, {'credit_id': '52fe466b9251416c75077aa3', 'department': 'Writing', 'gender': 2, 'id': 16837, 'job': 'Characters', 'name': 'Mark Steven Johnson', 'profile_path': '/6trChNn3o2bi4i2ipgMEAytwmZp.jpg'}, {'credit_id': '52fe466b9251416c75077aa9', 'department': 'Writing', 'gender': 2, 'id': 16837, 'job': 'Writer', 'name': 'Mark Steven Johnson', 'profile_path': '/6trChNn3o2bi4i2ipgMEAytwmZp.jpg'}, {'credit_id': '5675eb4b92514179dd003933', 'department': 'Crew', 'gender': 2, 'id': 1551320, 'job': 'Sound Recordist', 'name': 'Jack Keller', 'profile_path': None}]\",15602"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
## [5] "\"[{'cast_id': 1, 'character': \"\"Savannah 'Vannah' Jackson\"\", 'credit_id': '52fe44779251416c91011aad', 'gender': 1, 'id': 8851, 'name': 'Whitney Houston', 'order': 0, 'profile_path': '/69ouDnXnmklYPr4sMJXWKYz81AL.jpg'}, {'cast_id': 2, 'character': \"\"Bernadine 'Bernie' Harris\"\", 'credit_id': '52fe44779251416c91011ab1', 'gender': 1, 'id': 9780, 'name': 'Angela Bassett', 'order': 1, 'profile_path': '/tHkgSzhEuJKp5hqp0DZLad8HNZ9.jpg'}, {'cast_id': 3, 'character': \"\"Gloria 'Glo' Matthews\"\", 'credit_id': '52fe44779251416c91011ab5', 'gender': 1, 'id': 18284, 'name': 'Loretta Devine', 'order': 2, 'profile_path': '/zLQFwQTFtHkb8sbFdkPNamFI7jv.jpg'}, {'cast_id': 4, 'character': 'Robin Stokes', 'credit_id': '52fe44779251416c91011ab9', 'gender': 1, 'id': 51359, 'name': 'Lela Rochon', 'order': 3, 'profile_path': '/9DBu3r5O4fBosSS4FnSzFCVpm0O.jpg'}, {'cast_id': 5, 'character': 'Marvin King', 'credit_id': '52fe44779251416c91011abd', 'gender': 2, 'id': 66804, 'name': 'Gregory Hines', 'order': 4, 'profile_path': '/rvvQWFQGeGR14WFVNe0Qg1J7uVY.jpg'}, {'cast_id': 6, 'character': 'Kenneth Dawkins', 'credit_id': '52fe44779251416c91011ac1', 'gender': 2, 'id': 352, 'name': 'Dennis Haysbert', 'order': 5, 'profile_path': '/mn5Nc5Q31GslpVVWs8p41W4TBma.jpg'}, {'cast_id': 8, 'character': 'John Harris, Sr.', 'credit_id': '52fe44779251416c91011ac5', 'gender': 2, 'id': 87118, 'name': 'Michael Beach', 'order': 6, 'profile_path': '/lOlWhURNKyZHn71dvq7qC7fiwN6.jpg'}, {'cast_id': 10, 'character': 'Troy', 'credit_id': '52fe44779251416c91011acf', 'gender': 2, 'id': 34, 'name': 'Mykelti Williamson', 'order': 7, 'profile_path': '/8TTxzpuvvpw2tB8xZBCDslYupNU.jpg'}, {'cast_id': 20, 'character': 'Joseph', 'credit_id': '56d1b15fc3a3681e4a008b6b', 'gender': 2, 'id': 1276777, 'name': 'Lamont Johnson', 'order': 8, 'profile_path': '/wfZzRPJBdsx62GbkUimc1PShxyC.jpg'}, {'cast_id': 21, 'character': 'James Wheeler', 'credit_id': '56f8a929c3a36816e80084f3', 'gender': 2, 'id': 10814, 'name': 'Wesley Snipes', 'order': 9, 'profile_path': '/hQ6EBa6vgu7HoZpzms8Y10VL5Iw.jpg'}]\",\"[{'credit_id': '52fe44779251416c91011acb', 'department': 'Directing', 'gender': 2, 'id': 2178, 'job': 'Director', 'name': 'Forest Whitaker', 'profile_path': '/4pMQkelS5lK661m9Kz3oIxLYiyS.jpg'}, {'credit_id': '52fe44779251416c91011ae1', 'department': 'Writing', 'gender': 0, 'id': 5144, 'job': 'Screenplay', 'name': 'Ronald Bass', 'profile_path': None}, {'credit_id': '52fe44779251416c91011ae7', 'department': 'Production', 'gender': 0, 'id': 5144, 'job': 'Producer', 'name': 'Ronald Bass', 'profile_path': None}, {'credit_id': '52fe44779251416c91011aff', 'department': 'Production', 'gender': 2, 'id': 21968, 'job': 'Producer', 'name': 'Ezra Swerdlow', 'profile_path': None}, {'credit_id': '52fe44779251416c91011af9', 'department': 'Production', 'gender': 1, 'id': 70592, 'job': 'Producer', 'name': 'Deborah Schindler', 'profile_path': '/2vFzdHxcB8cEtvPlNSs2VGZ7WG3.jpg'}, {'credit_id': '52fe44779251416c91011adb', 'department': 'Writing', 'gender': 0, 'id': 111118, 'job': 'Screenplay', 'name': 'Terry McMillan', 'profile_path': None}, {'credit_id': '52fe44779251416c91011af3', 'department': 'Production', 'gender': 0, 'id': 111118, 'job': 'Executive Producer', 'name': 'Terry McMillan', 'profile_path': None}, {'credit_id': '52fe44779251416c91011ad5', 'department': 'Writing', 'gender': 0, 'id': 111118, 'job': 'Novel', 'name': 'Terry McMillan', 'profile_path': None}, {'credit_id': '52fe44779251416c91011b05', 'department': 'Sound', 'gender': 2, 'id': 1079697, 'job': 'Original Music Composer', 'name': 'Kenneth Edmonds', 'profile_path': '/2EqVBaDGRA0sHkEKagu2NxfP1Nm.jpg'}, {'credit_id': '52fe44779251416c91011aed', 'department': 'Production', 'gender': 0, 'id': 1087695, 'job': 'Producer', 'name': 'Caron K', 'profile_path': None}]\",31357"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
## [6] "\"[{'cast_id': 1, 'character': 'George Banks', 'credit_id': '52fe44959251416c75039eb9', 'gender': 2, 'id': 67773, 'name': 'Steve Martin', 'order': 0, 'profile_path': '/rI2EMvkfKKPKa5z0nM2pFVBtUyO.jpg'}, {'cast_id': 2, 'character': 'Nina Banks', 'credit_id': '52fe44959251416c75039ebd', 'gender': 1, 'id': 3092, 'name': 'Diane Keaton', 'order': 1, 'profile_path': '/fzgUMnbOkxC6E3EFcYHWHFaiKyp.jpg'}, {'cast_id': 3, 'character': 'Franck Eggelhoffer', 'credit_id': '52fe44959251416c75039ec1', 'gender': 2, 'id': 519, 'name': 'Martin Short', 'order': 2, 'profile_path': '/oZQorXBjTxrdkTJFpoDwOcQ91ji.jpg'}, {'cast_id': 4, 'character': 'Annie Banks-MacKenzie', 'credit_id': '52fe44959251416c75039ec5', 'gender': 1, 'id': 70696, 'name': 'Kimberly Williams-Paisley', 'order': 3, 'profile_path': '/nVp4F4VFqVvjh6huOULUQoiAguY.jpg'}, {'cast_id': 13, 'character': 'Bryan MacKenzie', 'credit_id': '52fe44959251416c75039ef3', 'gender': 2, 'id': 59222, 'name': 'George Newbern', 'order': 4, 'profile_path': '/48Ouqe1g8QrZ6qjvap5NvhfKuly.jpg'}, {'cast_id': 14, 'character': 'Matty Banks', 'credit_id': '52fe44959251416c75039ef7', 'gender': 0, 'id': 18793, 'name': 'Kieran Culkin', 'order': 5, 'profile_path': '/swcqQCMREeGCk6FAxIfczGpFBys.jpg'}, {'cast_id': 15, 'character': 'Howard Weinstein', 'credit_id': '52fe44959251416c75039efb', 'gender': 2, 'id': 14592, 'name': 'BD Wong', 'order': 6, 'profile_path': '/o8JUV37KWNorHOabp3zyD756oE3.jpg'}, {'cast_id': 16, 'character': 'John MacKenzie', 'credit_id': '52fe44959251416c75039eff', 'gender': 2, 'id': 20906, 'name': 'Peter Michael Goetz', 'order': 7, 'profile_path': '/a2hLcCidETgwlVyQnYy4kXVKUcn.jpg'}, {'cast_id': 17, 'character': 'Joanna MacKenzie', 'credit_id': '52fe44959251416c75039f03', 'gender': 1, 'id': 54348, 'name': 'Kate McGregor-Stewart', 'order': 8, 'profile_path': '/vsvdAmMZgX85AvnVFd4jigOUipZ.jpg'}, {'cast_id': 18, 'character': 'Dr. Megan Eisenberg', 'credit_id': '52fe44959251416c75039f07', 'gender': 1, 'id': 209, 'name': 'Jane Adams', 'order': 9, 'profile_path': '/HbQfL01xmV1psnh0WvldIBzDg3.jpg'}, {'cast_id': 19, 'character': 'Mr. Habib', 'credit_id': '52fe44959251416c75039f0b', 'gender': 2, 'id': 26510, 'name': 'Eugene Levy', 'order': 10, 'profile_path': '/69IBiDjU1gSqtrcGOA7PA7aEYsc.jpg'}, {'cast_id': 20, 'character': 'Wife Mrs. Habib', 'credit_id': '57ffa654c3a3681552000277', 'gender': 1, 'id': 24358, 'name': 'Lori Alan', 'order': 11, 'profile_path': '/mNfJWzuaKgkIaK7CuirXOMosd2h.jpg'}]\",\"[{'credit_id': '52fe44959251416c75039ed7', 'department': 'Sound', 'gender': 2, 'id': 37, 'job': 'Original Music Composer', 'name': 'Alan Silvestri', 'profile_path': '/chEsfnDEtRmv1bfOaNAoVEzhCc6.jpg'}, {'credit_id': '52fe44959251416c75039ee9', 'department': 'Camera', 'gender': 2, 'id': 5506, 'job': 'Director of Photography', 'name': 'Elliot Davis', 'profile_path': None}, {'credit_id': '52fe44959251416c75039ecb', 'department': 'Writing', 'gender': 1, 'id': 17698, 'job': 'Screenplay', 'name': 'Nancy Meyers', 'profile_path': '/nMPHU06dnvVxEjjcnPCPUQgQ2Mp.jpg'}, {'credit_id': '52fe44959251416c75039edd', 'department': 'Production', 'gender': 1, 'id': 17698, 'job': 'Producer', 'name': 'Nancy Meyers', 'profile_path': '/nMPHU06dnvVxEjjcnPCPUQgQ2Mp.jpg'}, {'credit_id': '52fe44959251416c75039ed1', 'department': 'Writing', 'gender': 2, 'id': 26160, 'job': 'Screenplay', 'name': 'Albert Hackett', 'profile_path': None}, {'credit_id': '52fe44959251416c75039eef', 'department': 'Directing', 'gender': 2, 'id': 56106, 'job': 'Director', 'name': 'Charles Shyer', 'profile_path': '/hnWGd74CbmTcDCFQiJ8SYLazIXW.jpg'}, {'credit_id': '52fe44959251416c75039ee3', 'department': 'Editing', 'gender': 2, 'id': 68755, 'job': 'Editor', 'name': 'Adam Bernardi', 'profile_path': None}]\",11862"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
## [7] "\"[{'cast_id': 25, 'character': 'Lt. Vincent Hanna', 'credit_id': '52fe4292c3a36847f80291f5', 'gender': 2, 'id': 1158, 'name': 'Al Pacino', 'order': 0, 'profile_path': '/ks7Ba8x9fJUlP9decBr6Dh5mThX.jpg'}, {'cast_id': 26, 'character': 'Neil McCauley', 'credit_id': '52fe4292c3a36847f80291f9', 'gender': 2, 'id': 380, 'name': 'Robert De Niro', 'order': 1, 'profile_path': '/lvTSwUcvJRLAJ2FB5qFaukel516.jpg'}, {'cast_id': 27, 'character': 'Chris Shiherlis', 'credit_id': '52fe4292c3a36847f80291fd', 'gender': 2, 'id': 5576, 'name': 'Val Kilmer', 'order': 2, 'profile_path': '/AlhPeiH8R4reMNGNQ9ag1FPbuW9.jpg'}, {'cast_id': 28, 'character': 'Nate', 'credit_id': '52fe4292c3a36847f8029201', 'gender': 2, 'id': 10127, 'name': 'Jon Voight', 'order': 3, 'profile_path': '/c7BvyqlvqDkfkFqSBUCiR21fvTh.jpg'}, {'cast_id': 29, 'character': 'Michael Cheritto', 'credit_id': '52fe4292c3a36847f8029205', 'gender': 2, 'id': 3197, 'name': 'Tom Sizemore', 'order': 4, 'profile_path': '/soINOuacuiThRb2LyPD4tTWve7C.jpg'}, {'cast_id': 30, 'character': 'Justine Hanna', 'credit_id': '52fe4292c3a36847f8029209', 'gender': 1, 'id': 6200, 'name': 'Diane Venora', 'order': 5, 'profile_path': '/3k7w5Y7gTAxN1JML7jhN8F8rVrS.jpg'}, {'cast_id': 31, 'character': 'Eady', 'credit_id': '52fe4292c3a36847f802920d', 'gender': 1, 'id': 15851, 'name': 'Amy Brenneman', 'order': 6, 'profile_path': '/xC408loYq7tQlkpS5YH68SoaDND.jpg'}, {'cast_id': 32, 'character': 'Charlene Shiherlis', 'credit_id': '52fe4292c3a36847f8029211', 'gender': 1, 'id': 15852, 'name': 'Ashley Judd', 'order': 7, 'profile_path': '/3bgmRDt02iGFVjhqCqstVyEeiwG.jpg'}, {'cast_id': 33, 'character': 'Sergeant Drucker', 'credit_id': '52fe4292c3a36847f8029215', 'gender': 2, 'id': 34, 'name': 'Mykelti Williamson', 'order': 8, 'profile_path': '/8TTxzpuvvpw2tB8xZBCDslYupNU.jpg'}, {'cast_id': 38, 'character': 'Lauren Gustafson', 'credit_id': '52fe4292c3a36847f8029229', 'gender': 1, 'id': 524, 'name': 'Natalie Portman', 'order': 9, 'profile_path': '/1oEP6OyYZgyLubgJXifx2GO78c7.jpg'}, {'cast_id': 35, 'character': 'Bosko', 'credit_id': '52fe4292c3a36847f802921d', 'gender': 2, 'id': 15854, 'name': 'Ted Levine', 'order': 10, 'profile_path': '/7O3vgqgicfNeGr3leC0qB074fjX.jpg'}, {'cast_id': 39, 'character': 'Kelso', 'credit_id': '52fe4292c3a36847f802922d', 'gender': 2, 'id': 119232, 'name': 'Tom Noonan', 'order': 11, 'profile_path': '/cpINV4Q8IeVgSLyKz9ldzzAGr5n.jpg'}, {'cast_id': 41, 'character': 'Richard Torena', 'credit_id': '52fe4292c3a36847f8029237', 'gender': 2, 'id': 31004, 'name': 'Tone Loc', 'order': 12, 'profile_path': '/o940ZhEYQYrOJdhRnmPrYoc9iOq.jpg'}, {'cast_id': 42, 'character': 'Alan Marciano', 'credit_id': '52fe4292c3a36847f802923b', 'gender': 2, 'id': 5587, 'name': 'Hank Azaria', 'order': 13, 'profile_path': '/3vIdbP73nKnKpMAcgGWoALPF2JO.jpg'}, {'cast_id': 34, 'character': 'Detective Casals', 'credit_id': '52fe4292c3a36847f8029219', 'gender': 2, 'id': 15853, 'name': 'Wes Studi', 'order': 14, 'profile_path': '/2b1hfAOoVjU7HoSbyHzGjl8DWs1.jpg'}, {'cast_id': 36, 'character': 'Donald Breedan', 'credit_id': '52fe4292c3a36847f8029221', 'gender': 2, 'id': 352, 'name': 'Dennis Haysbert', 'order': 15, 'profile_path': '/mn5Nc5Q31GslpVVWs8p41W4TBma.jpg'}, {'cast_id': 46, 'character': 'Trejo', 'credit_id': '52fe4292c3a36847f802924b', 'gender': 2, 'id': 11160, 'name': 'Danny Trejo', 'order': 16, 'profile_path': '/7b8cDfrmeheQbgryfCm7MeJOxxM.jpg'}, {'cast_id': 47, 'character': 'Hugh Benny', 'credit_id': '52fe4292c3a36847f802924f', 'gender': 2, 'id': 9290, 'name': 'Henry Rollins', 'order': 17, 'profile_path': '/2E0cZdoJsdt1Lv4waG3s6fsfJeU.jpg'}, {'cast_id': 37, 'character': 'Roger Van Zant', 'credit_id': '52fe4292c3a36847f8029225', 'gender': 2, 'id': 886, 'name': 'William Fichtner', 'order': 18, 'profile_path': '/apj1bgzZI2efSdJolfp6KjhG8CF.jpg'}, {'cast_id': 43, 'character': 'Waingro', 'credit_id': '52fe4292c3a36847f802923f', 'gender': 2, 'id': 34839, 'name': 'Kevin Gage', 'order': 19, 'profile_path': '/egIApa0PPsHkAwrGnOAUtdqO6CQ.jpg'}, {'cast_id': 44, 'character': 'Elaine Cheritto', 'credit_id': '52fe4292c3a36847f8029243', 'gender': 1, 'id': 4158, 'name': 'Susan Traylor', 'order': 20, 'profile_path': '/A3ZpoAui1ure4Nx2b83wUMI8lvv.jpg'}, {'cast_id': 48, 'character': 'Schwartz', 'credit_id': '52fe4292c3a36847f8029253', 'gender': 2, 'id': 86602, 'name': 'Jerry Trimble', 'order': 21, 'profile_path': '/oDK7NCnz2z2BFV8YquEpj8PBwed.jpg'}, {'cast_id': 50, 'character': 'Albert Torena', 'credit_id': '52fe4292c3a36847f802925b', 'gender': 2, 'id': 158452, 'name': 'Ricky Harris', 'order': 22, 'profile_path': '/eJEzFSHTjGdUz1JDThdTR5C1Jrd.jpg'}, {'cast_id': 54, 'character': 'Dr. Bob', 'credit_id': '52fe4292c3a36847f802926b', 'gender': 2, 'id': 12799, 'name': 'Jeremy Piven', 'order': 23, 'profile_path': '/qtho4ZUcValnVvscTGgyWfUr4VP.jpg'}, {'cast_id': 55, 'character': 'Ralph', 'credit_id': '52fe4292c3a36847f802926f', 'gender': 2, 'id': 3982, 'name': 'Xander Berkeley', 'order': 24, 'profile_path': '/vlZ9FDMk2Xd1WHixPKxnheZoXgR.jpg'}, {'cast_id': 51, 'character': 'Anna Trejo', 'credit_id': '52fe4292c3a36847f802925f', 'gender': 1, 'id': 181343, 'name': 'Begonya Plaza', 'order': 25, 'profile_path': '/2TtFPBtz0Bd3CXAc4W5K6zF66RY.jpg'}, {'cast_id': 56, 'character': 'Armoured Guard', 'credit_id': '52fe4292c3a36847f8029273', 'gender': 2, 'id': 81687, 'name': 'Rick Avery', 'order': 26, 'profile_path': '/rXar2OrwkorJyQ9dRGf18zUEByW.jpg'}, {'cast_id': 52, 'character': \"\"Hooker's Mother\"\", 'credit_id': '52fe4292c3a36847f8029263', 'gender': 0, 'id': 91756, 'name': 'Hazelle Goodman', 'order': 27, 'profile_path': '/kTa2cn8cuJdxKJBqFnYHibIknI9.jpg'}, {'cast_id': 53, 'character': 'Timmons', 'credit_id': '52fe4292c3a36847f8029267', 'gender': 2, 'id': 160970, 'name': 'Ray Buktenica', 'order': 28, 'profile_path': '/aMBLygqfsJv3QrBCvvZ7wMc3Ejq.jpg'}, {'cast_id': 59, 'character': 'Shooter at Drive-in', 'credit_id': '52fe4292c3a36847f802927f', 'gender': 0, 'id': 175600, 'name': 'Max Daniels', 'order': 29, 'profile_path': '/5zjSVtxyDExuf1913re1lG3k0Q3.jpg'}, {'cast_id': 60, 'character': 'Driver at Drive-in', 'credit_id': '52fe4292c3a36847f8029283', 'gender': 0, 'id': 12879, 'name': 'Vince Deadrick Jr.', 'order': 30, 'profile_path': '/z4HIKOQGQj8QXozFpQhj43xlmHm.jpg'}, {'cast_id': 96, 'character': 'Officer Bruce', 'credit_id': '56be773e9251417359005063', 'gender': 2, 'id': 9258, 'name': 'Steven Ford', 'order': 31, 'profile_path': '/iw8CUyekmYkGwmg0bp7foY4KvrH.jpg'}, {'cast_id': 97, 'character': 'Claudia', 'credit_id': '56be7769c3a36817f200506f', 'gender': 1, 'id': 167501, 'name': 'Farrah Forke', 'order': 32, 'profile_path': '/gmKm7TiZduyyaLlNgWnQEZHTc5Q.jpg'}, {'cast_id': 99, 'character': \"\"Bosko's Date\"\", 'credit_id': '56be794dc3a36818020054bd', 'gender': 1, 'id': 95145, 'name': 'Patricia Healy', 'order': 33, 'profile_path': '/RsHWe8vW3Hzbp8FeeEVqOD6Kux.jpg'}, {'cast_id': 100, 'character': 'Sergeant Heinz', 'credit_id': '56be79839251417347004f69', 'gender': 2, 'id': 58535, 'name': 'Paul Herman', 'order': 34, 'profile_path': '/vaK8wxkMeKJdZEdGUufyV0Ma24M.jpg'}, {'cast_id': 101, 'character': 'Rachel', 'credit_id': '56be79cec3a36817f200511b', 'gender': 1, 'id': 161939, 'name': 'Cindy Katz', 'order': 35, 'profile_path': '/eENk49BVUS9grR2ffwEsYh9Wl69.jpg'}, {'cast_id': 102, 'character': 'Captain Jackson', 'credit_id': '56be79fa9251417344004ea0', 'gender': 0, 'id': 6580, 'name': 'Brian Libby', 'order': 36, 'profile_path': '/lvY7hpUtU12BUD8mwQqFymnsxFI.jpg'}, {'cast_id': 104, 'character': 'Harry Dieter', 'credit_id': '56be7a8ac3a36817f200516d', 'gender': 2, 'id': 95796, 'name': 'Dan Martin', 'order': 37, 'profile_path': '/u24mFuqwEE7kguXK32SS1UzIQzJ.jpg'}, {'cast_id': 109, 'character': 'Bank Guard', 'credit_id': '56be7bafc3a36817ef005294', 'gender': 0, 'id': 166543, 'name': 'Mario Roberts', 'order': 38, 'profile_path': '/TVlt1SNz2zoF2hTqY4HM3MnWHz.jpg'}, {'cast_id': 110, 'character': 'Armoured Truck Driver', 'credit_id': '56be7c61c3a36817ef0052cf', 'gender': 0, 'id': 43010, 'name': 'Thomas Rosales, Jr.', 'order': 39, 'profile_path': '/ffDrcpKGvjPgpcjd0t9T6EtQ2hz.jpg'}, {'cast_id': 112, 'character': 'Hostage Girl', 'credit_id': '56be7db1925141735600517b', 'gender': 1, 'id': 37252, 'name': 'Yvonne Zima', 'order': 40, 'profile_path': '/dWA4Hsq8kkFXlmWERCoAh1OqK5M.jpg'}, {'cast_id': 116, 'character': '1st SIS Detective in the hallway (uncredited)', 'credit_id': '56be7ed4c3a36817f9005000', 'gender': 0, 'id': 1457709, 'name': 'Mick Gould', 'order': 41, 'profile_path': '/6BcVGV4fUITs2jaThbOq4GHlAFU.jpg'}, {'cast_id': 115, 'character': 'Solenko, Restaurant Manager (uncredited)', 'credit_id': '56be7e6e92514173590052b3', 'gender': 2, 'id': 4971, 'name': 'Bud Cort', 'order': 42, 'profile_path': '/mwCVkL9BG1ZCF9icbcKjE8TCS7H.jpg'}, {'cast_id': 123, 'character': 'Castilian Woman (uncredited)', 'credit_id': '56be80ed925141735900535e', 'gender': 0, 'id': 941147, 'name': 'Viviane Vives', 'order': 43, 'profile_path': '/rGHOmMfoykUQJTnryRAl2t4XXG6.jpg'}, {'cast_id': 45, 'character': 'Lillian', 'credit_id': '52fe4292c3a36847f8029247', 'gender': 1, 'id': 17358, 'name': 'Kim Staunton', 'order': 44, 'profile_path': '/9CJmJ5l7DZAtZvdbltalwoV2NfH.jpg'}, {'cast_id': 49, 'character': 'Construction Clerk', 'credit_id': '52fe4292c3a36847f8029257', 'gender': 2, 'id': 4790, 'name': 'Martin Ferrero', 'order': 45, 'profile_path': '/gTIclBDE9q6TFmOx7JIn32zTaVk.jpg'}, {'cast_id': 57, 'character': \"\"Children's Hospital Doctor\"\", 'credit_id': '52fe4292c3a36847f8029277', 'gender': 0, 'id': 1090464, 'name': 'Brad Baldridge', 'order': 46, 'profile_path': None}, {'cast_id': 58, 'character': 'Dominick', 'credit_id': '52fe4292c3a36847f802927b', 'gender': 0, 'id': 1090465, 'name': 'Andrew Camuccio', 'order': 47, 'profile_path': None}, {'cast_id': 94, 'character': 'Bartender', 'credit_id': '56be231dc3a3681806004214', 'gender': 0, 'id': 1576419, 'name': 'Kenny Endoso', 'order': 48, 'profile_path': None}, {'cast_id': 95, 'character': \"\"Casals' Date\"\", 'credit_id': '56be7708c3a36817f200504f', 'gender': 1, 'id': 106714, 'name': 'Kimberly Flynn', 'order': 49, 'profile_path': None}, {'cast_id': 98, 'character': 'Marcia Drucker', 'credit_id': '56be77fcc3a36817ef005164', 'gender': 0, 'id': 116153, 'name': 'Niki Harris', 'order': 50, 'profile_path': None}, {'cast_id': 103, 'character': 'Armoured Guard', 'credit_id': '56be7a30c3a36817f2005154', 'gender': 0, 'id': 237923, 'name': 'Bill McIntosh', 'order': 51, 'profile_path': None}, {'cast_id': 105, 'character': 'Basketball Player', 'credit_id': '56be7aabc3a36817f40053ec', 'gender': 0, 'id': 4047, 'name': 'Rick Marzan', 'order': 52, 'profile_path': None}, {'cast_id': 106, 'character': \"\"Children's Hospital Nurse\"\", 'credit_id': '56be7aec9251417344004ee2', 'gender': 0, 'id': 57347, 'name': 'Terry Miller', 'order': 53, 'profile_path': None}, {'cast_id': 107, 'character': 'Detective', 'credit_id': '56be7b44c3a368180200556a', 'gender': 0, 'id': 1576553, 'name': \"\"Daniel O'Haco\"\", 'order': 54, 'profile_path': None}, {'cast_id': 111, 'character': 'Prostitute', 'credit_id': '56be7d28c3a368180200560d', 'gender': 1, 'id': 218094, 'name': 'Kai Soremekun', 'order': 55, 'profile_path': None}, {'cast_id': 113, 'character': 'Bar Couple (uncredited)', 'credit_id': '56be7e1c9251411d27000305', 'gender': 0, 'id': 1491009, 'name': 'Peter Blackwell', 'order': 56, 'profile_path': None}, {'cast_id': 114, 'character': 'Restaurant Patron (uncredited)', 'credit_id': '56be7e45c3a36817ef005374', 'gender': 0, 'id': 1137847, 'name': 'Trevor Coppola', 'order': 57, 'profile_path': None}, {'cast_id': 118, 'character': 'Police Woman (uncredited)', 'credit_id': '56be7f699251417344005036', 'gender': 1, 'id': 1504112, 'name': 'Mary Kircher', 'order': 58, 'profile_path': None}, {'cast_id': 119, 'character': 'Grocery Store Employee (uncredited)', 'credit_id': '56be7fbd925141734d005299', 'gender': 0, 'id': 1504568, 'name': 'Darin Mangan', 'order': 59, 'profile_path': None}, {'cast_id': 120, 'character': 'Cusamano (uncredited)', 'credit_id': '56be8014c3a36817ef00540a', 'gender': 2, 'id': 20625, 'name': 'Robert Miranda', 'order': 60, 'profile_path': None}, {'cast_id': 121, 'character': 'Grocery Store Cop (uncredited)', 'credit_id': '56be8053c3a36817f40055b3', 'gender': 2, 'id': 1502517, 'name': 'Manny Perry', 'order': 61, 'profile_path': None}, {'cast_id': 122, 'character': 'Waitress (uncredited)', 'credit_id': '56be80a8925141734400508d', 'gender': 1, 'id': 114625, 'name': 'Iva Franks Singer', 'order': 62, 'profile_path': None}, {'cast_id': 124, 'character': 'Bank Guard (uncredited)', 'credit_id': '56be8132925141735900536f', 'gender': 0, 'id': 1576562, 'name': 'Tim Werner', 'order': 63, 'profile_path': None}, {'cast_id': 133, 'character': 'Ellis (uncredited)', 'credit_id': '56d48f67925141799e013151', 'gender': 2, 'id': 1584544, 'name': 'Philip Ettington', 'order': 64, 'profile_path': None}]\",\"[{'credit_id': '52fe4292c3a36847f802916d', 'department': 'Directing', 'gender': 2, 'id': 638, 'job': 'Director', 'name': 'Michael Mann', 'profile_path': '/nKmUpRpuQIsYubR7vIxVKhkbaTW.jpg'}, {'credit_id': '52fe4292c3a36847f8029173', 'department': 'Writing', 'gender': 2, 'id': 638, 'job': 'Screenplay', 'name': 'Michael Mann', 'profile_path': '/nKmUpRpuQIsYubR7vIxVKhkbaTW.jpg'}, {'credit_id': '52fe4292c3a36847f8029179', 'department': 'Production', 'gender': 2, 'id': 1254, 'job': 'Producer', 'name': 'Art Linson', 'profile_path': '/dEtVivCXxQBtIzmJcUNupT1AB4H.jpg'}, {'credit_id': '52fe4292c3a36847f802917f', 'department': 'Production', 'gender': 2, 'id': 638, 'job': 'Producer', 'name': 'Michael Mann', 'profile_path': '/nKmUpRpuQIsYubR7vIxVKhkbaTW.jpg'}, {'credit_id': '52fe4292c3a36847f8029185', 'department': 'Sound', 'gender': 2, 'id': 5581, 'job': 'Original Music Composer', 'name': 'Elliot Goldenthal', 'profile_path': '/mr1rr5bQySCwp564E1Ag363SgLH.jpg'}, {'credit_id': '52fe4292c3a36847f802918b', 'department': 'Camera', 'gender': 2, 'id': 11099, 'job': 'Director of Photography', 'name': 'Dante Spinotti', 'profile_path': '/vIb3GU52BvSIQh1MXZRFDVRnqsm.jpg'}, {'credit_id': '52fe4292c3a36847f8029191', 'department': 'Editing', 'gender': 2, 'id': 15840, 'job': 'Editor', 'name': 'Pasquale Buba', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f8029197', 'department': 'Editing', 'gender': 0, 'id': 15841, 'job': 'Editor', 'name': 'William Goldenberg', 'profile_path': '/eOgoea8HbZt2TfLn0tDNI1TepSN.jpg'}, {'credit_id': '52fe4292c3a36847f802919d', 'department': 'Editing', 'gender': 0, 'id': 15842, 'job': 'Editor', 'name': 'Dov Hoenig', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291a3', 'department': 'Editing', 'gender': 2, 'id': 1047, 'job': 'Editor', 'name': 'Tom Rolf', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291a9', 'department': 'Production', 'gender': 1, 'id': 897, 'job': 'Casting', 'name': 'Bonnie Timmermann', 'profile_path': '/jM8QANtq0v7Eqy8ZYtKot27nsfK.jpg'}, {'credit_id': '52fe4292c3a36847f80291af', 'department': 'Art', 'gender': 2, 'id': 11411, 'job': 'Production Design', 'name': 'Neil Spisak', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291b5', 'department': 'Art', 'gender': 1, 'id': 15843, 'job': 'Art Direction', 'name': 'Margie Stone McShirley', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291bb', 'department': 'Costume & Make-Up', 'gender': 1, 'id': 8527, 'job': 'Costume Design', 'name': 'Deborah Lynn Scott', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291cd', 'department': 'Sound', 'gender': 2, 'id': 1305, 'job': 'Music Editor', 'name': 'Bill Abbott', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291d3', 'department': 'Sound', 'gender': 0, 'id': 14765, 'job': 'Supervising Sound Editor', 'name': 'Per Hallberg', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291d9', 'department': 'Crew', 'gender': 0, 'id': 15847, 'job': 'Special Effects Coordinator', 'name': 'Terry D. Frazee', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291df', 'department': 'Crew', 'gender': 0, 'id': 15848, 'job': 'Special Effects', 'name': 'Paul H. Haines Jr.', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291e5', 'department': 'Visual Effects', 'gender': 0, 'id': 15849, 'job': 'Visual Effects Supervisor', 'name': 'Neil Krepela', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291eb', 'department': 'Crew', 'gender': 2, 'id': 13458, 'job': 'Stunt Coordinator', 'name': 'Joel Kramer', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f80291f1', 'department': 'Crew', 'gender': 2, 'id': 15850, 'job': 'Stunts', 'name': 'Tony Brubaker', 'profile_path': None}, {'credit_id': '52fe4292c3a36847f8029233', 'department': 'Art', 'gender': 1, 'id': 13677, 'job': 'Set Decoration', 'name': 'Anne H. Ahrens', 'profile_path': None}, {'credit_id': '564717adc3a3682611002c07', 'department': 'Costume & Make-Up', 'gender': 0, 'id': 1535950, 'job': 'Costume Supervisor', 'name': 'Darryl M. Athons', 'profile_path': None}, {'credit_id': '564717d0c3a3682620002d27', 'department': 'Directing', 'gender': 1, 'id': 1478953, 'job': 'Script Supervisor', 'name': 'Cate Hardman', 'profile_path': None}, {'credit_id': '56bf68e39251417359008e89', 'department': 'Production', 'gender': 0, 'id': 1424046, 'job': 'Casting', 'name': 'Jane Brody', 'profile_path': None}, {'credit_id': '57190686c3a3680160004721', 'department': 'Crew', 'gender': 0, 'id': 1550830, 'job': 'Special Effects', 'name': 'Donald Frazee', 'profile_path': None}, {'credit_id': '564716d9c3a368260c002d5a', 'department': 'Art', 'gender': 0, 'id': 1479277, 'job': 'Art Department Coordinator', 'name': 'Oscar Mazzola', 'profile_path': None}, {'credit_id': '564716fe9251413acc002d2a', 'department': 'Art', 'gender': 0, 'id': 4727, 'job': 'Assistant Art Director', 'name': 'Dianne Wager', 'profile_path': None}, {'credit_id': '56471718c3a3682605002c62', 'department': 'Art', 'gender': 0, 'id': 1404308, 'job': 'Construction Coordinator', 'name': 'Anthony Lattanzio', 'profile_path': None}, {'credit_id': '564717949251413e7f002a36', 'department': 'Costume & Make-Up', 'gender': 0, 'id': 1535949, 'job': 'Assistant Costume Designer', 'name': 'David Le Vey', 'profile_path': None}, {'credit_id': '564717f19251413adb002c49', 'department': 'Costume & Make-Up', 'gender': 2, 'id': 8870, 'job': 'Hairstylist', 'name': 'Leonard Engelman', 'profile_path': None}, {'credit_id': '5647180a9251413adb002c52', 'department': 'Costume & Make-Up', 'gender': 1, 'id': 16551, 'job': 'Hairstylist', 'name': 'Ilona Herman', 'profile_path': None}, {'credit_id': '56471821c3a3682611002c1e', 'department': 'Costume & Make-Up', 'gender': 0, 'id': 15846, 'job': 'Key Hair Stylist', 'name': 'Vera Mitchell', 'profile_path': None}, {'credit_id': '5647183bc3a3682611002c24', 'department': 'Costume & Make-Up', 'gender': 0, 'id': 15845, 'job': 'Makeup Artist', 'name': 'John Caglione Jr.', 'profile_path': None}, {'credit_id': '5647184fc3a3682611002c2a', 'department': 'Costume & Make-Up', 'gender': 2, 'id': 14653, 'job': 'Makeup Artist', 'name': 'Ken Diaz', 'profile_path': '/evDWsHoxnKp5saXTjVOMFXJnX3O.jpg'}, {'credit_id': '5647188ac3a36826140030aa', 'department': 'Editing', 'gender': 0, 'id': 1535951, 'job': 'Dialogue Editor', 'name': 'Neal J. Anderson', 'profile_path': None}, {'credit_id': '564718bfc3a3682608002d5c', 'department': 'Editing', 'gender': 0, 'id': 1391385, 'job': 'Dialogue Editor', 'name': 'Duncan Burns', 'profile_path': None}, {'credit_id': '564718da9251413e7f002a7d', 'department': 'Editing', 'gender': 0, 'id': 1406826, 'job': 'Dialogue Editor', 'name': 'Hector C. Gika', 'profile_path': None}, {'credit_id': '564719199251413ad5002d09', 'department': 'Sound', 'gender': 0, 'id': 1392084, 'job': 'Supervising Sound Editor', 'name': 'Larry Kemp', 'profile_path': None}, {'credit_id': '56471941c3a3682620002d64', 'department': 'Editing', 'gender': 0, 'id': 1392901, 'job': 'Dialogue Editor', 'name': 'Lauren Stephens', 'profile_path': None}, {'credit_id': '5647197fc3a3682608002d90', 'department': 'Camera', 'gender': 2, 'id': 1409831, 'job': 'Camera Operator', 'name': 'Gary Jay', 'profile_path': None}, {'credit_id': '564719a9c3a3682608002d95', 'department': 'Camera', 'gender': 2, 'id': 21118, 'job': 'Steadicam Operator', 'name': 'James Muro', 'profile_path': None}, {'credit_id': '564719bfc3a3682620002d79', 'department': 'Camera', 'gender': 0, 'id': 1412205, 'job': 'Still Photographer', 'name': 'Frank Connor', 'profile_path': None}, {'credit_id': '564719dec3a368261a002d54', 'department': 'Camera', 'gender': 0, 'id': 1403479, 'job': 'First Assistant Camera', 'name': 'Duane Manwiller', 'profile_path': None}, {'credit_id': '564719f4c3a3682620002d82', 'department': 'Camera', 'gender': 0, 'id': 1347763, 'job': 'First Assistant Camera', 'name': 'Chris Moseley', 'profile_path': None}, {'credit_id': '56471a16c3a3682611002c82', 'department': 'Lighting', 'gender': 0, 'id': 1415635, 'job': 'Rigging Gaffer', 'name': 'Frank Dorowsky', 'profile_path': None}, {'credit_id': '5661581a925141790f0068fd', 'department': 'Sound', 'gender': 2, 'id': 1406905, 'job': 'Music Editor', 'name': 'Michael Connell', 'profile_path': None}, {'credit_id': '56615839c3a36875f4006418', 'department': 'Sound', 'gender': 2, 'id': 75002, 'job': 'Music Supervisor', 'name': 'Budd Carr', 'profile_path': None}, {'credit_id': '566158b5c3a36875e2006961', 'department': 'Editing', 'gender': 0, 'id': 60592, 'job': 'First Assistant Editor', 'name': 'Matthew Booth', 'profile_path': None}, {'credit_id': '566158dfc3a36875e2006968', 'department': 'Editing', 'gender': 0, 'id': 1433743, 'job': 'First Assistant Editor', 'name': 'Vicki Hiatt', 'profile_path': None}, {'credit_id': '56615906c3a36875ed006116', 'department': 'Editing', 'gender': 0, 'id': 1405208, 'job': 'First Assistant Editor', 'name': 'Thomas R. Bryant', 'profile_path': None}, {'credit_id': '566159209251417918006451', 'department': 'Editing', 'gender': 0, 'id': 1432026, 'job': 'First Assistant Editor', 'name': 'Ray Boniker', 'profile_path': None}, {'credit_id': '5661595f925141790c00648d', 'department': 'Sound', 'gender': 0, 'id': 1401687, 'job': 'Sound Re-Recording Mixer', 'name': 'Anna Behlmer', 'profile_path': None}, {'credit_id': '566159a4c3a36875e0007279', 'department': 'Sound', 'gender': 0, 'id': 16177, 'job': 'Sound Re-Recording Mixer', 'name': 'Ron Bartlett', 'profile_path': None}, {'credit_id': '566159c9c3a36875e2006994', 'department': 'Sound', 'gender': 0, 'id': 1368864, 'job': 'Sound Re-Recording Mixer', 'name': 'Chris Jenkins', 'profile_path': None}, {'credit_id': '566159f1c3a36875ed00613e', 'department': 'Sound', 'gender': 2, 'id': 1338976, 'job': 'Sound Re-Recording Mixer', 'name': 'Andy Nelson', 'profile_path': None}, {'credit_id': '56615a69925141791800649a', 'department': 'Sound', 'gender': 0, 'id': 1544638, 'job': 'Sound Re-Recording Mixer', 'name': 'Mark Smith', 'profile_path': None}, {'credit_id': '56be7b5cc3a36817f400542a', 'department': 'Crew', 'gender': 0, 'id': 1576553, 'job': 'Stunts', 'name': \"\"Daniel O'Haco\"\", 'profile_path': None}, {'credit_id': '56be7f199251417347005171', 'department': 'Crew', 'gender': 0, 'id': 1457709, 'job': 'Technical Supervisor', 'name': 'Mick Gould', 'profile_path': '/6BcVGV4fUITs2jaThbOq4GHlAFU.jpg'}, {'credit_id': '56be8150925141734d00530c', 'department': 'Crew', 'gender': 0, 'id': 1576562, 'job': 'Stunts', 'name': 'Tim Werner', 'profile_path': None}, {'credit_id': '56bf6596c3a368180a009a90', 'department': 'Production', 'gender': 2, 'id': 639, 'job': 'Executive Producer', 'name': 'Pieter Jan Brugge', 'profile_path': '/wSaIhLLvLSxxgOPugUx7M8ZBpD8.jpg'}, {'credit_id': '56bf65ba92514170aa002b1c', 'department': 'Production', 'gender': 0, 'id': 944682, 'job': 'Associate Producer', 'name': 'Gusmano Cesaretti', 'profile_path': None}, {'credit_id': '56bf65e09251410bb0000d9f', 'department': 'Production', 'gender': 2, 'id': 376, 'job': 'Executive Producer', 'name': 'Arnon Milchan', 'profile_path': '/5crR5twLRcIdvRR06dB1O0EQ8x0.jpg'}, {'credit_id': '56bf6743c3a3681806008963', 'department': 'Production', 'gender': 0, 'id': 1494667, 'job': 'Unit Production Manager', 'name': 'Christopher Cronyn', 'profile_path': None}, {'credit_id': '56bf67ab92514170aa002b87', 'department': 'Directing', 'gender': 0, 'id': 212137, 'job': 'Assistant Director', 'name': 'Michael Waxman', 'profile_path': None}, {'credit_id': '56bf6812c3a36817fd0089a0', 'department': 'Production', 'gender': 0, 'id': 1535952, 'job': 'Casting Associate', 'name': 'Alison E. McBryde', 'profile_path': None}, {'credit_id': '56ddc252925141187c00009b', 'department': 'Costume & Make-Up', 'gender': 0, 'id': 1392142, 'job': 'Set Costumer', 'name': 'Marsha Bozeman', 'profile_path': None}, {'credit_id': '56e066a2c3a3687492004ab5', 'department': 'Crew', 'gender': 0, 'id': 548451, 'job': 'Digital Effects Supervisor', 'name': 'Jeff Wells', 'profile_path': None}, {'credit_id': '56e76b15c3a368408c000bf5', 'department': 'Crew', 'gender': 0, 'id': 142157, 'job': 'Stunts', 'name': 'Doug Coleman', 'profile_path': None}, {'credit_id': '574f16349251415c9b0000b4', 'department': 'Crew', 'gender': 0, 'id': 1629423, 'job': 'Sound Recordist', 'name': 'Philip Rogers', 'profile_path': None}, {'credit_id': '587d05e1925141410100ffb1', 'department': 'Sound', 'gender': 0, 'id': 15178, 'job': 'Additional Soundtrack', 'name': 'Jimmy Webb', 'profile_path': '/hWNr6XzL5TiAkr93eVFSbILhVYr.jpg'}]\",949"
readLines("keywords.csv", n= 7) #id
## [1] "id,keywords"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
## [2] "862,\"[{'id': 931, 'name': 'jealousy'}, {'id': 4290, 'name': 'toy'}, {'id': 5202, 'name': 'boy'}, {'id': 6054, 'name': 'friendship'}, {'id': 9713, 'name': 'friends'}, {'id': 9823, 'name': 'rivalry'}, {'id': 165503, 'name': 'boy next door'}, {'id': 170722, 'name': 'new toy'}, {'id': 187065, 'name': 'toy comes to life'}]\""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
## [3] "8844,\"[{'id': 10090, 'name': 'board game'}, {'id': 10941, 'name': 'disappearance'}, {'id': 15101, 'name': \"\"based on children's book\"\"}, {'id': 33467, 'name': 'new home'}, {'id': 158086, 'name': 'recluse'}, {'id': 158091, 'name': 'giant insect'}]\""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
## [4] "15602,\"[{'id': 1495, 'name': 'fishing'}, {'id': 12392, 'name': 'best friend'}, {'id': 179431, 'name': 'duringcreditsstinger'}, {'id': 208510, 'name': 'old men'}]\""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## [5] "31357,\"[{'id': 818, 'name': 'based on novel'}, {'id': 10131, 'name': 'interracial relationship'}, {'id': 14768, 'name': 'single mother'}, {'id': 15160, 'name': 'divorce'}, {'id': 33455, 'name': 'chick flick'}]\""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
## [6] "11862,\"[{'id': 1009, 'name': 'baby'}, {'id': 1599, 'name': 'midlife crisis'}, {'id': 2246, 'name': 'confidence'}, {'id': 4995, 'name': 'aging'}, {'id': 5600, 'name': 'daughter'}, {'id': 10707, 'name': 'mother daughter relationship'}, {'id': 13149, 'name': 'pregnancy'}, {'id': 33358, 'name': 'contraception'}, {'id': 170521, 'name': 'gynecologist'}]\""                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
## [7] "949,\"[{'id': 642, 'name': 'robbery'}, {'id': 703, 'name': 'detective'}, {'id': 974, 'name': 'bank'}, {'id': 1523, 'name': 'obsession'}, {'id': 3713, 'name': 'chase'}, {'id': 7281, 'name': 'shooting'}, {'id': 9727, 'name': 'thief'}, {'id': 9812, 'name': 'honor'}, {'id': 9826, 'name': 'murder'}, {'id': 9937, 'name': 'suspense'}, {'id': 10051, 'name': 'heist'}, {'id': 10085, 'name': 'betrayal'}, {'id': 10594, 'name': 'money'}, {'id': 10726, 'name': 'gang'}, {'id': 15076, 'name': 'cat and mouse'}, {'id': 18023, 'name': 'criminal mastermind'}, {'id': 34117, 'name': 'cult film'}, {'id': 156121, 'name': 'ex-con'}, {'id': 159343, 'name': 'heist movie'}, {'id': 159434, 'name': 'one last job'}, {'id': 167104, 'name': 'loner'}, {'id': 192261, 'name': 'bank job'}, {'id': 207268, 'name': 'neo-noir'}, {'id': 208009, 'name': 'gun fight'}, {'id': 214983, 'name': 'crime epic'}]\""
###load pakages##
pacman::p_load(pacman,GGally,ggthemes,ggplot2,ggvis,rio,shiny,rmarkdown,tidyr,stringr,lubridate,plotly,dplyr)




Ratings <- ("ratings.cvs") 
Ratings_Small <- ("ratings_small.csv")
Links <- ("links.csv")
Links_Small <- ("links_small.csv")
Keywords <- ("keywords.csv")
##now this will produce a better looking data output##
head(Ratings)
## [1] "ratings.cvs"
head(Ratings_Small)
## [1] "ratings_small.csv"
head(Links_Small)
## [1] "links_small.csv"
###creating chunks of data ## and making the data less messy##

#Ratings_small
chunkSize <- 10000
con2 <- file(description = Ratings_Small, open = "r")
data2 <- read.table(con2, nrows = chunkSize ,header = T ,fill = T,sep = ",")
close(con2)

#Links
chunkSize <- 10000
con3 <- file(description = Links,open = "r")
data3 <- read.table(con3,nrows = chunkSize,header = T,fill = T,sep = ",")
close(con3)

#Links_Small
chunkSize <- 10000
con4 <- file(description = Links_Small,open = "r")
data4 <- read.table(con4, nrows = chunkSize,header = T,fill = T,sep = ",")
close(con4)

#Keywords
chunkSize <- 10000
con5 <- file(description = Keywords,open = "r")
data5 <- read.table(con5, nrows = chunkSize ,header = T, fill = T,sep = ",")
close(con5)
###now we have loaded data that would other wise freeze the pc##
#we have 4 chunks of data sets form four data diff data sets


#converting to factors#
data2$movieId <- as.factor(data2$movieId)
data3$imdbId <- as.factor(data3$imdbId)
data4$imdbId <- as.factor(data4$imdbId)
data3$movieId <- as.factor(data3$movieId)
data4$movieId <- as.factor(data4$movieId)

data2_data3 <- cbind(data3,data2[ ,3]) ##bnding the data by columns, adding info from only coloumn 3
                                        # of the dataset data2 into the data set data3
colnames(data2_data3)[4] <- "ratings" #changing the coloumn name to our liking
X <- cbind(data2_data3,data2[ ,4])  #cbinding/ adding the 4 coloumn of data2 into the new data2_data3 and assigning it to X##
colnames(X)[5] <- "timestamp" 
par(mfrow= c(2,1))
Movies_Data <- merge(X,data4, key= movieId)  #merges the data together##
hist(Movies_Data$rating,col = "red",xlab = "Ratings",main = "HIST of Ratings")
rug(Movies_Data$ratings, lwd = 2,col = "grey") # adds grey lines to pin point the data points on the graph#
hist(Movies_Data$timestamp, col="blue",xlab = "movies id",main = "HIST of MOVIES id", breaks = 20)
## Warning in breaks[-1L] + breaks[-nB]: NAs produced by integer overflow

summary(Movies_Data$userId)
## Length  Class   Mode 
##      0   NULL   NULL
summary(Movies_Data$movieId)
##       1       2       3       4       5       6       7       8       9      10 
##       1       1       1       1       1       1       1       1       1       1 
##      11      12      13      14      15      16      17      18      19      20 
##       1       1       1       1       1       1       1       1       1       1 
##      21      22      23      24      25      26      27      28      29      30 
##       1       1       1       1       1       1       1       1       1       1 
##      31      32      34      35      36      37      38      39      40      41 
##       1       1       1       1       1       1       1       1       1       1 
##      42      43      44      45      46      47      48      49      50      52 
##       1       1       1       1       1       1       1       1       1       1 
##      53      54      55      57      58      59      60      61      62      63 
##       1       1       1       1       1       1       1       1       1       1 
##      64      65      66      68      69      70      71      72      73      74 
##       1       1       1       1       1       1       1       1       1       1 
##      76      77      78      79      80      81      82      83      84      85 
##       1       1       1       1       1       1       1       1       1       1 
##      86      87      88      89      92      93      94      95      96      97 
##       1       1       1       1       1       1       1       1       1       1 
##      98      99     100     101     102     103     104     105     107 (Other) 
##       1       1       1       1       1       1       1       1       1    6016
library(psych)
## 
## Attaching package: 'psych'
## The following objects are masked from 'package:ggplot2':
## 
##     %+%, alpha
#now we have a one data frame from 3 data sets##

#NOW TO ALLOW THE CHART TO PLOT 2 CHARTS ON THE SAME PAGE##


describe(Movies_Data$ratings)
##    vars    n mean   sd median trimmed  mad min max range  skew kurtosis   se
## X1    1 6115 3.43 1.15    3.5    3.52 0.74 0.5   5   4.5 -0.63    -0.23 0.01
describe(Movies_Data)
##           vars    n         mean           sd       median      trimmed
## movieId*     1 6115 4.104530e+03      2676.48       3734.0 3.970730e+03
## imdbId*      2 6115 5.035570e+03      2774.98       5111.0 5.042800e+03
## tmdbId       3 6108 2.034835e+04     25397.83      12138.5 1.615840e+04
## ratings      4 6115 3.430000e+00         1.15          3.5 3.520000e+00
## timestamp    5 6115 1.107375e+09 186591642.67 1108134263.0 1.097109e+09
##                    mad         min        max       range  skew kurtosis
## movieId*       3131.25         1.0      10000      9999.0  0.37    -0.92
## imdbId*        3384.78         1.0      10000      9999.0 -0.04    -1.10
## tmdbId        13492.40         2.0     416437    416435.0  4.88    42.46
## ratings           0.74         0.5          5         4.5 -0.63    -0.23
## timestamp 226281602.61 832228796.0 1475557281 643328485.0  0.39    -0.87
##                   se
## movieId*       34.23
## imdbId*        35.49
## tmdbId        324.97
## ratings         0.01
## timestamp 2386129.21