Skip to content

vaneseltine/nominally-examples

Repository files navigation

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/

About

Examples for the nominally name parsing package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published