Test your knowledge
To practice what you've learned, complete the following challenge:
You landed a job as a financial analyst at a hedge fund. Your first task is to gain insights into government-sponsored loans by analyzing the Paycheck Protection Program (PPP) loan data, included in the file PPP Data 150k plus 080820.csv
in this book's GitHub repository. Perform EDA on the data (using any necessary data wrangling/preparation steps) and create some professional visualizations to share with your team highlighting your key findings. Be sure to add a written analysis with your visualizations, explaining what they mean.
The full dataset can be found here: https://data.sba.gov/dataset/ppp-foia (although this may change over time).
However, we will only be working with the $150k+ loans data, which are large loans. For an extra challenge, you can combine the state-by-state data with the $150k+ loans data to get the full dataset.