ine-rmotr-curriculum / FreeCodeCamp-Pandas-Real-Life-Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to overcome issues loading data if using Google Colab?

el-cee opened this issue · comments

Someone helpfully left a link in a different comment to load the data for Exercises_1. However, I don't know how they did it so I cannot replicate the solution for the lectures or Exercises_2.

Thanks for the assist.

I wasn't able to get it to work in Google Colab but was able to get around it by downloading a zip file of the repository, installing the jupyter plugin via 'python -m pip install jupyter notebook -U', and opening up the notebook(s) in VS Code.

What if I don't want to use VS code? If Google Colab is an option to use then we should be able to use the data there.