Python-PySpark: Iterate ADL/BLOB path in python similar to windows directory

前端 未结 0 1538
予麋鹿
予麋鹿 2020-12-03 23:41

On local machine (windows) to iterate over the files in a folder; the python code may be like

src = "C:/test/path2"
filesList = os.listdir(src)
for          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题