NLIDataPrep

Python Package for data preprocessing and preparation for REI prject metadata ingest


Licenses
GPL-3.0/GPL-3.0+
Install
pip install NLIDataPrep==0.0.1

Documentation

NLIDataPrep

Package for data preprocessing and preparation.

This package contains tools and utilities to work with messy data and prepare tabular data to MARC mapping and conversion.

Installation

Run the following to install

pip install NLIDataPrep

Usage

from NLIDataPrep as NDP import *

Developing NLIDataPrep

To install NLIDataPrep, along with the tools you need to develop and run tests, run the following command in your virtualenv:

$ pip install -e .[dev]