Huge Transactional Dataset
simulated payment service provider transactions
@kaggle.keyvanhamdi_huge_transactional_dataset
simulated payment service provider transactions
@kaggle.keyvanhamdi_huge_transactional_dataset
This is a large transactional dataset created simulating transactional data on a payment system. It can be used for different purposes like fraud detection, customer segmentation and etc.
CREATE TABLE transactions (
"unnamed_0" BIGINT -- Unnamed: 0,
"transactionid" BIGINT,
"amount" BIGINT,
"posno" BIGINT,
"customerid" BIGINT,
"location" BIGINT,
"businesssector" BIGINT,
"timestamp" TIMESTAMP,
"time" VARCHAR,
"hour" BIGINT,
"minute" BIGINT,
"second" BIGINT,
"nighttransaction" BIGINT,
"date" BIGINT,
"standarddate" TIMESTAMP,
"year" BIGINT,
"month" BIGINT,
"dayofmonth" BIGINT
);
Anyone who has the link will be able to view this.