janboone / applied-economics

course material for the course applied economics
17 stars 21 forks source link

Regarding uploading files on google colab #46

Closed 211sk closed 2 years ago

211sk commented 2 years ago

For our python project, we are working on google colab for ease of collaboration in real time. The datasets we are working with are quite large in size (>180MBs), so what would be a more optimal way of uploading them, especially for submission. We were thinking to upload it to our google drive, and then mount that drive folder to the notebook using the code -

from google.colab import drive drive.mount('/content/drive')

But if it would create issues later on when we are presenting our project, then we can go with another way too

janboone commented 2 years ago

it is perfectly fine to work with colabs. When you are finished upload the notebook on github. If the dataset is too big to upload on github, provide a link in the notebook to the dataset. That link could be to a folder on google drive that you share. Sometimes students use wetransfer as well.