Baselight

Films Dataset

Exploring the World of Films: A Comprehensive Dataset for Movie Enthusiasts:

@kaggle.sanjanchaudhari_films_dataset

Loading...
Loading...

About this Dataset

Films Dataset

A films dataset typically consists of a collection of structured information about movies, including various attributes and metadata. Here are some common elements found in a films dataset:

A films dataset is valuable for conducting analyses, creating movie recommendation systems, studying trends in the film industry, and exploring various aspects of movies and filmmaking. It allows researchers, analysts, and movie enthusiasts to explore and gain insights into the vast world of cinema.

Tables

Cast

@kaggle.sanjanchaudhari_films_dataset.cast
  • 97.31 MB
  • 3311647 rows
  • 6 columns
Loading...

CREATE TABLE cast (
  "title" VARCHAR,
  "year" BIGINT,
  "name" VARCHAR,
  "type" VARCHAR,
  "character" VARCHAR,
  "n" DOUBLE
);

Share link

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