Data Sic1987s

Sic1987

Last imported 06:32AM UTC on Tuesday, March 26, 2013. See log

Standard Industrial Classification (SIC), 1987 version.

Derived from the U.S. Census Bureau

Citing this data

To cite this data, reference Brighter Planet, "Sic1987s," <http://data.brighterplanet.com/sic1987s>, retrieved 2013-05-18 16:37:38 UTC.

Download

Total: 1,004 records.

Random data sample

Sample: 5 records.

code description
0111 Wheat
0112 Rice
0115 Corn
0116 Soybeans
0119 Cash Grains, NEC

Import steps

Click a step for more detail.

  1. Import SIC 1987 codes derived from US Census SIC 1987 to NAICS 2002 concordance

    1. Fetch data from www.census.gov.
    2. Store
      • code
      • description
      .

Table structure

CREATE TABLE sic_1987
  (
     code        CHARACTER VARYING(255) NOT NULL PRIMARY KEY,
     description CHARACTER VARYING(255)
  );