We will be using a dataset that is already in your "datascience/midterm/data" folder called "eu_revolving_loans.csv". This is a longitudinal recording of European Union country revolving loan percentage on a month-by-month basis for about a decade.
Here is a snapshot of what this dataset looks like:
You are asked to read this dataset into a DataFrame (or whatever data structure that you deem to be useful), so that you can answer these 2 questions:
Hint: Your answer should be a single (real) number.
Hint: Your answer should be 2 country names (one for the largest + change, and one for the largest - change)
Extra: If you feel like opining on the implication for a country with a large + / - change in monthly revolving loan, please feel free to share.
In [ ]: