ENERGY STAR Certified Residential Electric Cooking Products
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_residential_electric_coo_8b580435
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_residential_electric_coo_8b580435
CREATE TABLE table_1 (
"energy_star_unique_id" BIGINT,
"energy_star_partner" VARCHAR,
"brand_name" VARCHAR,
"model_name" VARCHAR,
"model_number" VARCHAR,
"additional_model_information" VARCHAR,
"upc" VARCHAR,
"product_type" VARCHAR,
"installation_type" VARCHAR,
"cooking_top_technology" VARCHAR,
"width_inches" DOUBLE,
"height_inches" DOUBLE,
"depth_inches" DOUBLE,
"number_of_cooking_zones" BIGINT,
"control_type" VARCHAR,
"voltage_volts" VARCHAR,
"amperage_amps" VARCHAR,
"specialty_zones" VARCHAR,
"smart_capabilities" VARCHAR,
"additional_product_features" VARCHAR,
"annual_energy_consumption_kwh_year" BIGINT,
"low_power_mode_energy_consumption_for_oven_component_kwh_year" DOUBLE,
"low_power_mode_energy_consumption_for_cooking_top_kwh_year" DOUBLE,
"average_cooking_zone_time_minutes" DOUBLE,
"cooking_zone_1_size_inches" DOUBLE,
"cooking_zone_2_size_inches" DOUBLE,
"cooking_zone_3_size_inches" DOUBLE,
"cooking_zone_4_size_inches" DOUBLE,
"cooking_zone_5_size_inches" DOUBLE,
"cooking_zone_6_size_inches" DOUBLE,
"cooking_zone_1_wattage_watts" BIGINT,
"cooking_zone_2_wattage_watts" BIGINT,
"cooking_zone_3_wattage_watts" DOUBLE,
"cooking_zone_4_wattage_watts" DOUBLE,
"cooking_zone_5_wattage_watts" DOUBLE,
"cooking_zone_6_wattage_watts" DOUBLE,
"date_available_on_market" TIMESTAMP,
"n__date_certified" TIMESTAMP,
"markets" VARCHAR,
"cb_model_identifier" VARCHAR
);
Anyone who has the link will be able to view this.