Baselight

Huge Transactional Dataset

simulated payment service provider transactions

@kaggle.keyvanhamdi_huge_transactional_dataset

Loading...
Loading...

About this Dataset

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.

Tables

Transactions

@kaggle.keyvanhamdi_huge_transactional_dataset.transactions
  • 499.43 MB
  • 19782791 rows
  • 18 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.