python-scripts/scripts/arff_converter/readme.md

10 lines
187 B
Markdown
Raw Normal View History

2022-10-02 12:22:45 +00: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`