Solar Energy Production
Hourly output at each of The City of Calgary's solar photovoltaic projects
@kaggle.ivnlee_solar_energy_production
Hourly output at each of The City of Calgary's solar photovoltaic projects
@kaggle.ivnlee_solar_energy_production
CREATE TABLE solar_energy_production (
"name" VARCHAR,
"id" BIGINT,
"address" VARCHAR,
"date" VARCHAR,
"kwh" DOUBLE,
"public_url" VARCHAR,
"installationdate" VARCHAR,
"uid" VARCHAR
);
Anyone who has the link will be able to view this.