Baselight

Indian Banks - Key Business Statistics

This dataset offers key business statistics of all Indian banks.

@kaggle.lordpatil_indian_banks_key_business_statistics

Loading...
Loading...

About this Dataset

Indian Banks - Key Business Statistics

Key Business Statistics compiles the performance of Banks under key Business parameters, performance parameters and certain critical ratios like NPA ratios, Capital Adequacy Ratio, C/D Ratio, Return on Assets, Operating expenses as percentage to total expenses etc are all captured in this note. Performance comparison is made available for a period of three years. This data was collected piece by piece from Indian banks association's (IBA) website.

Tables

Indian Banks Data V2–0

@kaggle.lordpatil_indian_banks_key_business_statistics.indian_banks_data_v2_0
  • 44.23 KB
  • 135 rows
  • 27 columns
Loading...

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
);

Share link

Anyone who has the link will be able to view this.