python-scripts/scripts/arff_converter
2022-10-02 14:22:45 +02:00
..
readme.md create arff_converter readme.md 2022-10-02 14:22:45 +02:00
script.py create arff_converter script.py 2022-10-02 14:22:22 +02:00

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