Skip to content

Hutdris/arff2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple python3 script which convert arff file into csv file.

Usage

$ python3 arff2csv.py -i input_file.arff [-o output_file.csv]
Convert input_file.arff to out_file.csv.

Hints

  • It's base on python3.
  • Input filename must be end with .arff.
  • output_file will be named as input_file.csv without -o argument.

About

A python script which convert arff to csv .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages