Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 456 Bytes

File metadata and controls

15 lines (10 loc) · 456 Bytes

GDP Analysis Assignment

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.

Prerequisites

Ensure you have the following libraries installed:

  • pandas
  • numpy
  • plotly

You can install these using pip:

pip install pandas numpy plotly