Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1020 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 1020 Bytes

Lending Club Visualizations

Lending Club is a Peer-Peer lending & alternative venture.

Check out the Rmd file.

Here's the Link to the Rmd

Installation

Using tidyverse and the strength of ggplot2, making impacting visualizations.

library(tidyverse)
library(patchwork)

You can also knit the file to a html document

Usage

install.packages('tidyverse')
install.packages('patchwork')

About R Markdown - https://r4ds.had.co.nz/r-markdown.html#r-markdown-basics

Data

Data is located as Data/LendingClub_LoanStats_2011_v2.csv

Dictionary is located as Data/LCDataDictionary.xlsx

Link to Kaggle - https://www.kaggle.com/wordsforthewise/lending-club

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT