简体   繁体   中英

Read a csv in azure notebooks

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

Upload the csv file to the notebook location in Azure and read it directly with dat <- read.csv("filename.csv"). No additional path detail is required. You could use File>Upload in the notebook to upload the file.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM