Bank Debt Data
Which Debts Are Worth the Bank's Effort
@kaggle.kingabzpro_bank_debt_data
Which Debts Are Worth the Bank's Effort
@kaggle.kingabzpro_bank_debt_data
CREATE TABLE bank_data (
"id" BIGINT,
"expected_recovery_amount" BIGINT,
"actual_recovery_amount" DOUBLE,
"recovery_strategy" VARCHAR,
"age" BIGINT,
"sex" VARCHAR
);
Anyone who has the link will be able to view this.