Baselight

Netflix Streaming Data

Explore Netflix’s Global Library: Movies, Shows & Documentaries"

@kaggle.ahmadrazakashif_netflix_streaming_data

Loading...
Loading...

About this Dataset

Netflix Streaming Data

This dataset Offers detailed information about Films and TV shows available on Netflix as of 2021. It contains 8,807 Records and 12 attributes, covering a wide range of information such as title, type, director, cast, country, release year, rating, duration, and Category.

Tables

Netflix Titles

@kaggle.ahmadrazakashif_netflix_streaming_data.netflix_titles
  • 2.02 MB
  • 8,807 rows
  • 12 columns
Loading...
CREATE TABLE netflix_titles (
  "show_id" VARCHAR,
  "type" VARCHAR,
  "title" VARCHAR,
  "director" VARCHAR,
  "cast" VARCHAR,
  "country" VARCHAR,
  "date_added" VARCHAR,
  "release_year" BIGINT,
  "rating" VARCHAR,
  "duration" VARCHAR,
  "listed_in" VARCHAR,
  "description" VARCHAR
);

Share link

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