Converts ARFF files to CSV, JSON, XML, XLSX, and ORC
Project description
Convert ARFF files to different formats.
The arff-format-converter
tool allows you to convert ARFF files to various output formats. Below are the details:
INSTALL
pip install arff-format-converter
SYNOPSIS
arff-format-converter -f <file> -o <output_folder> -fmt <output_format>
EXAMPLES
arff-format-converter -f data.arff -o output -fmt json
arff-format-converter -f data.arff -o output -fmt xml
arff-format-converter -f data.arff -o output -fmt csv
arff-format-converter -f data.arff -o output -fmt xlsx
arff-format-converter -f data.arff -o output -fmt orc
OPTIONS
-f, --file
Path to the ARFF file.-o, --output
Path to the output folder.-fmt, --format
Output format: 'xml', 'json', 'csv', 'xlsx', 'orc'.
SUPPORTED FORMATS
- ARFF (input)
- XML (output)
- JSON (output)
- CSV (output)
- XLSX (output)
- ORC (Apache ORC format) (output)
AUTHOR
Written by Shani Sinojiya.
REPORTING BUGS:
Report bugs to issue section
Remember to replace "data.arff"
with the actual path to your ARFF file and "output"
with the desired output folder. Feel free to adapt this code snippet for other formats like XML, CSV, XLSX, or ORC as needed! 🚀
Buy me a coffee ☕️
If you like my work, feel free to support it by buying me a coffee.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file arff_format_converter-1.0.4.tar.gz
.
File metadata
- Download URL: arff_format_converter-1.0.4.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e54ab35620348fefa71714699a143f00df8c67e93e23f63b9367138c33d79aea |
|
MD5 | 88b7375ca73da56a9451d14f948301c8 |
|
BLAKE2b-256 | d2a11a5a5faf81c7193dde14741c1c72550b806bf39f8a8b669f67ae39c50593 |
File details
Details for the file arff_format_converter-1.0.4-py3-none-any.whl
.
File metadata
- Download URL: arff_format_converter-1.0.4-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5efa77e368cee0232291beb9dbe1a55290e8076baa397af6b78e43b5eb6b793d |
|
MD5 | 615b9718c2c552fe363d0f325bdfd18f |
|
BLAKE2b-256 | 740ed3cf8fd71184190b4bf149ea6cf8002b9dccc8d13c8688f19bc2410dcaf3 |