mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-24 12:31:11 +00:00
10 lines
187 B
Markdown
10 lines
187 B
Markdown
# 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`
|