This Python script allows users to explore and analyze World Bank economic data by country. With a simple and interactive console interface, users can:
Load and clean country-specific data from a CSV file
View data for a specific year or a custom range of years
Plot GDP, Unemployment Rate, or Inflation over time
Calculate essential statistics (Mean, Median, Std. Deviation) for each indicator
The tool supports real-time user input and uses libraries like pandas, matplotlib, and colorama to enhance usability and visualization.
Ideal for economics students, researchers, or analysts who want quick insights without using Excel or large software packages.
Fully customizable and ready to adapt for any country-based time-series dataset.