Baselight

UPI Data

The dataset encompassing UPI transactions made throughout the entirety of 2023.

@kaggle.nitishjolly_upi_data

Loading...
Loading...

About this Dataset

UPI Data

The dataset provided encompasses a comprehensive record of Unified Payments Interface (UPI) transactions spanning the period from January 2023 to December 2023. Unified Payments Interface (UPI) has emerged as a prominent digital payment system in India, facilitating seamless fund transfers between bank accounts instantly.

Columns Descriptions:

Date : The date on which the transaction occurred.
Category : The category or type of transaction (e.g., groceries, utilities, transportation).
RefNo : The reference number associated with the transaction for tracking and identification purposes.
Withdrawal : The amount withdrawn from the account in the transaction.
Deposit : The amount deposited into the account in the transaction.
Balance : The remaining balance in the account after the transaction has been processed.

Tables

Mytransaction

@kaggle.nitishjolly_upi_data.mytransaction
  • 25.56 kB
  • 1,470 rows
  • 7 columns
Loading...
CREATE TABLE mytransaction (
  "date" VARCHAR,
  "category" VARCHAR,
  "refno" VARCHAR,
  "date_1" VARCHAR,
  "withdrawal" DOUBLE,
  "deposit" DOUBLE,
  "balance" DOUBLE
);

Share link

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