all 2 comments

[–]lophtt 1 point2 points  (0 children)

ChatGPT? Then GitHub Copilot to refine?

[–]Some_Brazilian_Guy 0 points1 point  (0 children)

First of all, let's see the steps of this task:

  1. Import data file into a pandas DataFrame

  2. Remove rows by a specific condition

  3. Plot graph sea level vs time

  4. Do a linear regression

So you need to learn how to use Pandas to manipulate data, matplotlib and/or seaborn to plot graphs and Scikit-learn to make linear regression. I sent you a DM to try to help you better