Skip to content

Latest commit

 

History

History
55 lines (28 loc) · 1.93 KB

README.md

File metadata and controls

55 lines (28 loc) · 1.93 KB

Nominally Logo

Nominally in Action: Examples and Snippets

Nominally is a maximum-strength name parser for record linkage.

These examples are all available as live Jupyter Notebooks hosted on binder. No download or installation is required.

Example I. CSV

A short and sweet example using just builtins. First create, then process a CSV from raw to parsed names.

csv.ipynb on mybinder.org

Example II. Pandas Simple

As Pandas is de rigueur:

pandas_simple.ipynb on mybinder.org

Nominally

Install

The standard install will pull the most recent release from PyPI:

pip install nominally

If you are feeling spicy and would like to run off the latest commit:

pip install --upgrade git+https://github.com/vaneseltine/nominally.git

Repository

Core repository, issues, etc. at https://github.com/vaneseltine/nominally/

Documentation

Official documentation maintained at https://nominally.readthedocs.io/en/latest/