A Python data analysis project that uses historical global sea level data to create scatter plots, calculate lines of best fit, and predict sea level rise through 2050.
- Reads sea level data from
epa-sea-level.csv - Creates a scatter plot of historical sea level data
- Adds a line of best fit using all data from 1880 onward
- Adds a second line of best fit using data from 2000 onward
- Predicts sea level rise through 2050
- Saves the final chart as
sea_level_plot.png
- Python
- Pandas
- Matplotlib
- SciPy
- NumPy
- unittest
Install dependencies:
pip install -r requirements.txt