Baselight

TIMDB - Bollywood Films

A Data-Driven Approach to Bollywood

@kaggle.thedevastator_timdb_bollywood_films

Bollywood Ratings
@kaggle.thedevastator_timdb_bollywood_films.bollywood_ratings

  • 16.3 KB
  • 935 rows
  • 3 columns
imdb_id

Imdb Id

imdb_rating

Imdb Rating

imdb_votes

Imdb Votes

tt82912248.435112
tt94722084.173
tt69867106.15549
tt810820861891
tt60287967.3280
tt60788667.21595
tt50130084.2504
tt49712584.3295
tt69034406.57361
tt77771965.12301

CREATE TABLE bollywood_ratings (
  "imdb_id" VARCHAR,
  "imdb_rating" DOUBLE,
  "imdb_votes" DOUBLE
);

Share link

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