Skip to main content

Csv to Arff converter

Project description

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

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

csv2arff-2.0.tar.gz (16.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page