Books Clean Dataset
Dataset contains names, authors, ratings, year and genre of books
@kaggle.mahmoudshaheen1134_books_clean_dataset
Dataset contains names, authors, ratings, year and genre of books
@kaggle.mahmoudshaheen1134_books_clean_dataset
CREATE TABLE clean_books (
"name" VARCHAR,
"author" VARCHAR,
"rating" DOUBLE,
"year" BIGINT,
"genre" VARCHAR
);
Anyone who has the link will be able to view this.