TIMDB - Bollywood Films
A Data-Driven Approach to Bollywood
@kaggle.thedevastator_timdb_bollywood_films
A Data-Driven Approach to Bollywood
@kaggle.thedevastator_timdb_bollywood_films
CREATE TABLE bollywood_meta (
"imdb_id" VARCHAR,
"title" VARCHAR,
"original_title" VARCHAR,
"is_adult" BIGINT,
"year_of_release" VARCHAR,
"runtime" VARCHAR,
"genres" VARCHAR
);
Anyone who has the link will be able to view this.