Baselight

TIMDB - Bollywood Films

A Data-Driven Approach to Bollywood

@kaggle.thedevastator_timdb_bollywood_films

Ratings
@kaggle.thedevastator_timdb_bollywood_films.ratings

  • 190.24 KB
  • 17604 rows
  • 4 columns
user_id

User Id

movie_id

Movie Id

rating

Rating

timestamp

Timestamp

1729496951396067836
1729895641396067879
1767388141499807147
22119004.51288550866
3333368841412015122
3337840821412015747
3338111131412015924
3339419051412016036
3391670380.51527515624
4226465051529609466

CREATE TABLE ratings (
  "user_id" BIGINT,
  "movie_id" BIGINT,
  "rating" DOUBLE,
  "timestamp" BIGINT
);

Share link

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