Problems with the first exercise Python

Hello. I’ve started Python Data analysis course. The first lesson A. I don’t understand how to load Data csv file to google Colab. Can anyone help me?

1 Like
  1. First go to this link: https://raw.githubusercontent.com/ine-rmotr-curriculum/FreeCodeCamp-Pandas-Real-Life-Example/master/data/sales_data.csv
  2. Copy the entire text, make a new .csv file on your laptop and paste the text there
  3. Go to the top left-hand side of the collab, click on the file options and upload the file to the session storage option
  4. Copy the path of the file and paste it replacing the sales_data.csv path
    Hope this helps :slight_smile:
1 Like