Fake Currency Data
Can be used for ML tasks like classification, anomaly detection, and feature eng
@kaggle.mdladla_fake_currency_data
Can be used for ML tasks like classification, anomaly detection, and feature eng
@kaggle.mdladla_fake_currency_data
CREATE TABLE fake_currency_data (
"country" VARCHAR,
"denomination" VARCHAR,
"counterfeit" BIGINT,
"serialnumber" BIGINT,
"securityfeatures" VARCHAR,
"weight" DOUBLE,
"length" DOUBLE,
"width" DOUBLE,
"thickness" DOUBLE
);
Anyone who has the link will be able to view this.