Favicons
Image data and metadata for 360,000 favicons scraped from popular websites
@kaggle.colinmorris_favicons
Image data and metadata for 360,000 favicons scraped from popular websites
@kaggle.colinmorris_favicons
CREATE TABLE favicon_metadata (
"url" VARCHAR,
"width" BIGINT,
"height" BIGINT,
"format" VARCHAR,
"depth" BIGINT,
"tld" VARCHAR,
"fname" VARCHAR,
"file_size" BIGINT,
"color_mode" VARCHAR,
"colorspace" VARCHAR,
"compression" VARCHAR,
"nimgs" BIGINT,
"split_index" BIGINT
);
Anyone who has the link will be able to view this.