Baselight

Glass Identification Data Set

From USA Forensic Science Service

@kaggle.danushkumarv_glass_identification_data_set

Glass
@kaggle.danushkumarv_glass_identification_data_set.glass

  • 15.15 KB
  • 214 rows
  • 11 columns
id

Id

ri

RI

na

Na

mg

Mg

al

Al

si

Si

k

K

ca

Ca

ba

Ba

fe

Fe

type_of_glass

Type Of Glass

11.5210113.644.491.171.780.068.751
21.5176113.893.61.3672.730.487.831
31.5161813.533.551.5472.990.397.781
41.5176613.213.691.2972.610.578.221
51.5174213.273.621.2473.080.558.071
61.5159612.793.611.6272.970.648.070.261
71.5174313.33.61.1473.090.588.171
81.5175613.153.611.0573.240.578.241
91.5191814.043.581.3772.080.568.31
101.51755133.61.3672.990.578.40.111

CREATE TABLE glass (
  "id" BIGINT,
  "ri" DOUBLE,
  "na" DOUBLE,
  "mg" DOUBLE,
  "al" DOUBLE,
  "si" DOUBLE,
  "k" DOUBLE,
  "ca" DOUBLE,
  "ba" DOUBLE,
  "fe" DOUBLE,
  "type_of_glass" BIGINT
);

Share link

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