Online Credit Card Transactions
Over 90k credit card transactions marked as Fraudulent or Legitimate
@kaggle.adityakadiwal_credit_card_fraudulent_transactions
Over 90k credit card transactions marked as Fraudulent or Legitimate
@kaggle.adityakadiwal_credit_card_fraudulent_transactions
CREATE TABLE cc_fraud (
"domain" VARCHAR,
"state" VARCHAR,
"zipcode" BIGINT,
"time1" BIGINT,
"time2" BIGINT,
"vis1" BIGINT,
"vis2" BIGINT,
"xrn1" BIGINT,
"xrn2" BIGINT,
"xrn3" BIGINT,
"xrn4" BIGINT,
"xrn5" BIGINT,
"var1" BIGINT,
"var2" BIGINT,
"var3" DOUBLE,
"var4" BIGINT,
"var5" BIGINT,
"trn_amt" DOUBLE,
"total_trn_amt" DOUBLE,
"trn_type" VARCHAR
);
Anyone who has the link will be able to view this.