How to download the .csv?

Hi, Im new here.
Im trying to work on one of the python project called Sea Level Predictor. And the first task is to import the data from epa-sea-level.csv

However, i dont know how to download the file. I’ve been clicking but nothings happening.

How do i download the file to get me started?

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.62 Safari/537.36

Challenge: Sea Level Predictor

Link to the challenge:

Hey there… welcome!

Assuming that you have everything set up in replit, the csv file looks to be in the same directory as main.py and sea_level_predictor.py and other files.

That being said, you don’t need to download the csv. You use it in replit in the browser.

The challenge instruction says, “Use Pandas to import the data from epa-sea-level.csv .”

Do you know how to import csv data using pandas?

1 Like

There is a little tab to the right of each file that you should be able to select–download.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.