Mireu-Lab's picture
create 10 files
f08eee8
raw
history blame contribute delete
292 Bytes
import csv
downloadList = open("/home/limmireu/문서/csv/Download_imageFile.csv", "r", encoding="utf8")
downloadList = csv.reader(downloadList)
print("aihubshell -datasetkey 71442 -filekey ", end="")
for row in downloadList:
datasetFileKey = row[2]
print(datasetFileKey, end=",")