Analyze the changes in forest area over time and explore the impact of economic, demographic, and urbanization factors using data-driven methods and visualizations.
This project investigates trends in forest area globally and regionally, correlating them with GDP per capita, population density, and urban expansion. The analysis is performed in a Jupyter Notebook and includes data cleaning, merging, visualization, and statistical insights.
forestation.csv: Forest area data by country and year.gdp-per-capita-maddison.csv: Historical GDP per capita data.population-density.csv: Population density by country and year.urban-area-long-term.csv: Urban area expansion data.
forest_area_analysis.ipynb: Main Jupyter Notebook for analysis and visualization.requirements.txt: Python dependencies.*.csv: Data files used in the analysis.
- Ensure you have Python and Jupyter Notebook installed.
- Install the required Python packages:
pip install -r requirements.txt
- Open
forest_area_analysis.ipynbin Jupyter Notebook or VS Code.
Run the notebook cells sequentially to:
- Load and clean datasets
- Merge and analyze data
- Visualize trends (e.g., forest area decline, GDP correlation)
- Draw insights from the results
The notebook provides:
- Line plots of forest area over time
- Correlation heatmaps between forest area, GDP, and population density
- Urbanization impact visualizations
- Statistical summaries and key findings