mirror of
https://github.com/metafy-social/python-scripts.git
synced 2024-11-23 20:11:10 +00:00
create arff_converter readme.md
This commit is contained in:
parent
9494208304
commit
8e20fd0fb0
9
scripts/arff_converter/readme.md
Normal file
9
scripts/arff_converter/readme.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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`
|
Loading…
Reference in New Issue
Block a user