New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arff-format-converter

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arff-format-converter

Converts ARFF files to CSV, JSON, XML, XLSX, ORC, and parquet.

  • 1.1.1
  • PyPI
  • Socket score

Maintainers
1

ARFF Format Converter

PyPI - Version PyPI - License PyPI - Downloads GitHub Sponsors GitHub pull requests GitHub last commit GitHub issues GitHub forks GitHub Repo stars

The arff-format-converter tool allows you to convert ARFF files to various output formats. Below are the details:

Table of Contents

  • Install
  • Synopsis
  • Examples
  • Options
  • Supported Formats
  • Author
  • Contributing
  • Features
  • License

Install

pip install arff-format-converter

Synopsis

arff-format-converter -f <file> -o <output_folder> -fmt <output_format> [--fast]

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
arff-format-converter -f data.arff -o output -fmt parquet
arff-format-converter -f data.arff -o output -fmt json --fast

Options

  • -f, --file Path to the ARFF file.
  • -o, --output Path to the output folder.
  • -fmt, --format Output format: xml, json, csv, xlsx, orc, parquet.
  • --fast Enable fast mode. Performs the conversion.

Supported Formats

  • ARFF (input)
  • XML (output)
  • JSON (output)
  • CSV (output)
  • XLSX (output)
  • ORC (Apache ORC format) (output)
  • Parquet (output)

Author

Written by Shani Sinojiya.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request, or check the issues section for tasks that need help.

Features

  • Convert .arff files into multiple formats: XML, JSON, CSV, XLSX, ORC, and now Parquet.
  • CLI-based, easy-to-use interface.
  • Handles large datasets efficiently.
  • Supports automated error handling and detailed logs.
  • Fast mode: Skip validation checks for quicker conversions.

License

This project is licensed under the Creative Commons Attribution-NoDerivatives 4.0 International Public License.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc