Cosmetics Datasets
Cosmetics ingredients, rank, price and effects on skin
@kaggle.kingabzpro_cosmetics_datasets
Cosmetics ingredients, rank, price and effects on skin
@kaggle.kingabzpro_cosmetics_datasets
CREATE TABLE cosmetics (
"label" VARCHAR,
"brand" VARCHAR,
"name" VARCHAR,
"price" BIGINT,
"rank" DOUBLE,
"ingredients" VARCHAR,
"combination" BIGINT,
"dry" BIGINT,
"normal" BIGINT,
"oily" BIGINT,
"sensitive" BIGINT
);
Anyone who has the link will be able to view this.