Currency Identification
Identify the currency to which each coin belongs to
@kaggle.gauravduttakiit_currency_identification
Identify the currency to which each coin belongs to
@kaggle.gauravduttakiit_currency_identification
CREATE TABLE test (
"fil" VARCHAR,
"nam" VARCHAR,
"unnamed_2" VARCHAR -- Unnamed: 2
);
CREATE TABLE train (
"filename" VARCHAR,
"label" VARCHAR
);
Anyone who has the link will be able to view this.