ENERGY STAR Certified Residential Dishwashers
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_residential_dishwashers__a903a75e
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_residential_dishwashers__a903a75e
Certified models meet all ENERGY STAR requirements as listed in the Version 7.0 ENERGY STAR Program Requirements for Residential Dishwashers that are effective as of July 19, 2023. A detailed listing of key efficiency criteria are available at https://www.energystar.gov/products/appliances/dishwashers/key_product_criteria
Organization: U.S. Environmental Protection Agency
Last updated: 2023-06-04T01:36:37.070879
Tags: dishwashers, residential-dishwashers
CREATE TABLE table_1 (
"energy_star_unique_id" BIGINT,
"brand_name" VARCHAR,
"model_number" VARCHAR,
"additional_model_information" VARCHAR,
"upc" VARCHAR,
"type" VARCHAR,
"width_inches" DOUBLE -- Width (inches),
"depth_inches" DOUBLE -- Depth (inches),
"capacity_maximum_number_of_place_settings" BIGINT -- Capacity - Maximum Number Of Place Settings,
"soil_sensing_capability" VARCHAR,
"tub_material" VARCHAR,
"drying_method" VARCHAR,
"additional_product_features" VARCHAR,
"annual_energy_use_kwh_yr" BIGINT -- Annual Energy Use (kWh/yr),
"us_federal_standard_kwh_yr" BIGINT -- US Federal Standard (kWh/yr),
"n__better_than_us_federal_standard_kwh_yr" BIGINT -- % Better Than US Federal Standard (kWh/yr),
"water_use_gallons_cycle" DOUBLE -- Water Use (gallons/cycle),
"us_federal_standard_gallons_cycle" DOUBLE -- US Federal Standard (gallons/cycle),
"n__better_than_us_federal_standard_gallons_cycle" BIGINT -- % Better Than US Federal Standard (gallons/cycle),
"connected_capable" VARCHAR,
"connects_using" VARCHAR,
"communication_hardware_architecture" VARCHAR,
"dr_protocol" VARCHAR,
"direct_on_premises_open_standard_based_interconnection" VARCHAR,
"date_available_on_market" TIMESTAMP,
"n__date_certified" TIMESTAMP -- Date Certified,
"markets" VARCHAR,
"cb_model_identifier" VARCHAR,
"meets_energy_star_most_efficient_2025_criteria" VARCHAR
);Anyone who has the link will be able to view this.