Bank Transaction Dataset For Fraud Detection
Detailed Analysis of Transactional Behavior and Anomaly Detection
@kaggle.valakhorasani_bank_transaction_dataset_for_fraud_detection
Detailed Analysis of Transactional Behavior and Anomaly Detection
@kaggle.valakhorasani_bank_transaction_dataset_for_fraud_detection
This dataset provides a detailed look into transactional behavior and financial activity patterns, ideal for exploring fraud detection and anomaly identification. It contains 2,512 samples of transaction data, covering various transaction attributes, customer demographics, and usage patterns. Each entry offers comprehensive insights into transaction behavior, enabling analysis for financial security and fraud detection applications.
Key Features:
This dataset is ideal for data scientists, financial analysts, and researchers looking to analyze transactional patterns, detect fraud, and build predictive models for financial security applications. The dataset was designed for machine learning and pattern analysis tasks and is not intended as a primary data source for academic publications.
CREATE TABLE bank_transactions_data_2 (
"transactionid" VARCHAR,
"accountid" VARCHAR,
"transactionamount" DOUBLE,
"transactiondate" TIMESTAMP,
"transactiontype" VARCHAR,
"location" VARCHAR,
"deviceid" VARCHAR,
"ip_address" VARCHAR,
"merchantid" VARCHAR,
"channel" VARCHAR,
"customerage" BIGINT,
"customeroccupation" VARCHAR,
"transactionduration" BIGINT,
"loginattempts" BIGINT,
"accountbalance" DOUBLE,
"previoustransactiondate" TIMESTAMP
);Anyone who has the link will be able to view this.