Indian Banks - Key Business Statistics
This dataset offers key business statistics of all Indian banks.
@kaggle.lordpatil_indian_banks_key_business_statistics
This dataset offers key business statistics of all Indian banks.
@kaggle.lordpatil_indian_banks_key_business_statistics
CREATE TABLE indian_banks_data_v2_0 (
"bank" VARCHAR,
"deposits" DOUBLE,
"investments" DOUBLE,
"advances" DOUBLE,
"total_assets" DOUBLE,
"gross_npa" DOUBLE,
"net_npa" DOUBLE,
"interest_income" DOUBLE,
"other_income" DOUBLE,
"total_income" DOUBLE,
"interest_expended" DOUBLE,
"operating_expenses" DOUBLE,
"total_expenditure" DOUBLE,
"operating_profit" DOUBLE,
"provision_contingencies" DOUBLE,
"net_profit" DOUBLE,
"credit_deposit_ratio" DOUBLE,
"investment_deposit_ratio" DOUBLE,
"spread_as_assets" DOUBLE,
"operating_expenses_as_to_total_expenses" DOUBLE,
"return_on_assets" DOUBLE,
"capital_adequacy_ratio_basel_iii" DOUBLE,
"net_npa_as_to_net_advances" DOUBLE,
"business_per_employee" DOUBLE,
"profit_per_employee" DOUBLE,
"year" BIGINT,
"bank_type" VARCHAR
);
Anyone who has the link will be able to view this.