Top Audiobooks Dataset
Top ranking Audiobooks dataset from GoodReads
@kaggle.s4lman_top_audiobooks_dataset
Top ranking Audiobooks dataset from GoodReads
@kaggle.s4lman_top_audiobooks_dataset
This dataset contains top Audiobooks from GoodReads containing many well-known books. The dataset also has the user votes and ratings for the Audiobooks. Including Authors.
This dataset can be used to analyze users' ratings based on the Author, or other variables.
CREATE TABLE audiobooks (
"title" VARCHAR,
"author" VARCHAR,
"score" BIGINT,
"votes" VARCHAR,
"rating" BIGINT
);
Anyone who has the link will be able to view this.