mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 04:21:12 +00:00
187 B
187 B
ARFF to .CSV and .XLSX
This simple script converts .arff files to .csv and .xlsx.
Usage
- Dependency:
- scipy
- pandas
- Use
pip install pandas
andpython -m pip install scipy