arff-format-converter


Namearff-format-converter JSON
Version 1.0.3 PyPI version JSON
download
home_page
SummaryConverts ARFF files to CSV, JSON, XML, XLSX, and ORC
upload_time2024-02-04 10:13:11
maintainerShani Sinojiya
docs_urlNone
authorShani Sinojiya
requires_python
licenseMIT
keywords arff data-conversion format-conversion data-interchange machine-learning data-preprocessing data-transformation file-format-conversion data-science python-package xml json csv excel orc pandas pyarrow data-manipulation data-export data-import
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```bash
pip install arff-format-converter
```

## SYNOPSIS

```bash
arff-format-converter -f <file> -o <output_folder> -fmt <output_format>
```

## EXAMPLES

```bash
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](https://www.shanisinojiya.com).

## REPORTING BUGS:

Report bugs to [issue section](https://github.com/Shani-Sinojiya/arff-format-converter/issues)

**_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! 🚀_**

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "arff-format-converter",
    "maintainer": "Shani Sinojiya",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "shanisinojiya@gmail.com",
    "keywords": "arff,data-conversion,format-conversion,data-interchange,machine-learning,data-preprocessing,data-transformation,file-format-conversion,data-science,python-package,xml,json,csv,excel,orc,pandas,pyarrow,data-manipulation,data-export,data-import",
    "author": "Shani Sinojiya",
    "author_email": "shanisinojiya@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/40/6d0f8a555682dea42c39f1c8afc80517faaff13bb7161ad6e549e7bf4b52/arff-format-converter-1.0.3.tar.gz",
    "platform": null,
    "description": "# Convert ARFF files to different formats.\r\n\r\nThe `arff-format-converter` tool allows you to convert ARFF files to various output formats. Below are the details:\r\n\r\n## INSTALL\r\n\r\n```bash\r\npip install arff-format-converter\r\n```\r\n\r\n## SYNOPSIS\r\n\r\n```bash\r\narff-format-converter -f <file> -o <output_folder> -fmt <output_format>\r\n```\r\n\r\n## EXAMPLES\r\n\r\n```bash\r\narff-format-converter -f data.arff -o output -fmt json\r\narff-format-converter -f data.arff -o output -fmt xml\r\narff-format-converter -f data.arff -o output -fmt csv\r\narff-format-converter -f data.arff -o output -fmt xlsx\r\narff-format-converter -f data.arff -o output -fmt orc\r\n```\r\n\r\n## OPTIONS\r\n\r\n- `-f, --file` Path to the ARFF file.\r\n- `-o, --output` Path to the output folder.\r\n- `-fmt, --format` Output format: 'xml', 'json', 'csv', 'xlsx', 'orc'.\r\n\r\n## SUPPORTED FORMATS\r\n\r\n- **ARFF** (input)\r\n- **XML** (output)\r\n- **JSON** (output)\r\n- **CSV** (output)\r\n- **XLSX** (output)\r\n- **ORC** (Apache ORC format) (output)\r\n\r\n## AUTHOR\r\n\r\nWritten by [Shani Sinojiya](https://www.shanisinojiya.com).\r\n\r\n## REPORTING BUGS:\r\n\r\nReport bugs to [issue section](https://github.com/Shani-Sinojiya/arff-format-converter/issues)\r\n\r\n**_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! \u00f0\u0178\u0161\u20ac_**\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Converts ARFF files to CSV, JSON, XML, XLSX, and ORC",
    "version": "1.0.3",
    "project_urls": null,
    "split_keywords": [
        "arff",
        "data-conversion",
        "format-conversion",
        "data-interchange",
        "machine-learning",
        "data-preprocessing",
        "data-transformation",
        "file-format-conversion",
        "data-science",
        "python-package",
        "xml",
        "json",
        "csv",
        "excel",
        "orc",
        "pandas",
        "pyarrow",
        "data-manipulation",
        "data-export",
        "data-import"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b1a30d3be4b8444d2aafe5955a13c69a22b782147effed7ad51e64952b56f44",
                "md5": "597a6eb04da179d51f35d3e611d54f31",
                "sha256": "081e0705053798f27955c658a45d0411883d0531b10dbf0da19204bc7f8bc457"
            },
            "downloads": -1,
            "filename": "arff_format_converter-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "597a6eb04da179d51f35d3e611d54f31",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8503,
            "upload_time": "2024-02-04T10:13:07",
            "upload_time_iso_8601": "2024-02-04T10:13:07.091719Z",
            "url": "https://files.pythonhosted.org/packages/5b/1a/30d3be4b8444d2aafe5955a13c69a22b782147effed7ad51e64952b56f44/arff_format_converter-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7406d0f8a555682dea42c39f1c8afc80517faaff13bb7161ad6e549e7bf4b52",
                "md5": "a2a9f8a77d34a2b60c626753f9868b02",
                "sha256": "c37d8e3dc7db41cae0754108329a4b5a6d101c2b749e7a9bcb4bb5f0d462406b"
            },
            "downloads": -1,
            "filename": "arff-format-converter-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a2a9f8a77d34a2b60c626753f9868b02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6918,
            "upload_time": "2024-02-04T10:13:11",
            "upload_time_iso_8601": "2024-02-04T10:13:11.787300Z",
            "url": "https://files.pythonhosted.org/packages/a7/40/6d0f8a555682dea42c39f1c8afc80517faaff13bb7161ad6e549e7bf4b52/arff-format-converter-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-04 10:13:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "arff-format-converter"
}
        
Elapsed time: 0.17303s