You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The python module can be used to scrape data and process data from different sources. The python module can output data as either as a dataframe in the country year format or it will output data in excel files This module has primarily been created for processing data for the International Futures (IFs) Project however, it can be used to process…
This repository holds the code for four different dashboards which combine macroeconomic indicators retrieved from different international organizations (e.g., World Bank, ILO, IMF). A series of chosen indicators for the field "employment", "production", "income" and "trade" are retrieved through the organizations' API and visualized on streamlit.
This Python script allows users to download specific files from the IMF World Economic Outlook (WEO) database page for October 2024. It fetches the HTML from the IMF "Download Entire Database" page, locates the exact file links using CSS selectors, and provides a simple command-line interface to download files one at a time.