-3

I am trying to read a csv file on my azure notebook at https://notebooks.azure.com/

I tried to look at the faq https://notebooks.azure.com/faq and I am unable to find the "Data" menu option in my notebook?

I was wondering if this is available only for paid tier or it was removed and the faq was not updated. Should I perform any action or enable it on the notebook?

Any help on this would be greatly appreciated

4

2 回答 2

1

将 csv 文件上传到 Azure 中的笔记本位置,并使用 dat <- read.csv("filename.csv") 直接读取它。不需要额外的路径细节。您可以在 notebook 中使用 File>Upload 来上传文件。

于 2019-01-19T11:20:09.657 回答
0

您可以使用上传选项卡将文件上传到项目文件夹中,然后使用 %pwd 查找路径并使用此路径读取 CSV 文件。

于 2019-04-18T01:36:31.993 回答