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.3.1.tar.gz
(3.4 MB
view details)
File details
Details for the file company_graph-0.3.1.tar.gz
.
File metadata
- Download URL: company_graph-0.3.1.tar.gz
- Upload date:
- Size: 3.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
1777d2f02946997611a869793be3430ff5eb00c9d9aadc176295519c936aeb21
|
|
MD5 |
fc726a9f0928a65a9a9276e5eebf4330
|
|
BLAKE2b-256 |
345fc96b896c55fe11d5858958273ed9627c99c68c8095b5ad0d195597dd8a43
|