anaavila / convert-csv-to-arff

python program that converts a csv file to arff format
15 stars 15 forks source link

ARFF location ?? #5

Open Varun616 opened 4 years ago

Varun616 commented 4 years ago

Where is the ARFF file stored after converting CSV to ARFF ?

anaavila commented 4 years ago

fileToWrite stores the path where the arrf file will be stored.

fileToWrite = "worldcup2014.arff" #name as how you'll save your arff file.

You can have fileToWrite = "/research/worldcup2014.arff"