Books Dataset
A huge collection of books containing 2,71,360 entries
@kaggle.sarveshjoshi10_books_dataset
A huge collection of books containing 2,71,360 entries
@kaggle.sarveshjoshi10_books_dataset
This comprehensive dataset contains 271,000 entries of books, meticulously compiled to aid researchers, analysts, and book enthusiasts. Each entry provides essential bibliographic information, including the book title, author, year of publication, and publisher. This dataset serves as a valuable resource for various applications such as trend analysis, recommendation systems, bibliometric studies, and more.
Dataset Columns
Use Cases
CREATE TABLE bx_books (
"isbn" VARCHAR,
"book_title" VARCHAR,
"book_author" VARCHAR,
"year_of_publication" VARCHAR,
"publisher" VARCHAR,
"image_url_s" VARCHAR,
"image_url_m" VARCHAR,
"image_url_l" VARCHAR
);
Anyone who has the link will be able to view this.