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