Bank And Financial Institutions Dataset Of Nepal
BFI dataset of Nepal (Address, District, Opening Date, Branch Name etc)
@kaggle.nischallal_bank_and_financial_institutions_dataset_of_nepal
BFI dataset of Nepal (Address, District, Opening Date, Branch Name etc)
@kaggle.nischallal_bank_and_financial_institutions_dataset_of_nepal
CREATE TABLE bfi_nepal (
"type" VARCHAR,
"name" VARCHAR,
"code" BIGINT,
"address" VARCHAR,
"district" VARCHAR,
"branch_name" VARCHAR,
"open_date" TIMESTAMP
);
Anyone who has the link will be able to view this.