Baselight

PDB Electric Power Load History

There is electric demand data form 2003 to 2014

@kaggle.ashfakyeafi_pbd_load_history

Pdb Load History
@kaggle.ashfakyeafi_pbd_load_history.pdb_load_history

  • 379.2 KB
  • 103776 rows
  • 8 columns
date

Date

year

Year

month

Month

day

Day

weekday

Weekday

hour

Hour

demand

Demand

temperature

Temperature

Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331711286329
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331721238928
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331731215529
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331741207227
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331751216029
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331761256828
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331771323629
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331781419029
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)200331791521328
Sat Mar 01 2003 00:00:00 GMT+0000 (Coordinated Universal Time)2003317101564727

CREATE TABLE pdb_load_history (
  "date" TIMESTAMP,
  "year" BIGINT,
  "month" BIGINT,
  "day" BIGINT,
  "weekday" BIGINT,
  "hour" BIGINT,
  "demand" DOUBLE,
  "temperature" BIGINT
);

Share link

Anyone who has the link will be able to view this.