Huge Transactional Dataset
simulated payment service provider transactions
@kaggle.keyvanhamdi_huge_transactional_dataset
simulated payment service provider transactions
@kaggle.keyvanhamdi_huge_transactional_dataset
CREATE TABLE transactions (
"unnamed_0" BIGINT,
"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.