GDP Scraper for Wikipedia Data

Pedro Felipe

Pedro Felipe da Silva

scraping_project_6

GDP Scraper
This project performs web scraping of Wikipedia tables on nominal GDP of countries and saves the data in a CSV file.

Technologies Used

Python
Pandas
Requests

Project Structure

main.py: Main script that performs the scraping and saves the data.
list_countries_GDP.csv: Generated CSV file containing the extracted data.

How to Use

Clone this repository:
Install dependencies:
Run the script:
The data will be saved in the list_countries_GDP.csv file.

Contributions

Feel free to open issues and pull requests for improvements.

License

This project is licensed under the MIT License.
Like this project

Posted May 2, 2025

Web scraping of Wikipedia GDP tables into CSV using Python.