ENERGY STAR Certified Light Fixtures - Downlights
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_light_fixtures_downlights
U.S. Environmental Protection Agency
@usgov.epa_gov_energy_star_certified_light_fixtures_downlights
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,
"indoor_outdoor" VARCHAR,
"fixture_type" VARCHAR,
"total_light_output_lumens" BIGINT,
"total_input_power_watts" DOUBLE,
"energy_efficiency_lumens_watt" DOUBLE,
"appearance_correlated_color_temperature_kelvin" VARCHAR,
"color_quality_cri" BIGINT,
"light_source_life_hours" BIGINT,
"standby_power_consumption_watts" DOUBLE,
"connected_capable" VARCHAR,
"connects_using" VARCHAR,
"network_security_standards" VARCHAR,
"can_size_s_inches" BIGINT,
"can_rating_s" VARCHAR,
"light_source_connection_base_type" VARCHAR,
"power_factor" DOUBLE,
"special_features" VARCHAR,
"notes" 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.