ANZ Data@ANZ Program
Dataset from InsideSherpa's virtual experience program
@kaggle.ashraf1997_anz_synthesised_transaction_dataset
Dataset from InsideSherpa's virtual experience program
@kaggle.ashraf1997_anz_synthesised_transaction_dataset
I request you not to copy the solutions from the 'Kernels' to complete your internship modules.You may rather use it as reference and preferably the 'Discussion' section to connect with experts and learn much more. Be ethical .
A synthesised transaction dataset containing 3 months’ worth of transactions for 100 hypothetical customers.The dataset is designed to simulate realistic transaction behaviours that are observed in ANZ’s real transaction data.
It contains purchases, recurring transactions, and salary transactions.
Thanks to ANZ https://www.anz.com.au/personal/
Thanks to InsideSherpa https://www.insidesherpa.com/virtual-internships/prototype/ZLJCsrpkHo9pZBJNY/Data%40ANZ%20Program
CREATE TABLE anz (
"status" VARCHAR,
"card_present_flag" DOUBLE,
"bpay_biller_code" VARCHAR,
"account" VARCHAR,
"currency" VARCHAR,
"long_lat" VARCHAR,
"txn_description" VARCHAR,
"merchant_id" VARCHAR,
"merchant_code" DOUBLE,
"first_name" VARCHAR,
"balance" DOUBLE,
"date" TIMESTAMP,
"gender" VARCHAR,
"age" BIGINT,
"merchant_suburb" VARCHAR,
"merchant_state" VARCHAR,
"extraction" VARCHAR,
"amount" DOUBLE,
"transaction_id" VARCHAR,
"country" VARCHAR,
"customer_id" VARCHAR,
"merchant_long_lat" VARCHAR,
"movement" VARCHAR
);Anyone who has the link will be able to view this.