Baselight

Favicons

Image data and metadata for 360,000 favicons scraped from popular websites

@kaggle.colinmorris_favicons

Favicon Metadata
@kaggle.colinmorris_favicons.favicon_metadata

  • 9.36 MB
  • 360610 rows
  • 13 columns
url

Url

width

Width

height

Height

format

Format

depth

Depth

tld

Tld

fname

Fname

file_size

File Size

color_mode

Color Mode

colorspace

Colorspace

compression

Compression

nimgs

Nimgs

split_index

Split Index

000directory.com.ar3232PNG8ar000directory.com.ar.ico651PalettesRGBZip1
000webhost.com1616ICO32com000webhost.com.ico34494PaletteAlphasRGBUndefined5
001.by1616ICO32by001.by.ico1150PaletteAlphasRGBUndefined1
001daima.com3232ICO32com001daima.com.ico4286TrueColorAlphasRGBUndefined1
001farm.com4848ICO32com001farm.com.ico9662TrueColorAlphasRGBUndefined1
001games.com1616ICO32com001games.com.ico1150PaletteAlphasRGBUndefined1
001hr.net3232ICO4net001hr.net.ico766PaletteAlphasRGBUndefined1
001jm.com1616ICO4com001jm.com.ico318PaletteAlphasRGBUndefined1
001phone.cn3232ICO32cn001phone.cn.ico4286PaletteAlphasRGBUndefined1
002356.cn3232ICO32cn002356.cn.ico4286TrueColorAlphasRGBUndefined1

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
);

Share link

Anyone who has the link will be able to view this.