Skip to content

Industry classification codes with SIC->NAICS and NAICS->SIC translation in one place.

Notifications You must be signed in to change notification settings

cyriac/ic-codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IC-Codes

A tiny server exposes SIC and NAICS code correlations.

Data source

INSTALL

pip install requirements.txt

RUN

python server.py

This will fetch the dataset first time you run the server. If you want to reload the dataset, start the server with --reload parameter

python server.py --reload

Changing download location

If you wish to change the download location to of sic-codes, naics-codes, change them at data/locations.py.

eg: If you wish to use glean/sic-codes change the download link in as sic_file = 'https://github.com/glean/sic-codes/archive/master.zip'

About

Industry classification codes with SIC->NAICS and NAICS->SIC translation in one place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages