Deceptive Patterns
A collection of Deceiptive patterns mainly noticed in e-commerce sites
@kaggle.akashnath29_deceiptive_patterns
A collection of Deceiptive patterns mainly noticed in e-commerce sites
@kaggle.akashnath29_deceiptive_patterns
CREATE TABLE pattern_classifications (
"pattern_string" VARCHAR,
"classification" DOUBLE
);
CREATE TABLE patterns (
"pattern_string" VARCHAR,
"comment" VARCHAR,
"pattern_category" VARCHAR,
"pattern_type" VARCHAR,
"where_in_website" VARCHAR,
"deceptive" VARCHAR,
"website_page" VARCHAR,
"industry_type" VARCHAR
);
Anyone who has the link will be able to view this.