Skip to content

ugursogukpinar/csv2arff

Repository files navigation

csv2arff

PyPI Version Build Status

Usage

$ csv2arff {input csv} {output arff}

see help for other options:

$ csv2arff -h

usage: csv2arff [-h] [-n NAME] [-d DELIMITER] [-v] input output

positional arguments:
  input                 input CSV file name
  output                output ARFF file name

optional arguments:
  -h, --help            show this help message and exit
  -n NAME, --name NAME  ARFF relation name
  -d DELIMITER, --delimiter DELIMITER
                        CSV delimiter
  -v, --verbose         verbose output
  -nl, --nolabel        first line without labels

Installation

$ [sudo] pip install csv2arff

Compatibility

Supported Python versions:

  • 2.7
  • 3.3
  • 3.4
  • 3.5

Tests

pip install -r requirements-dev.txt
make test

Contributions

About

Csv to Arff converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published