PDB Electric Power Load History
There is electric demand data form 2003 to 2014
@kaggle.ashfakyeafi_pbd_load_history
There is electric demand data form 2003 to 2014
@kaggle.ashfakyeafi_pbd_load_history
The dataset provided comprises information extracted from the PDB. It is specifically curated and designed for applications in load forecasting, a field focused on predicting future demand or consumption patterns. This dataset likely includes structured data that could be utilized by analysts, researchers, or data scientists to develop predictive models and strategies aimed at accurately forecasting loads, particularly in domains such as energy, utilities, or resource management.
CREATE TABLE pdb_load_history (
"date" TIMESTAMP,
"year" BIGINT,
"month" BIGINT,
"day" BIGINT,
"weekday" BIGINT,
"hour" BIGINT,
"demand" DOUBLE,
"temperature" BIGINT
);Anyone who has the link will be able to view this.