🏋️♀️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pandas as pd | |
| import wbgapi as wb | |
| import matplotlib.pyplot as plt | |
| import matplotlib.ticker as ticker | |
| import os | |
| # 1. Set the Data Journalism Style | |
| plt.style.use('fivethirtyeight') | |
| # Define the World Bank indicator for domestic credit to private sector (% of GDP) |