This project aims to extract GDP (Gross Domestic Product) data from a website, perform necessary transformations, and load the data into a desired format. BeautifulSoup, a Python library, is used for web scraping and parsing HTML data.
To run the code in this project, you need to have the following:
Python (version 3.6 or later) BeautifulSoup library (beautifulsoup4)