This is what you need for creating a loan system for lending club.
The data is from kaggle.https://www.kaggle.com/wendykan/lending-club-loan-data
The steps are as below.
-
figure out the data relationship
data description https://docs.google.com/document/d/14nXOyID0vNXWccLMPT_-KWmLSYGc8JPNnLZsnXQpypU/edit
loan.drawio
loan.pdf
-
create a database
2.1 data cleaning
01-import.rmd
2.2 import csv into mysql
import.sql
2.3 create tables
populate_tbl.sql
-
connect mysql to the browser
-
add functions to website
-
demo