Baselight

UPI Data

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

@kaggle.nitishjolly_upi_data

Mytransaction
@kaggle.nitishjolly_upi_data.mytransaction

  • 24.96 KB
  • 1470 rows
  • 7 columns
date

Date

category

Category

refno

RefNo

date_1

Date.1

withdrawal

Withdrawal

deposit

Deposit

balance

Balance

nannannannan
1/1/2023Rent3.00E+111/1/202339501837.23
3/1/2023Misc3.00E+113/1/20231051732.23
3/1/2023Misc3.37E+113/1/2023551787.23
3/1/2023Food3.00E+113/1/2023561731.23
3/1/2023Misc3.37E+113/1/202311730.23
3/1/2023Food3.00E+113/1/2023301700.23
4/1/2023Misc3.00E+114/1/20235001200.23
4/1/2023Misc3.00E+114/1/202311199.23
4/1/2023Misc3.00E+114/1/2023500699.23

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.