simplesoc

A simple Python library for assigning Standard Occupational Classification (SOC) codes to job titles.


License
GPL-3.0
Install
pip install simplesoc==0.5.3

Documentation

simplesoc

simplesoc is a simple Python library for attaching Standard Occupation Classification (SOC) codes to

Installation

Use the package manager pip to install simplesoc.

pip install simplesoc

Usage

from simplesoc import find_soc_code
soc_code_predictions = find_soc_code('Softwear Enginer', year = 'US.2018', n_socs = 3)