Baselight

TIMDB - Bollywood Films

A Data-Driven Approach to Bollywood

@kaggle.thedevastator_timdb_bollywood_films

Bollywood Meta
@kaggle.thedevastator_timdb_bollywood_films.bollywood_meta

  • 43.28 KB
  • 929 rows
  • 7 columns
imdb_id

Imdb Id

title

Title

original_title

Original Title

is_adult

Is Adult

year_of_release

Year Of Release

runtime

Runtime

genres

Genres

tt0073707SholaySholay1975198Action|Adventure|Comedy
tt0246825Om Dar-B-DarOm Dar-B-Dar1988101Drama
tt0403935Action JacksonAction Jackson2014144Action|Thriller
tt0443331Milenge MilengeMilenge Milenge2010109Drama|Romance
tt0839742Bhopal: A Prayer for RainBhopal: A Prayer for Rain201496Drama
tt0988655A FlatA Flat2010103Drama|Horror|Romance
tt10017956Gone KeshGone Kesh2019110Drama
tt10196464Ramprasad Ki TehrviRamprasad Ki Tehrvi\N\NComedy|Drama
tt10324144Article 15Article 152019130Crime|Drama
tt10443846Yeh Saali AashiquiYeh Saali Aashiqui2019\NThriller

CREATE TABLE bollywood_meta (
  "imdb_id" VARCHAR,
  "title" VARCHAR,
  "original_title" VARCHAR,
  "is_adult" BIGINT,
  "year_of_release" VARCHAR,
  "runtime" VARCHAR,
  "genres" VARCHAR
);

Share link

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