Baselight

Energy Efficiency Dataset

This study looked into assessing the energy efficiency of buildings

@kaggle.elikplim_eergy_efficiency_dataset

Enb2012 Data
@kaggle.elikplim_eergy_efficiency_dataset.enb2012_data

  • 14.62 KB
  • 768 rows
  • 10 columns
x1

X1

x2

X2

x3

X3

x4

X4

x5

X5

x6

X6

x7

X7

x8

X8

y1

Y1

y2

Y2

0.98514.5294110.257215.5521.33
0.98514.5294110.257315.5521.33
0.98514.5294110.257415.5521.33
0.98514.5294110.257515.5521.33
0.9563.5318.5122.57220.8428.28
0.9563.5318.5122.57321.4625.38
0.9563.5318.5122.57420.7125.16
0.9563.5318.5122.57519.6829.6
0.865882941477219.527.3
0.865882941477319.9521.97

CREATE TABLE enb2012_data (
  "x1" DOUBLE,
  "x2" DOUBLE,
  "x3" DOUBLE,
  "x4" DOUBLE,
  "x5" DOUBLE,
  "x6" BIGINT,
  "x7" DOUBLE,
  "x8" BIGINT,
  "y1" DOUBLE,
  "y2" DOUBLE
);

Share link

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