tim-schultz / process-csvs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Main.py Script

This README provides information about the main.py script, which processes data from two input CSV files using pipenv for dependency management.

Prerequisites

  • Python 3.x
  • pipenv

Setup

  1. Clone this repository or download the main.py file.

  2. Install pipenv if you haven't already:

    pip install pipenv
    
  3. Navigate to the project directory and install the dependencies:

    pipenv install
    

Usage

  1. Before running the script, make sure you have the following input files in the same directory as main.py:

  2. Update the main.py file with the correct input file names:

  3. Run the script using pipenv:

    pipenv shell
    python main.py
    

Note

Make sure to update the input file names in the main.py script if they differ from the default names provided.

Dependencies

The dependencies for this project are managed using pipenv. You can find the list of required packages in the Pipfile generated after running pipenv install.

Support

If you encounter any issues or have questions, please open an issue in the project repository or contact the maintainer.

About


Languages

Language:Python 100.0%