Baselight

Popular Books Dataset

Metadata, Ratings, Popular Title Attributes, Ratings and User Engagement Metrics

@kaggle.tanmay43sharma_goodreads_popular_books_dataset

Loading...
Loading...

About this Dataset

Popular Books Dataset

This file contains information about popular books. Each row represents a book and includes details such as the book ID, Goodreads book ID, best book ID, work ID, number of books in the series, ISBN and ISBN13 numbers, authors, original publication year, original title, title, language code, average rating, number of ratings, number of work ratings, number of text reviews, rating counts for different rating levels (1-5 stars), and URLs for the book's image and small image.

This dataset can be useful for various purposes, such as analyzing reading trends, popular authors, and book ratings across different genres or languages. It can also be used to build recommendation systems or explore correlations between book characteristics and their popularity or ratings.

Tables

Books

@kaggle.tanmay43sharma_goodreads_popular_books_dataset.books
  • 234.8 KB
  • 1354 rows
  • 23 columns
Loading...

CREATE TABLE books (
  "book_id" BIGINT,
  "goodreads_book_id" BIGINT,
  "best_book_id" BIGINT,
  "work_id" BIGINT,
  "books_count" BIGINT,
  "isbn" VARCHAR,
  "isbn13" DOUBLE,
  "authors" VARCHAR,
  "original_publication_year" DOUBLE,
  "original_title" VARCHAR,
  "title" VARCHAR,
  "language_code" VARCHAR,
  "average_rating" DOUBLE,
  "ratings_count" BIGINT,
  "work_ratings_count" BIGINT,
  "work_text_reviews_count" BIGINT,
  "ratings_1" BIGINT,
  "ratings_2" BIGINT,
  "ratings_3" BIGINT,
  "ratings_4" BIGINT,
  "ratings_5" BIGINT,
  "image_url" VARCHAR,
  "small_image_url" VARCHAR
);

Share link

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