Baselight

Most Watched Movies And TV Shows

TV Show/Movie Watchtime Dataset

@kaggle.shiivvvaam_most_watched_movies_and_tv_shows

Flixpatrol
@kaggle.shiivvvaam_most_watched_movies_and_tv_shows.flixpatrol

  • 401.79 KB
  • 18164 rows
  • 7 columns
rank

Rank

title

Title

type

Type

premiere

Premiere

genre

Genre

watchtime

Watchtime

watchtime_in_million

Watchtime In Million

1The Night AgentTV Show2023Action812100000812.1M
2Ginny & GeorgiaTV Show2021Drama665100000665.1M
3The GloryTV Show2022Thriller622800000622.8M
4WednesdayTV Show2022Fantasy507700000507.7M
5Queen Charlotte: A Bridgerton StoryTV Show2023Drama503000000503.0M
6YouTV Show2018Crime440600000440.6M
7La Reina del SurTV Show2011Drama429600000429.6M
8Outer BanksTV Show2020Drama402500000402.5M
9Ginny & GeorgiaTV Show2021Drama302100000302.1M
10FUBARTV Show2023Action266200000266.2M

CREATE TABLE flixpatrol (
  "rank" DOUBLE,
  "title" VARCHAR,
  "type" VARCHAR,
  "premiere" DOUBLE,
  "genre" VARCHAR,
  "watchtime" BIGINT,
  "watchtime_in_million" VARCHAR
);

Share link

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