Baselight

Fake Currency Data

Can be used for ML tasks like classification, anomaly detection, and feature eng

@kaggle.mdladla_fake_currency_data

Loading...
Loading...

About this Dataset

Fake Currency Data

This dataset contains synthetic data representing fake currency samples. It includes information such as the country of origin, denomination, whether the currency is genuine or counterfeit, serial numbers, security features, weight, length, width, and thickness of the currency. The dataset can be used for various machine-learning tasks such as classification, anomaly detection, and feature engineering. It is suitable for exploring patterns and trends in counterfeit currency and analyzing the effectiveness of security features.

If the data helps you, please upvote. Thanks!

Tables

Fake Currency Data

@kaggle.mdladla_fake_currency_data.fake_currency_data
  • 39.87 MB
  • 1000000 rows
  • 9 columns
Loading...

CREATE TABLE fake_currency_data (
  "country" VARCHAR,
  "denomination" VARCHAR,
  "counterfeit" BIGINT,
  "serialnumber" BIGINT,
  "securityfeatures" VARCHAR,
  "weight" DOUBLE,
  "length" DOUBLE,
  "width" DOUBLE,
  "thickness" DOUBLE
);

Share link

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