Learn R Programming

dslabs (version 0.7.5)

movielens: Movie ratings

Description

MovieLens Latest Dataset (Small)

Usage

movielens

Arguments

Format

Two object of class data.frame.

Details

  • movieId. Unique ID for the movie.

  • title. Movie title (not unique).

  • year. Year the movie was released.

  • genres. Genres associated with the movie.

  • userId. Unique ID for the user.

  • rating. A rating between 0 and 5 for the movie.

  • timestamp. Date and time the rating was given.

References

F. Maxwell Harper and Joseph A. Konstan. 2015. The MovieLens Datasets: History and Context. ACM Transactions on Interactive Intelligent Systems (TiiS) 5, 4, Article 19 (December 2015), 19 pages. DOI=https://dx.doi.org/10.1145/2827872

Examples

Run this code
head(movielens)

Run the code above in your browser using DataLab