This project involves analyzing Gross Domestic Product (GDP) data using pandas, numpy, and Plotly. GDP is a key indicator of a country's economic performance, and this analysis aims to explore GDP growth over time and compare GDP across different countries.
Ensure you have the following libraries installed:
- pandas
- numpy
- plotly
You can install these using pip:
pip install pandas numpy plotly