Automation Engineer
Data Analyst
Matplotlib
Python
epa-sea-level.csv
.linregress
function from scipy.stats
to get the slope and y-intercept of the line of best fit. Plot the line of best fit over the top of the scatter plot. Make the line go through the year 2050 to predict the sea level rise in 2050.test_module.py
.main.py
to test your functions. Click the "run" button and main.py
will run.test_module.py
to main.py
for your convenience. The tests will run automatically whenever you hit the "run" button.Posted Jul 26, 2023
Analyzing a dataset of the global average sea level change since 1880. Using the data to predict the sea level change through year 2050.
0
2
Automation Engineer
Data Analyst
Matplotlib
Python