Fraudulent Transaction Detection
Financial transactions labeled as fraudulent or legitimate
@kaggle.sanskar457_fraud_transaction_detection
Financial transactions labeled as fraudulent or legitimate
@kaggle.sanskar457_fraud_transaction_detection
CREATE TABLE final_transactions (
"unnamed_0" BIGINT,
"transaction_id" BIGINT,
"tx_datetime" TIMESTAMP,
"customer_id" BIGINT,
"terminal_id" BIGINT,
"tx_amount" DOUBLE,
"tx_time_seconds" BIGINT,
"tx_time_days" BIGINT,
"tx_fraud" BIGINT,
"tx_fraud_scenario" BIGINT
);
Anyone who has the link will be able to view this.