Baselight

Loan Approval System(LAS)

A dataset for loan approval classification

@kaggle.caiocampiao_loan_approval_systemlas

Loading...
Loading...

About this Dataset

Loan Approval System(LAS)

A great database for those just starting to study data science,with a focus on data visualization and building predictive machines.

Tables

Clientes

@kaggle.caiocampiao_loan_approval_systemlas.clientes
  • 20.24 KB
  • 614 rows
  • 13 columns
Loading...

CREATE TABLE clientes (
  "cod_cliente" VARCHAR,
  "sexo" VARCHAR,
  "estado_civil" VARCHAR,
  "dependentes" VARCHAR,
  "educacao" VARCHAR,
  "empregado" VARCHAR,
  "renda" BIGINT,
  "renda_conjuge" VARCHAR,
  "emprestimo" DOUBLE,
  "prestacao_mensal" DOUBLE,
  "historico_credito" DOUBLE,
  "imovel" VARCHAR,
  "aprovacao_emprestimo" VARCHAR
);

Share link

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