Best-selling-manga
List of best-selling manga
@kaggle.drahulsingh_best_selling_manga
List of best-selling manga
@kaggle.drahulsingh_best_selling_manga
CREATE TABLE best_selling_manga (
"manga_series" VARCHAR,
"author_s" VARCHAR -- Author(s),
"publisher" VARCHAR,
"demographic" VARCHAR,
"no_of_collected_volumes" BIGINT -- No. Of Collected Volumes,
"serialized" VARCHAR,
"approximate_sales_in_million_s" DOUBLE -- Approximate Sales In Million(s),
"average_sales_per_volume_in_million_s" DOUBLE -- Average Sales Per Volume In Million(s)
);
Anyone who has the link will be able to view this.