How do I upload a local csv for use in Google Colab with an R kernel?

别来无恙 提交于 2020-04-17 22:54:15

问题


The only results for this question that I see is to use Python to either mount the drive or load through git/gist, etc.

This is how I'm currently loading the R kernel (How to use R with Google Colaboratory?): load the Demo.ipynb and it somehow retains the R kernel for me when I save a copy.


回答1:


I'm dumb and figured out a workaround

In case anyone else has this problem:

1

Click on the arrow to expand the window, Files -> Upload

It should give you a warning that the files will get deleted after the runtime is refreshed.



来源:https://stackoverflow.com/questions/57927029/how-do-i-upload-a-local-csv-for-use-in-google-colab-with-an-r-kernel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!