Daily Power Generation Data
Daily power generation from all power stations in India 2017-9-1 to 2023-01-22
@kaggle.arvindnagaonkar_power_generation_data
Daily power generation from all power stations in India 2017-9-1 to 2023-01-22
@kaggle.arvindnagaonkar_power_generation_data
CREATE TABLE powergeneration (
"date" VARCHAR,
"power_station" VARCHAR,
"monitored_cap_mw" DOUBLE -- Monitored Cap.(MW),
"total_cap_under_maintenace_mw" DOUBLE -- Total Cap. Under Maintenace (MW),
"planned_maintanence_mw" DOUBLE -- Planned Maintanence (MW),
"forced_maintanence_mw" DOUBLE -- Forced Maintanence(MW),
"other_reasons_mw" DOUBLE -- Other Reasons (MW),
"programme_mw" DOUBLE -- Programme (MW),
"actual_mw" DOUBLE -- Actual (MW),
"excess_shortfall_mw" DOUBLE -- Excess(+) / Shortfall (-) (MW),
"deviation_mw" DOUBLE -- Deviation (MW)
);
Anyone who has the link will be able to view this.