Solar Data
City of Bloomington
@usgov.city_of_bloomington_solar_data_f09f3
City of Bloomington
@usgov.city_of_bloomington_solar_data_f09f3
CREATE TABLE table_1 (
"site_id" BIGINT,
"date" TIMESTAMP,
"watt_min" VARCHAR,
"watt_max" DOUBLE,
"watt_avg" DOUBLE,
"watt_hours" DOUBLE,
"watt_hours_expected" DOUBLE,
"site" VARCHAR,
"address" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE,
"department" VARCHAR
);
Anyone who has the link will be able to view this.