Baselight

Vehicle Loan Database

Two-wheeler loan prediction

@kaggle.yashkmd_credit_profile_two_wheeler_loan_dataset

Credit Data
@kaggle.yashkmd_credit_profile_two_wheeler_loan_dataset.credit_data

  • 4.41 MB
  • 279856 rows
  • 15 columns
age

Age

gender

Gender

income

Income

credit_score

Credit Score

credit_history_length

Credit History Length

number_of_existing_loans

Number Of Existing Loans

loan_amount

Loan Amount

loan_tenure

Loan Tenure

existing_customer

Existing Customer

state

State

city

City

ltv_ratio

LTV Ratio

employment_profile

Employment Profile

profile_score

Profile Score

occupation

Occupation

31Male360006044875109373221NoKarnatakaMysuru90.94342996168837Salaried77Doctor
25Male50000447386215000089NoKarnatakaBengaluru91.13525304169426Salaried43Software Engineer
62Other1780008505031069099110YesUttar PradeshKanpur40Salaried90Banker
69Female460006683496150000148YesKarnatakaBengaluru87.39336509478201Self-Employed86Contractor
52Male1320006015535150000157NoKarnatakaMysuru66.15875689399839Salaried90Teacher
64Female12700085015810108702111YesTamil NaduCoimbatore82.33125007848662Self-Employed92Contractor
29Male1500037889126819108NoUttar PradeshLucknow95Self-Employed25Farmer
30Other82000424610212655092NoWest BengalKolkata93.63457687724848Salaried58Banker
52Male1190007532718150000251YesRajasthanJaipur75.64416579292174Freelancer100Writer
39Male101000575424511325712NoMaharashtraNagpur68.720556448595Salaried87Banker

CREATE TABLE credit_data (
  "age" BIGINT,
  "gender" VARCHAR,
  "income" BIGINT,
  "credit_score" BIGINT,
  "credit_history_length" BIGINT,
  "number_of_existing_loans" BIGINT,
  "loan_amount" BIGINT,
  "loan_tenure" BIGINT,
  "existing_customer" VARCHAR,
  "state" VARCHAR,
  "city" VARCHAR,
  "ltv_ratio" DOUBLE,
  "employment_profile" VARCHAR,
  "profile_score" BIGINT,
  "occupation" VARCHAR
);

Share link

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