Baselight

PGCB Power Demand Data

PGCB Power demand data

@kaggle.ashfakyeafi_pgcb_power_demand_data

Loading...
Loading...

About this Dataset

PGCB Power Demand Data

The dataset likely contains detailed records of power consumption trends over specific time intervals, possibly ranging from daily, monthly, seasonal, or annual periods. It may include factors such as peak demand times, fluctuations in power usage during different hours of the day, and variations influenced by weather conditions, societal events, or economic activities.

Tables

Pgcb Demand Data 2021

@kaggle.ashfakyeafi_pgcb_power_demand_data.pgcb_demand_data_2021
  • 112.85 KB
  • 28080 rows
  • 7 columns
Loading...

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

Share link

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