Daily Electricity Price And Demand Data
Daily price, demand and weather data in Australia's second largest state
@kaggle.aramacus_electricity_demand_in_victoria_australia
Daily price, demand and weather data in Australia's second largest state
@kaggle.aramacus_electricity_demand_in_victoria_australia
CREATE TABLE complete_dataset (
"date" TIMESTAMP,
"demand" DOUBLE,
"rrp" DOUBLE,
"demand_pos_rrp" DOUBLE,
"rrp_positive" DOUBLE,
"demand_neg_rrp" DOUBLE,
"rrp_negative" DOUBLE,
"frac_at_neg_rrp" DOUBLE,
"min_temperature" DOUBLE,
"max_temperature" DOUBLE,
"solar_exposure" DOUBLE,
"rainfall" DOUBLE,
"school_day" VARCHAR,
"holiday" VARCHAR
);
Anyone who has the link will be able to view this.