ENERGY STAR Certified Commercial Refrigerators And Freezers
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_commercial_refrigerators_c155ee50
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_commercial_refrigerators_c155ee50
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" DOUBLE,
"type" VARCHAR,
"configuration_vertical_chest" VARCHAR,
"product_description" VARCHAR,
"defrost_type" VARCHAR,
"number_of_transparent_doors" BIGINT,
"number_of_solid_doors" BIGINT,
"number_of_doors" BIGINT,
"number_of_drawers" BIGINT,
"door_opening_orientation_hinged_sliding" VARCHAR,
"total_volume_cu_ft" DOUBLE,
"mixed_door_cabinet_transparent_door_volume_cu_ft" DOUBLE,
"mixed_door_cabinet_solid_door_volume_cu_ft" DOUBLE,
"total_display_area_sq_ft" BIGINT,
"height_in" DOUBLE,
"width_in" DOUBLE,
"depth_in" DOUBLE,
"reported_daily_energy_consumption_kwh_day" DOUBLE,
"refrigerant_type" VARCHAR,
"refrigerant_with_gwp" VARCHAR,
"date_available_on_market" TIMESTAMP,
"date_certified" TIMESTAMP,
"markets" VARCHAR,
"cb_model_identifier" VARCHAR
);
Anyone who has the link will be able to view this.