Skip to content

Ranpez is designed to facilitate the conversion of data files between various formats such as CSV, JSON, Parquet, and Excel using Apache Arrow in-memory computation

License

Notifications You must be signed in to change notification settings

varshith-Git/ranpez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ranpez

Overview

Ranpez is designed to facilitate the conversion of data files between various formats such as CSV, JSON, Parquet, and Excel using Apache Arrow in-memory computation. It provides an interactive command-line interface for ease of use. It's an ETL framework which is supporting csv,excel,sql,api and variours file formats.

Features

  • Convert data files between CSV, JSON, Parquet, and Excel fromats.
  • Interactive CLI for a step-by-step conversion process.
  • Displays the data size being converted and the time taken for the conversion.

Requirements

  • Python 3.x
  • PyArrow
  • Pandas
  • OpenPyXL (for Excel file handling)

Installation

Clone the project

  git clone https://github.com/varshith-Git/ranpez.git

Go to the project directory

  cd ranpez

Install dependencies

  pip install pyarrow pandas openpyxl

Usage

To run the tool, navigate to the project directory in your terminal and run the 'converter_init.py' script.

  python converter_init.py

Follow the on-screen prompts to specify the path to your input file, the input format, the path for the output file, and the output format.

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

License

MIT License

Copyright (c) [2023] [ranpez]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Authors

About

Ranpez is designed to facilitate the conversion of data files between various formats such as CSV, JSON, Parquet, and Excel using Apache Arrow in-memory computation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages