Giter VIP home page Giter VIP logo

lending-club-loan-data's Introduction

Lending Club Loan Data

Open Dataset

This is a dataset from Kaggle, Lending Club Loan Data.

Description

The file "loan.csv" contains open loan data from Lending Club in US. The period covered from Jun2007 to Dec2018. The loan data only includes the successful loan applications but not rejected applications. Dataset has 145 columns, which involves different types of information such as annual income, credit grade, loan purpose etc. It is noted that there is no leakage of personal information, such that the readers do not know the loan applicants.

Data Pre-processing and Cleansing

The dataset used in dashboard has been modified.

  • New update data 2019Q1 and 2019Q2 has been downloaded from Lending Club.
  • Anthoer dataset "state.csv" is uploaded to convert the abbreviation of states to be full name.
  • Column "term" is changed to be numeric format.
  • A new column "loan_int" is derived by "int_rate" * "loan_amnt".
  • A new column "year_quarter" contains the year and quarter of the loan issued date "inssue_d".
  • A new column "bad_loan" contains the loan may be potentially default or default already, which the loan status includes “Charge Off”, “In Grace Period”, “Late Payments” and “Default”.
  • A new column "total_int" means the total interests from the loans, i.e. "installment" * "term" - "loan_amnt".
  • A new column "region" contains five regions, West, South West, South East, Mid West and North East.
  • A new column "income_cat" contains three income categories, 1) Low income category: Borrowers that have an annual income lower or equal to USD100,000; 2) Medium income category: Borrowers that have an annual income higher than USD100,000 but lower or equal to USD200,000; 3) High income category: Borrowers that have an annual income higher tha USD200,000.

Interactive Dashboard

  • Floating annotation
  • Checkbox input
  • Selection input
  • Animated scatter plot

Code Style

This data visualisation programming language is R and development platform is R Studio. The source code has been uploaded as Main.Rmd.

Built With

lending-club-loan-data's People

Contributors

chrisyeungwc avatar

Watchers

 avatar

Forkers

concon324 luodina

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.