Scorecard Measures
City of San Francisco
@usgov.city_of_san_francisco_scorecard_measures
City of San Francisco
@usgov.city_of_san_francisco_scorecard_measures
CREATE TABLE table_1 (
"measure_code" BIGINT,
"department" VARCHAR,
"goal" VARCHAR,
"measure_title" VARCHAR,
"scorecard_update_frequency" VARCHAR,
"monthly" BOOLEAN,
"calendar_month" TIMESTAMP,
"measure_description" VARCHAR,
"measure_methodology" VARCHAR,
"actual" DOUBLE,
"target" DOUBLE,
"measure_data_type" VARCHAR,
"category_1" VARCHAR,
"category_2" VARCHAR,
"category_3" VARCHAR,
"category_4" VARCHAR,
"data_as_of" VARCHAR,
"data_loaded_at" VARCHAR
);
Anyone who has the link will be able to view this.