Jupyter notebook that:
- web scrapes the CIA world fact book using beautiful soup using the get_data function
- cleans up the data and normalizes the resultant data
- allows for detection of outliers via either a Isolation Forest method or basic S.D. thresholds
- allow to specific a variable of interest
- correlates all other varibles read in to that target variable
- cluster the target variable using an interactive kernel density
- plots the scatter plots of the target variable against the other read in variables - but know color coded by cluster
- plot all possible combinations of scatter plots of non-target variables, whilst color coding the data by the clusters the target variable