Movies data set
Derived from data at imdb.com
Load into R with: m <- read.table("movies.tab", sep="\t", header=TRUE, quote="", comment="")
This data set is included in the ggplot R package.
Updates
- 2006-06-05: Discovered movies with non-alpha titles were not included. Coverted to tab delimited to aid importing into other programs
- 2006-05-06: Fixed bug when all votes were cast with same rating.
Back to other data sets