Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

data-tools

Utilities to extract, clean and analyse data from various sources, especially dirty Excel files.

Detailed documentation is in the "docs" directory.

Quick start

  1. Clone this repository::

    git clone https://github.com/jr-minnaar/data-tools cd data-tools

  2. Create a python virtual environment and activate::

    pyvenv-3.5 venv source env/bin/activate

  3. Update pip and innstall development dependencies::

    pip install -U pip pip install -r requirements.txt

  4. Copy example configuration and edit the file to match data to be extracted:

    cp example.config.py config/config.py

  5. Add the config file name to the main loop in extractor.py

  6. Run the extractor by double clicking the run.command (Mac) or run.bat (windows), or using python:

    python extractor.py

About

Utilities to extract, clean and analyse data from various sources, especially dirty Excel files.

Resources

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.