UPI Data
The dataset encompassing UPI transactions made throughout the entirety of 2023.
@kaggle.nitishjolly_upi_data
The dataset encompassing UPI transactions made throughout the entirety of 2023.
@kaggle.nitishjolly_upi_data
CREATE TABLE mytransaction (
"date" VARCHAR,
"category" VARCHAR,
"refno" VARCHAR,
"date_1" VARCHAR,
"withdrawal" DOUBLE,
"deposit" DOUBLE,
"balance" DOUBLE
);
Anyone who has the link will be able to view this.