Skip to main content

A package for rearranging FIS data

Project description

FIS Data Rearranger

Description

fis_data is a Python package designed to rearrange data from an Excel sheet in a specific format. It allows users to extract and reorganize data from a sheet named "Normalised" and export the rearranged data to a new Excel file. This package is particularly useful for [specific use case or domain].

Installation

To install fis_data, you can use pip:

pip install fis_data

Ensure that you have Python 3.6 or later installed.

Usage

Once installed, you can use the rearrange_fis_data command-line tool as follows:

rearrange_fis_data <input_filepath> <output_filepath> [--sheet_name SHEET_NAME]
  • input_filepath: Path to the input Excel file.
  • output_filepath: Path to save the rearranged Excel file.
  • --sheet_name: (Optional) Name of the sheet to be processed. Defaults to "Normalised".

Example

rearrange_fis_data input_data.xlsx rearranged_data.xlsx

Development

To contribute to fis_data, clone the repository:

git clone https://github.com/NEbrahimi/fis_data.git

Install the development dependencies:

pip install -r requirements.txt

Make your improvements and submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

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

fis_data-0.1.1.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

fis_data-0.1.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

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