Baselight

Fake Currency Data

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

@kaggle.mdladla_fake_currency_data

Fake Currency Data
@kaggle.mdladla_fake_currency_data.fake_currency_data

  • 39.87 MB
  • 1000000 rows
  • 9 columns
country

Country

denomination

Denomination

counterfeit

Counterfeit

serialnumber

SerialNumber

securityfeatures

SecurityFeatures

weight

Weight

length

Length

width

Width

thickness

Thickness

USA$100125973198Hologram1.731758984210669130.2431853246535866.537999307420120.0984883171984353
USA$20195903230Security Thread1.002178966196026152.5963637347338476.135834147082330.0941190254333939
EU€1082937914Hologram2.306712606587931152.8571261573948266.772441518425340.0613926655150907
USA€20123612989Microprint1.3669654373071576143.133671634405978.377052314268130.0531141882716945
EU€20156025342Watermark1.7960751642083514129.6647771693595875.916092925792440.0514382630220259
EU£10169720613Microprint2.4897139535685446138.5364006510071477.974281418764760.0911385144610858
UK$50139056734Watermark0.9667607571930208137.612100096588873.287838345321830.0613612556357699
EU$571648332Watermark1.267040126523698128.0203458796122266.630326334545440.0588044462881911
USA$100138101857Hologram2.0826389756813186140.6397224646152365.786429899112820.0651693123229832
USA$111601623Watermark1.5575796313945178142.977908380839671.391957412759780.0976936952884746

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.