Reference: Department Code List
City of San Francisco
@usgov.city_of_san_francisco_reference_department_code_list
City of San Francisco
@usgov.city_of_san_francisco_reference_department_code_list
These department codes are maintained in the City's financial system of record. Department Groups, Divisions, Sections, Units, Sub Units and Departments are nested in the dataset from left to right. Each nested unit has both a code and an associated name.
The dataset represents a flattened tree (hierarchy) so that each leaf on the tree has it's own row. Thus certain rows will have repeated codes across columns.
Data changes as needed.
Organization: City of San Francisco
Last updated: 2020-11-10T16:56:40.419922
Tags: city-reference-data
CREATE TABLE table_1 (
"department_code" VARCHAR,
"department_group_code" VARCHAR,
"department_group_name" VARCHAR,
"division_code" VARCHAR,
"division_name" VARCHAR,
"section_code" VARCHAR,
"section_name" VARCHAR,
"unit_code" VARCHAR,
"unit_name" VARCHAR,
"sub_unit_code" VARCHAR,
"sub_unit_name" VARCHAR,
"department_name" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);Anyone who has the link will be able to view this.