home / osha_enforcement / project_type

project_type

Lookup table for accident.project_type — for construction accidents, the type of project (new construction, alteration, demolition, etc.).
accident_code
OSHA-170 form code group.
accident_letter
Letter key (referenced by accident.project_type).
accident_number
Code key.
accident_value
Human-readable project-type description.
load_dt
Timestamp when this row was loaded.

5 rows

✎ View and edit SQL

This data as json, CSV (advanced)

accident_letter ▼ accident_code accident_number accident_value load_dt
A PTYP   New project or new addition 2018-11-09 20:56:02+00:00
B PTYP   Alteration or rehabilitation 2018-11-09 20:56:02+00:00
C PTYP   Maintenance or repair 2018-11-09 20:56:02+00:00
D PTYP   Demolition 2018-11-09 20:56:02+00:00
E PTYP   Other 2018-11-09 20:56:02+00:00

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "project_type" (
   [accident_code] TEXT,
   [accident_number] INTEGER,
   [accident_value] TEXT,
   [accident_letter] TEXT PRIMARY KEY,
   [load_dt] TEXT
);
Powered by Datasette · Queries took 1.2ms