The data are contained in six files (they are not allowed to upload because of their size).
It has four parameters, userId, movieId, tag and timestamp. It contains tags applied to movies by users.
It has four parameters, userId, movieId, rating and timestamp. It contains ratings of movies by users.
It has three parameters, movieId, title and genres. It contains movie information.
It has three parameters, movieId, imdbId and tmbdId. It contains identifiers that can be used to link to other sources.
It has three parameters, movieId, tagId, and relevance. It shows how much each movie relates to each tag that is described in genome_tags.csv
It has two parameters, tagId, and tag which contain tag Id and descriptions.