EDD-Simulation-with-Automobile-Loan-Default-Dataset

This time I would like to run EDD simulation again with Automobile Loan Default Dataset.

This time I would like to simulate EDD process in Python using a dummy dataset of houseprice.

  1. Import related libraries and load the dataset

textimage1

  1. Display the data textimage2

  2. Show EDD of the data textimage3

  3. Show the examples of Scatter and Histogram plot using seaborn textimage4 textimage5

  4. Show the examples of Bar chart using seaborn textimage6 textimage7