Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

ARFF to .CSV and .XLSX

This simple script converts .arff files to .csv and .xlsx.

Usage

  • Dependency:
  • scipy
  • pandas
  • Use pip install pandas and python -m pip install scipy