Data Industries

Industry

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

North American Industry Classification System (NAICS), 2002 version.

Imported from the U.S. Census Bureau

Citing this data

To cite this data, reference Brighter Planet, "Industries," <http://data.brighterplanet.com/industries>, retrieved 2013-05-19 19:22:03 UTC.

Download

Total: 2,341 records.

Random data sample

Sample: 5 records.

naics code description
11 Agriculture, Forestry, Fishing and Hunting
111 Crop Production
1111 Oilseed and Grain Farming
11111 Soybean Farming
111110 Soybean Farming

Import steps

Click a step for more detail.

  1. Import the U.S. Census 2002 NAICS code list

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

Table structure

CREATE TABLE industries
  (
     naics_code  CHARACTER VARYING(255) NOT NULL PRIMARY KEY,
     description CHARACTER VARYING(255)
  );