The Reserve Bank Of India, NEFT Payment Dataset
Bankwise monthly data from 2008 - 2020
@kaggle.jeshanis_the_reserve_bank_of_india_neft_payment_dataset
Bankwise monthly data from 2008 - 2020
@kaggle.jeshanis_the_reserve_bank_of_india_neft_payment_dataset
CREATE TABLE neft (
"bank_name" VARCHAR,
"debit_transactions" BIGINT,
"debit_amount" DOUBLE,
"credit_transactions" BIGINT,
"credit_amount" DOUBLE,
"month" VARCHAR
);
Anyone who has the link will be able to view this.