DGS Energy Competition: State Agency Energy Consumption Percent Change FY2008 Vs FY2015
State of Maryland
@usgov.state_of_maryland_dgs_energy_competition_state_agency__193b00b8
State of Maryland
@usgov.state_of_maryland_dgs_energy_competition_state_agency__193b00b8
CREATE TABLE table_1 (
"mmbtu_ranking" DOUBLE,
"mmbtu_label" VARCHAR,
"agency" VARCHAR,
"total_mmbtu_2008_baseline" BIGINT,
"total_mmbtu_2015" DOUBLE,
"total_change_in_mmbtu_2008_to_2015" DOUBLE,
"total_change_mmbtu_2008_to_2015" DOUBLE,
"kwh_ranking" DOUBLE,
"kwh_label" VARCHAR,
"total_kwh_2008_baseline" BIGINT,
"total_kwh_2015" BIGINT,
"total_change_in_kwh_2008_to_2015" BIGINT,
"total_change_kwh_2008_to_2015" DOUBLE
);
Anyone who has the link will be able to view this.