German Credit Risk Dataset
Credit Risk Analysis
@kaggle.marcelotc_german_credit_risk
Credit Risk Analysis
@kaggle.marcelotc_german_credit_risk
CREATE TABLE german_credit (
"creditability" BIGINT,
"account_balance" BIGINT,
"duration_of_credit_month" BIGINT,
"payment_status_of_previous_credit" BIGINT,
"purpose" BIGINT,
"credit_amount" BIGINT,
"value_savings_stocks" BIGINT,
"length_of_current_employment" BIGINT,
"instalment_per_cent" BIGINT,
"sex_marital_status" BIGINT,
"guarantors" BIGINT,
"duration_in_current_address" BIGINT,
"most_valuable_available_asset" BIGINT,
"age_years" BIGINT,
"concurrent_credits" BIGINT,
"type_of_apartment" BIGINT,
"no_of_credits_at_this_bank" BIGINT,
"occupation" BIGINT,
"no_of_dependents" BIGINT,
"telephone" BIGINT,
"foreign_worker" BIGINT
);
Anyone who has the link will be able to view this.