Skip to content

An economic dashboard providing info on all countries using data from the World Bank API

Notifications You must be signed in to change notification settings

Builder106/GlobalEconomica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GlobalEconomica

GlobalEconomica

GlobalEconomica is an interactive dashboard that visualizes key economic indicators for countries worldwide. Powered by data from the World Bank API, GlobalEconomica allows users to track GDP, unemployment rates, and inflation rates over time, enabling a deeper understanding of global economic trends.

Table of Contents

Features

  • GDP Visualization: Compare GDP data across countries and over time to understand economic growth.
  • Unemployment Rate Tracking: View unemployment rate trends to gauge economic stability.
  • Inflation Rate Analysis: Monitor inflation data for insights into cost-of-living changes and economic conditions.
  • Interactive Filters: Customize data by selecting countries, time periods, and specific indicators.

Data Source

All data is sourced from the World Bank API, ensuring reliable and up-to-date information for every country available.

Technologies Used

  • Python: Core programming language
  • Pandas: Data manipulation and analysis
  • Plotly/Dash or Streamlit: Visualization and dashboard interface
  • WBGAPI: API wrapper for accessing World Bank data

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/GlobalEconomica.git
    cd GlobalEconomica
  2. Install dependencies: Ensure you have Python installed, then run:

    pip install -r requirements.txt
  3. Run the application:

    python app.py

Usage

After starting the application, open your web browser and go to http://localhost:8050. From there, you can:

  • Select countries and indicators to explore.
  • Adjust the time range to view specific years.
  • Download data or visualizations as needed.

Contributing

Contributions are welcome! Please submit a pull request or create an issue to propose changes or report bugs.

License

This project is licensed under the MIT License.

About

An economic dashboard providing info on all countries using data from the World Bank API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published