Baselight

Top Rated TV Shows

What is everyone watching on TV? A list of top-rated TV shows worldwide.

@kaggle.titassaha_top_rated_tv_shows

Loading...
Loading...

About this Dataset

Top Rated TV Shows

Hi, this is my first dataset. Hope you have fun analyzing it !

Summary

  • This dataset contains a list of the most watched TV shows around the world with ratings, popularity, and other attributes. The data has been fetched from The Movie Database API.
  • There are 8 columns and 2617 rows.

Column Description

  1. first_air_date - The date when the show was first aired on television

  2. origin_country - The country where the show was created / originates from

  3. original_language - The original language of the show

  4. name - Name of the show in English. Note that names in original language are not included in this dataset.

  5. popularity - A metric that measures how popular a TV show is based on consumer views

  6. vote_average - Average of the total number of votes the show received

  7. vote_count - The number of votes the show received

  8. overview - A brief description of the show

Task Ideas

  • EDA and visualizations
  • Categorical analysis: which category TV shows are more popular?
  • Geo mapping country of origin based on popularity and ratings

Tables

Data Tv

@kaggle.titassaha_top_rated_tv_shows.data_tv
  • 626.22 KB
  • 2617 rows
  • 8 columns
Loading...

CREATE TABLE data_tv (
  "first_air_date" TIMESTAMP,
  "origin_country" VARCHAR,
  "original_language" VARCHAR,
  "name" VARCHAR,
  "popularity" DOUBLE,
  "vote_average" DOUBLE,
  "vote_count" BIGINT,
  "overview" VARCHAR
);

Share link

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