Questions tagged [imdb]

The Internet Movie Database (IMDb) is an online database of information related to films, television programs, and video games. This includes actors, production crew personnel, and fictional characters featured in these three visual entertainment media.

The Internet Movie Database (IMDb) is an online database of information related to films, television programs, and video games. This includes actors, production crew personnel, and fictional characters featured in these three visual entertainment media.

Resources:

396 questions
-1
votes
2 answers

Unpivoting movie genres

I'm looking at some movie data from IMDb and I have found a limitation in my knowledge. Here is the data I'm looking at: I think I will run into problems with this current table. How can I get it so that there are two columns, MovieID and Genre? It…
Walker
  • 153
  • 2
  • 9
-1
votes
1 answer

Parsing Movie title with RegEx

I have 3 strings from wich I want to extract the movie title, if posible in one RegularExpression Airplane! (1980) "24" (2001) "Agents of S.H.I.E.L.D." The Magical Place…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/.net" class="post-tag grid--cell" title="show questions tagged '.net'" rel="tag">.net</a> <a href="../../questions/tagged/regex" class="post-tag grid--cell" title="show questions tagged 'regex'" rel="tag">regex</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 07 '14 at 17:29">asked Nov 07 '14 at 17:29</time> <a href="../../users/3174559/jens-borrisholt" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3174559.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Jens Borrisholt" /> </a> <div class="s-user-card--info"> <a href="../../users/3174559/jens-borrisholt" class="s-user-card--link">Jens Borrisholt</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">6,174</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="33 silver badge">33</li> <li class="s-award-bling s-award-bling__bronze" title="67 bronze badge">67</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22401980"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/22401980/i-don-t-see-why-this-code-is-not-working-can-someone-please-tell-me-what-i-am-" class="question-hyperlink">I don't see why this code is not working! can someone please tell me what i am doing wrong?</a></h3> <div class="excerpt">I keep getting an error, but i dont see it.. I am new to programing and if you explane me the code, please dont assume I know too much. #!/usr/bin/env python # Name: # Student number: ''' This script crawls the IMDB top 250 movies. ''' # Python…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/database" class="post-tag grid--cell" title="show questions tagged 'database'" rel="tag">database</a> <a href="../../questions/tagged/web-scraping" class="post-tag grid--cell" title="show questions tagged 'web-scraping'" rel="tag">web-scraping</a> <a href="../../questions/tagged/screen-scraping" class="post-tag grid--cell" title="show questions tagged 'screen-scraping'" rel="tag">screen-scraping</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 14 '14 at 10:12">asked Mar 14 '14 at 10:12</time> <a href="../../users/3419211/ranj" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3419211.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ranj" /> </a> <div class="s-user-card--info"> <a href="../../users/3419211/ranj" class="s-user-card--link">Ranj</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">718</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="12 silver badge">12</li> <li class="s-award-bling s-award-bling__bronze" title="19 bronze badge">19</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-15761396"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/15761396/movie-database-api-with-similar-movies" class="question-hyperlink">Movie database API with similar movies</a></h3> <div class="excerpt">Need api to get movie recommendations like imdb does. themoviedb is not providing corresponding IMDB id when searching for similar movies(by the way their similar movies list is really strange). Rotten tomatoes API has just 10000 requests per day…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/.net" class="post-tag grid--cell" title="show questions tagged '.net'" rel="tag">.net</a> <a href="../../questions/tagged/api" class="post-tag grid--cell" title="show questions tagged 'api'" rel="tag">api</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 02 '13 at 10:08">asked Apr 02 '13 at 10:08</time> <a href="../../users/47672/0x49d1" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/47672.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="0x49D1" /> </a> <div class="s-user-card--info"> <a href="../../users/47672/0x49d1" class="s-user-card--link">0x49D1</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">8,505</li> <li class="s-award-bling s-award-bling__gold" title="11 gold badges">11</li> <li class="s-award-bling s-award-bling__silver" title="76 silver badges">76</li> <li class="s-award-bling s-award-bling__bronze" title="127 bronze badges">127</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-10931047"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/10931047/how-to-get-name-and-pic-of-actors-from-imdb-inside-an-android-app" class="question-hyperlink">How to get name and pic of ACTORS from IMDB, inside an Android App</a></h3> <div class="excerpt">I need to get the name and picture of an actor from his page on IMDB. I know nothing about this process, especially on Android. I'm not asking for precise code (even if it would be wonderful), but at least a link to some good tutorial. Here is a…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/html-parsing" class="post-tag grid--cell" title="show questions tagged 'html-parsing'" rel="tag">html-parsing</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jun 07 '12 at 11:36">asked Jun 07 '12 at 11:36</time> <a href="../../users/1354302/david-corsalini" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1354302.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="David Corsalini" /> </a> <div class="s-user-card--info"> <a href="../../users/1354302/david-corsalini" class="s-user-card--link">David Corsalini</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">7,958</li> <li class="s-award-bling s-award-bling__gold" title="8 gold badges">8</li> <li class="s-award-bling s-award-bling__silver" title="41 silver badges">41</li> <li class="s-award-bling s-award-bling__bronze" title="66 bronze badges">66</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-74248981"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/74248981/large-movie-review-dataset" class="question-hyperlink">Large Movie Review Dataset</a></h3> <div class="excerpt">can anyone help me with an assignment? It's about doing linear regression from scratch on imdb reviews. the data is really heavy and also, I don't understand the assignment itself really well I did some of it but I have some major problem with…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/jupyter-notebook" class="post-tag grid--cell" title="show questions tagged 'jupyter-notebook'" rel="tag">jupyter-notebook</a> <a href="../../questions/tagged/nlp" class="post-tag grid--cell" title="show questions tagged 'nlp'" rel="tag">nlp</a> <a href="../../questions/tagged/logistic-regression" class="post-tag grid--cell" title="show questions tagged 'logistic-regression'" rel="tag">logistic-regression</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 29 '22 at 21:30">asked Oct 29 '22 at 21:30</time> <a href="../../users/15234663/shima-mahinnezhad" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/15234663.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Shima Mahinnezhad" /> </a> <div class="s-user-card--info"> <a href="../../users/15234663/shima-mahinnezhad" class="s-user-card--link">Shima Mahinnezhad</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-71244272"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/71244272/marvel-api-returning-409-conflict-you-must-provide-a-user-key" class="question-hyperlink">Marvel API returning 409 conflict "You must provide a user key"</a></h3> <div class="excerpt">I have looked through similar questions on here and none of the responses seemed to help as they aren't using vanilla JS. Hopefully someone here can help out. Note: also using IMDB API if that makes a difference. Really new to APIs and hoping this…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 23 '22 at 21:30">asked Feb 23 '22 at 21:30</time> <a href="../../users/18021752/paul-davis" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/18021752.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Paul Davis" /> </a> <div class="s-user-card--info"> <a href="../../users/18021752/paul-davis" class="s-user-card--link">Paul Davis</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">11</li> <li class="s-award-bling s-award-bling__bronze" title="4 bronze badges">4</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-65548583"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/65548583/the-shahrukh-number-of-an-actor-is-the-length-of-the-shortest-path-between-the" class="question-hyperlink">The Shahrukh number of an actor is the length of the shortest path between the actor and Shahrukh Khan in the "co-acting" graph</a></h3> <div class="excerpt"> Question: The Shahrukh number of an actor is the length of the shortest path between the actor and Shahrukh Khan in the "co-acting" graph. That is, Shahrukh Khan has Shahrukh number 0; all actors who acted in the same film as Shahrukh have…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/sql" class="post-tag grid--cell" title="show questions tagged 'sql'" rel="tag">sql</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 03 '21 at 10:04">asked Jan 03 '21 at 10:04</time> <a href="../../users/13727642/ascharya-reddy" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/13727642.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ascharya reddy" /> </a> <div class="s-user-card--info"> <a href="../../users/13727642/ascharya-reddy" class="s-user-card--link">Ascharya reddy</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-55092072"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/55092072/c-json-to-class" class="question-hyperlink">C# JSON to class</a></h3> <div class="excerpt">I want to parse data from IMDB.com to my c# application. I have a class named IMDB_Entry which looks like this: private string type; private string url; private string name; private string image; private List<String> genre; …</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/c#" class="post-tag grid--cell" title="show questions tagged 'c#'" rel="tag">c#</a> <a href="../../questions/tagged/json" class="post-tag grid--cell" title="show questions tagged 'json'" rel="tag">json</a> <a href="../../questions/tagged/parsing" class="post-tag grid--cell" title="show questions tagged 'parsing'" rel="tag">parsing</a> <a href="../../questions/tagged/web-scraping" class="post-tag grid--cell" title="show questions tagged 'web-scraping'" rel="tag">web-scraping</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 10 '19 at 20:29">asked Mar 10 '19 at 20:29</time> <a href="../../users/11110290/b3nj4m1n" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/11110290.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="b3nj4m1n" /> </a> <div class="s-user-card--info"> <a href="../../users/11110290/b3nj4m1n" class="s-user-card--link">b3nj4m1n</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">502</li> <li class="s-award-bling s-award-bling__silver" title="7 silver badges">7</li> <li class="s-award-bling s-award-bling__bronze" title="24 bronze badges">24</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-54361669"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/54361669/how-to-implement-deepexpectation-dex-age-detection" class="question-hyperlink">How to implement DEEPExpectation (DEX) age detection?</a></h3> <div class="excerpt">First of all, I'm new to the Deep Learning platform, please correct me if I did any mistake. I'm trying to implement the age detection by using DEX method. As of now my understand is that, they tried to train a CNN weight model using VGG-16…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/tensorflow" class="post-tag grid--cell" title="show questions tagged 'tensorflow'" rel="tag">tensorflow</a> <a href="../../questions/tagged/keras" class="post-tag grid--cell" title="show questions tagged 'keras'" rel="tag">keras</a> <a href="../../questions/tagged/deep-learning" class="post-tag grid--cell" title="show questions tagged 'deep-learning'" rel="tag">deep-learning</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 25 '19 at 08:41">asked Jan 25 '19 at 08:41</time> <a href="../../users/1475072/biswajitghosh" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1475072.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="biswajitGhosh" /> </a> <div class="s-user-card--info"> <a href="../../users/1475072/biswajitghosh" class="s-user-card--link">biswajitGhosh</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">147</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badge">2</li> <li class="s-award-bling s-award-bling__bronze" title="17 bronze badge">17</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-53120350"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/53120350/how-to-make-term-document-in-python" class="question-hyperlink">How to make term document in python</a></h3> <div class="excerpt">I have 16000 record from imdb dataset like this Movie_Name Synops Alien Predator ['great','17th', 'abigail', 'by', 'century', 'is'] Shark Exorcist ['demonic', 'devil', 'great', 'hell', 'holy', 'nun'] Jurassic Shark ['abandoned',…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/machine-learning" class="post-tag grid--cell" title="show questions tagged 'machine-learning'" rel="tag">machine-learning</a> <a href="../../questions/tagged/information-retrieval" class="post-tag grid--cell" title="show questions tagged 'information-retrieval'" rel="tag">information-retrieval</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> <a href="../../questions/tagged/inverted-index" class="post-tag grid--cell" title="show questions tagged 'inverted-index'" rel="tag">inverted-index</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Nov 02 '18 at 14:22">asked Nov 02 '18 at 14:22</time> <a href="../../users/3782154/user3782154" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3782154.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user3782154" /> </a> <div class="s-user-card--info"> <a href="../../users/3782154/user3782154" class="s-user-card--link">user3782154</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">37</li> <li class="s-award-bling s-award-bling__bronze" title="8 bronze badges">8</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-46653899"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/46653899/javascript-append-with-imdb-api" class="question-hyperlink">Javascript append with IMDB api</a></h3> <div class="excerpt">I have this script, I need to fix append and remove the old info on click, also I need to show episode info on third column. How to do that? I need the same result as…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/api" class="post-tag grid--cell" title="show questions tagged 'api'" rel="tag">api</a> <a href="../../questions/tagged/onclick" class="post-tag grid--cell" title="show questions tagged 'onclick'" rel="tag">onclick</a> <a href="../../questions/tagged/append" class="post-tag grid--cell" title="show questions tagged 'append'" rel="tag">append</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Oct 09 '17 at 19:44">asked Oct 09 '17 at 19:44</time> <a href="../../users/8748064/popcorn" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/8748064.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="popcorn" /> </a> <div class="s-user-card--info"> <a href="../../users/8748064/popcorn" class="s-user-card--link">popcorn</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">3</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-32189287"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/32189287/imdb-ratings-pivot-unpivot" class="question-hyperlink">IMDb Ratings: Pivot/Unpivot</a></h3> <div class="excerpt">I'm working on a personal project where I'm looking at IMDb movie ratings across a group of friends. I am trying to create a fact table that has each movie and the ratings for each rater for each movie (NULL if no rating). Here is what I'm currently…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/sql" class="post-tag grid--cell" title="show questions tagged 'sql'" rel="tag">sql</a> <a href="../../questions/tagged/sql-server-2012" class="post-tag grid--cell" title="show questions tagged 'sql-server-2012'" rel="tag">sql-server-2012</a> <a href="../../questions/tagged/pivot" class="post-tag grid--cell" title="show questions tagged 'pivot'" rel="tag">pivot</a> <a href="../../questions/tagged/unpivot" class="post-tag grid--cell" title="show questions tagged 'unpivot'" rel="tag">unpivot</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Aug 24 '15 at 18:32">asked Aug 24 '15 at 18:32</time> <a href="../../users/5074929/walker" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5074929.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Walker" /> </a> <div class="s-user-card--info"> <a href="../../users/5074929/walker" class="s-user-card--link">Walker</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">153</li> <li class="s-award-bling s-award-bling__silver" title="2 silver badges">2</li> <li class="s-award-bling s-award-bling__bronze" title="9 bronze badges">9</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-28140274"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/28140274/sql-how-do-i-find-which-movie-genre-a-user-watched-the-most-imdb-personal-proj" class="question-hyperlink">SQL: How do I find which movie genre a user watched the most? (IMDb personal project)</a></h3> <div class="excerpt">I'm currently working on a personal project and I could use a little help. Here's the scenario: I'm creating a database (MS Access) for all of the movies myself and some friends have ever watched. We rated all of our movies on IMDb and used the…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/sql" class="post-tag grid--cell" title="show questions tagged 'sql'" rel="tag">sql</a> <a href="../../questions/tagged/ms-access" class="post-tag grid--cell" title="show questions tagged 'ms-access'" rel="tag">ms-access</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jan 25 '15 at 19:05">asked Jan 25 '15 at 19:05</time> <a href="../../users/4443506/walkers" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4443506.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="WalkerS" /> </a> <div class="s-user-card--info"> <a href="../../users/4443506/walkers" class="s-user-card--link">WalkerS</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">29</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-20630114"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-2</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/20630114/imdb-api-search-movie-by-category-or-rating" class="question-hyperlink">IMDB API Search Movie by Category or Rating</a></h3> <div class="excerpt">Is there any API given by any third party that would return movies by that category or rating. For example below is the link for getting movies by 1) IMDB ID 2) Title and Year http://deanclatworthy.com/imdb/ There is another 3rd party which gives…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/api" class="post-tag grid--cell" title="show questions tagged 'api'" rel="tag">api</a> <a href="../../questions/tagged/movie" class="post-tag grid--cell" title="show questions tagged 'movie'" rel="tag">movie</a> <a href="../../questions/tagged/imdb" class="post-tag grid--cell" title="show questions tagged 'imdb'" rel="tag">imdb</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Dec 17 '13 at 09:13">asked Dec 17 '13 at 09:13</time> <a href="../../users/1696950/ahmad-shahwaiz" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1696950.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Ahmad Shahwaiz" /> </a> <div class="s-user-card--info"> <a href="../../users/1696950/ahmad-shahwaiz" class="s-user-card--link">Ahmad Shahwaiz</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,432</li> <li class="s-award-bling s-award-bling__gold" title="1 gold badge">1</li> <li class="s-award-bling s-award-bling__silver" title="17 silver badge">17</li> <li class="s-award-bling s-award-bling__bronze" title="35 bronze badge">35</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/imdb_page=25" rel="prev" title="Go to page 25">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/imdb_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/imdb_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/imdb_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <div class="s-pagination--item is-selected">26</div> <a class="s-pagination--item" href="../../questions/tagged/imdb_page=27" rel="" title="Go to page 27">27</a> <a class="s-pagination--item" href="../../questions/tagged/imdb_page=27" rel="next" title="Go to page 27"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>