IMDB movies data {ggplot2} | R Documentation |
The internet movie database, href{http://imdb.com/}{imdb.com}, is a website devoted to collecting movie data supplied by studios and fans. It claims to be the biggest movie database on the web and is run by amazon. More about information imdb.com can be found href{http://imdb.com/help/show_leaf?about}{online}, including information about the href{http://imdb.com/help/show_leaf?infosource}{data collection process}.
IMDB makes their href{http://uk.imdb.com/interfaces/}{raw data available}. Unfortunately, the data is divided into many text files and the format of each file differs slightly. To create one data file containing all the desired information I wrote a script in the href{http://ruby-lang.org}{ruby} to extract the relevent information and store in a database. This data was then exported into csv for easy import into many programs.
The following text files were downloaded and used:
begin{itemize}
Movies were selected for inclusion if they had a known length and had been rated by at least one imdb user. The csv file contains the following fields:
begin{itemize}
data(movies)
A data frame with 28819 rows and 24 variables