Baselight

Book Recommendation Dataset

Build state-of-the-art models for book recommendation system

@kaggle.arashnic_book_recommendation_dataset

Ratings
@kaggle.arashnic_book_recommendation_dataset.ratings

  • 9.59 MB
  • 1149780 rows
  • 3 columns
user_id

User-ID

isbn

ISBN

book_rating

Book-Rating

276725034545104X
27672601550612245
2767270446520802
276729052165615X3
27672905217950286
2767332080674722
27673632572242818
27673706005709676
276744038550120X7
27674534231053810

CREATE TABLE ratings (
  "user_id" BIGINT,
  "isbn" VARCHAR,
  "book_rating" BIGINT
);

Share link

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