Metacritic Best Music Albums Of All Time
artist, release date, summary, metacritic score, user score, link, image url
@kaggle.prasertk_metacritic_best_albums_of_all_time
artist, release date, summary, metacritic score, user score, link, image url
@kaggle.prasertk_metacritic_best_albums_of_all_time
CREATE TABLE metacritic_best_albums_of_all_time (
"rank" BIGINT,
"title" VARCHAR,
"artist" VARCHAR,
"release" VARCHAR,
"summary" VARCHAR,
"metascore" BIGINT,
"userscore" VARCHAR,
"link" VARCHAR,
"img_url" VARCHAR
);
Anyone who has the link will be able to view this.