Hourly Energy Consumption
Over 10 years of hourly energy consumption data from PJM in Megawatts
@kaggle.robikscube_hourly_energy_consumption
Over 10 years of hourly energy consumption data from PJM in Megawatts
@kaggle.robikscube_hourly_energy_consumption
CREATE TABLE pjm_hourly_est (
"datetime" TIMESTAMP,
"aep" DOUBLE,
"comed" DOUBLE,
"dayton" DOUBLE,
"deok" DOUBLE,
"dom" DOUBLE,
"duq" DOUBLE,
"ekpc" DOUBLE,
"fe" DOUBLE,
"ni" DOUBLE,
"pjme" DOUBLE,
"pjmw" DOUBLE,
"pjm_load" DOUBLE
);
Anyone who has the link will be able to view this.