Skip to main content

Resolving Messy Company Names

Project description

### CompanyGraph

#### Install
`pip install company-graph`

#### Build
```python setup.py sdist bdist_wheel```

```twine upload dist/*```

#### Usage
```python
from company_graph 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


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.1.1.tar.gz (3.5 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page