Baselight

Filmaffinity Reviews

An Insight into Movie Popularity

@kaggle.thedevastator_filmaffinity_2008_reviews

Loading...
Loading...

About this Dataset

Filmaffinity Reviews


Filmaffinity Reviews

An Insight into Movie Popularity

By [source]


About this dataset

This dataset features 196 films and series, offering a comprehensive look into the popular movie selection of that year. Our dataset is sourced from filmaffinity.com which provides ratings, reviews, and awards for each film or series within our data set.

For anyone looking to understand what trends make a movie or series popular in any given year, this dataset provides invaluable insight into the preferences of viewers. The columns include titulo, referencia, duración, imagen, descripción calificación, ListaPremios and ListaCriticas – all important pieces of information for understanding a movie or series’ popularity.

Explore the data that reveals what current genres were popular whilst offering valuable understanding as to why movies and shows became so beloved by viewers that year! With this information at hand you can get creative with your project ideas from discovering which formats such as documentaries were particularly sought out in comparison to other years or analysing whether specific locations or types of stories had greater viewership than others. Enjoy!

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

Research Ideas

  • Analyzing popular movie selection based on the ratings and reviews given by viewers.
  • Creating a list of the highest-rated films and series from 2008 in order to attract new audiences who are interested in classic films or series.
  • Identifying awards given to each movie or series, which can be used as a reference for finding other acclaimed movies similar to them

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: filmaffinity_2008.csv

Column name Description
titulo Title of the film or series. (String)
referencia Reference number of the film or series. (Integer)
duracion Duration of the film or series. (Integer)
imagen Image representation of the film or series. (Image)
descripcion Description of the film or series. (String)
calificacion Rating of the film or series from Filmaffinity. (Float)
ListaPemios List of awards won by the film or series. (String)
listaCriticas Reviews of the film or series. (String)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

Filmaffinity 2008

@kaggle.thedevastator_filmaffinity_2008_reviews.filmaffinity_2008
  • 1.07 MB
  • 196 rows
  • 8 columns
Loading...

CREATE TABLE filmaffinity_2008 (
  "titulo" VARCHAR,
  "referencia" VARCHAR,
  "duracion" VARCHAR,
  "imagen" VARCHAR,
  "descripcion" VARCHAR,
  "calificacion" BIGINT,
  "listapemios" VARCHAR,
  "listacriticas" VARCHAR
);

Share link

Anyone who has the link will be able to view this.