Resolving Messy Company Names
Project description
CompanyGraph
Install
pip install company-graph
Build
python setup.py sdist bdist_wheel
twine upload dist/*
Usage
from company_graph.cg import CompanyGraph
cg = CompanyGraph()
# Generalize company ids
>>> cg.id2id(1697742)
1063
# Deterministic company id from string
>>> cg('Cisco')
1063
>>> cg('Talos Group at Cisco')
1063
# Deterministic company name from id
>>> cg(1063)
'cisco'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
company_graph-0.5.3.tar.gz
(3.6 MB
view hashes)
Built Distribution
Close
Hashes for company_graph-0.5.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b3dd77f4540cda2052663a15492bce20ef5b6e8186e26b8ff3c0f53b8c7fed5 |
|
MD5 | a09af153b451ea5574dddfe8477549dc |
|
BLAKE2b-256 | 4fce9d5a7ddb35bbbdc9cdca5cf34d4f8e07b566b33ddd985d3639bcc2fa5f06 |