This project explores population trends using exponential and logistic growth models.
It reads population data from data.csv, processes the values, and generates visualizations for analysis. Primary sources: click here.
Place your population dataset in data.csv. Run the main script:
python3 main.py
A plot comparing the modeled population and actual data will automatically appear.
- Exponential growth modeling
- Logistic growth modeling
- Automatic curve fitting
- Population trend visualization