How can I import a large number of csv files into dataiku datasets?
N_JAYANTH
Registered Posts: 11 ✭✭✭✭
Answers
-
If you want to stack your CSV files and the schema of the files are identical, then you can just drag and drop all of them onto here:
Otherwise, creating a python script that reads them from a static location and uploads them is your best bet.