US Renewable Energy Programs
Generation, States, Programs, Contacts, and More
@kaggle.thedevastator_us_renewable_energy_programs
Generation, States, Programs, Contacts, and More
@kaggle.thedevastator_us_renewable_energy_programs
CREATE TABLE annual_generation_sums (
"unnamed_0" BIGINT,
"state" VARCHAR,
"generation" DOUBLE,
"renewable_pct" DOUBLE
);
CREATE TABLE authority (
"id" BIGINT,
"program_id" BIGINT,
"order" DOUBLE,
"code" VARCHAR,
"website" VARCHAR,
"enacted" TIMESTAMP,
"enactedtext" VARCHAR,
"effective" TIMESTAMP,
"effectivetext" VARCHAR,
"expired" TIMESTAMP,
"expiredtext" VARCHAR,
"file_key" VARCHAR,
"file_name" VARCHAR
);
CREATE TABLE city (
"id" BIGINT,
"name" VARCHAR,
"state_id" BIGINT
);
CREATE TABLE contact (
"id" BIGINT,
"created_ts" TIMESTAMP,
"updated_ts" TIMESTAMP,
"first_name" VARCHAR,
"last_name" VARCHAR,
"organization_name" VARCHAR,
"web_visible_default" BIGINT,
"phone" VARCHAR,
"email" VARCHAR,
"website_url" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state_id" DOUBLE,
"zip" VARCHAR
);
CREATE TABLE county (
"id" BIGINT,
"name" VARCHAR,
"state_id" BIGINT
);
CREATE TABLE dsire_program_data (
"programid" BIGINT,
"name" VARCHAR,
"code" VARCHAR,
"lastupdate" TIMESTAMP,
"published" BOOLEAN,
"state" VARCHAR,
"implementingsectorid" DOUBLE,
"implementingsectorname" VARCHAR,
"categoryid" DOUBLE,
"categoryname" VARCHAR,
"typeid" DOUBLE,
"typename" VARCHAR,
"websiteurl" VARCHAR,
"administrator" VARCHAR,
"fundingsource" VARCHAR,
"budget" VARCHAR,
"startdate" TIMESTAMP,
"enddate" TIMESTAMP,
"utilities" VARCHAR,
"counties" VARCHAR,
"cities" VARCHAR,
"zipcodes" VARCHAR,
"technologies" VARCHAR,
"sectors" VARCHAR,
"contacts" VARCHAR,
"programparameters" VARCHAR,
"details" VARCHAR,
"authorities" VARCHAR,
"fromsir" VARCHAR
);
CREATE TABLE eia_a_raw_data (
"unnamed_0" BIGINT,
"n_0" BIGINT,
"n_1" DOUBLE,
"copyright" VARCHAR,
"description" VARCHAR,
"end" BIGINT,
"f" VARCHAR,
"geography" VARCHAR,
"iso3166" VARCHAR,
"name" VARCHAR,
"series_id" VARCHAR,
"source" VARCHAR,
"start" BIGINT,
"units" VARCHAR
);
CREATE TABLE eia_dsire_data (
"unnamed_0" BIGINT,
"index" BIGINT,
"date" TIMESTAMP,
"generation" DOUBLE,
"copyright" VARCHAR,
"description" VARCHAR,
"end" BIGINT,
"f" VARCHAR,
"geography" VARCHAR,
"iso3166" VARCHAR,
"name" VARCHAR,
"series_id" VARCHAR,
"source" VARCHAR,
"start" BIGINT,
"units" VARCHAR,
"state" VARCHAR,
"solar_financial_incentive" BIGINT,
"solar_regulatory_policy" BIGINT,
"wind_financial_incentive" BIGINT,
"wind_regulatory_policy" BIGINT,
"biomass_financial_incentive" BIGINT,
"biomass_regulatory_policy" BIGINT,
"geothermal_financial_incentive" BIGINT,
"geothermal_regulatory_policy" BIGINT,
"hydro_financial_incentive" BIGINT,
"hydro_regulatory_policy" BIGINT
);
CREATE TABLE eia_dsire_data_tech (
"unnamed_0" BIGINT,
"index" BIGINT,
"date" TIMESTAMP,
"generation" DOUBLE,
"copyright" VARCHAR,
"description" VARCHAR,
"end" BIGINT,
"f" VARCHAR,
"geography" VARCHAR,
"iso3166" VARCHAR,
"name" VARCHAR,
"series_id" VARCHAR,
"source" VARCHAR,
"start" BIGINT,
"units" VARCHAR,
"state" VARCHAR,
"solar_passive_financial_incentive" BIGINT,
"solar_passive_regulatory_policy" BIGINT,
"solar_water_heat_financial_incentive" BIGINT,
"solar_water_heat_regulatory_policy" BIGINT,
"solar_space_heat_financial_incentive" BIGINT,
"solar_space_heat_regulatory_policy" BIGINT,
"geothermal_electric_financial_incentive" BIGINT,
"geothermal_electric_regulatory_policy" BIGINT,
"solar_thermal_electric_financial_incentive" BIGINT,
"solar_thermal_electric_regulatory_policy" BIGINT,
"solar_thermal_process_heat_financial_incentive" BIGINT,
"solar_thermal_process_heat_regulatory_policy" BIGINT,
"solar_photovoltaics_financial_incentive" BIGINT,
"solar_photovoltaics_regulatory_policy" BIGINT,
"wind_all_financial_incentive" BIGINT,
"wind_all_regulatory_policy" BIGINT,
"biomass_financial_incentive" BIGINT,
"biomass_regulatory_policy" BIGINT,
"hydroelectric_financial_incentive" BIGINT,
"hydroelectric_regulatory_policy" BIGINT,
"hydrogen_financial_incentive" BIGINT,
"hydrogen_regulatory_policy" BIGINT,
"geothermal_heat_pumps_financial_incentive" BIGINT,
"geothermal_heat_pumps_regulatory_policy" BIGINT,
"municipal_solid_waste_financial_incentive" BIGINT,
"municipal_solid_waste_regulatory_policy" BIGINT,
"combined_heat_power_financial_incentive" BIGINT,
"combined_heat_power_regulatory_policy" BIGINT,
"fuel_cells_using_non_renewable_fuels_financial_incentive" BIGINT,
"fuel_cells_using_non_renewable_fuels_regulatory_policy" BIGINT,
"renewable_fuel_vehicles_financial_incentive" BIGINT,
"renewable_fuel_vehicles_regulatory_policy" BIGINT,
"renewable_fuels_financial_incentive" BIGINT,
"renewable_fuels_regulatory_policy" BIGINT,
"landfill_gas_financial_incentive" BIGINT,
"landfill_gas_regulatory_policy" BIGINT,
"tidal_financial_incentive" BIGINT,
"tidal_regulatory_policy" BIGINT,
"wave_financial_incentive" BIGINT,
"wave_regulatory_policy" BIGINT,
"ocean_thermal_financial_incentive" BIGINT,
"ocean_thermal_regulatory_policy" BIGINT,
"refueling_stations_financial_incentive" BIGINT,
"refueling_stations_regulatory_policy" BIGINT,
"daylighting_financial_incentive" BIGINT,
"daylighting_regulatory_policy" BIGINT,
"solar_pool_heating_financial_incentive" BIGINT,
"solar_pool_heating_regulatory_policy" BIGINT,
"clothes_washers_financial_incentive" BIGINT,
"clothes_washers_regulatory_policy" BIGINT,
"dishwasher_financial_incentive" BIGINT,
"dishwasher_regulatory_policy" BIGINT,
"refrigerators_freezers_financial_incentive" BIGINT,
"refrigerators_freezers_regulatory_policy" BIGINT,
"dehumidifiers_financial_incentive" BIGINT,
"dehumidifiers_regulatory_policy" BIGINT,
"ceiling_fan_financial_incentive" BIGINT,
"ceiling_fan_regulatory_policy" BIGINT,
"equipment_insulation_financial_incentive" BIGINT,
"equipment_insulation_regulatory_policy" BIGINT,
"water_heaters_financial_incentive" BIGINT,
"water_heaters_regulatory_policy" BIGINT,
"lighting_financial_incentive" BIGINT,
"lighting_regulatory_policy" BIGINT,
"lighting_controls_sensors_financial_incentive" BIGINT,
"lighting_controls_sensors_regulatory_policy" BIGINT,
"chillers_financial_incentive" BIGINT,
"chillers_regulatory_policy" BIGINT,
"furnaces_financial_incentive" BIGINT,
"furnaces_regulatory_policy" BIGINT,
"boilers_financial_incentive" BIGINT,
"boilers_regulatory_policy" BIGINT,
"heat_pumps_financial_incentive" BIGINT,
"heat_pumps_regulatory_policy" BIGINT,
"air_conditioners_financial_incentive" BIGINT,
"air_conditioners_regulatory_policy" BIGINT,
"heat_recovery_financial_incentive" BIGINT,
"heat_recovery_regulatory_policy" BIGINT,
"steam_system_upgrades_financial_incentive" BIGINT,
"steam_system_upgrades_regulatory_policy" BIGINT,
"compressed_air_financial_incentive" BIGINT,
"compressed_air_regulatory_policy" BIGINT,
"programmable_thermostats_financial_incentive" BIGINT,
"programmable_thermostats_regulatory_policy" BIGINT
);
CREATE TABLE energy_category (
"id" BIGINT,
"name" VARCHAR
);
CREATE TABLE export (
"id" BIGINT,
"key" VARCHAR,
"created_ts" TIMESTAMP,
"type" VARCHAR,
"size" BIGINT
);
CREATE TABLE implementing_sector (
"id" BIGINT,
"name" VARCHAR,
"active" BIGINT
);
CREATE TABLE modelinput (
"solar_passive_financial_incentive" BIGINT,
"solar_passive_regulatory_policy" BIGINT,
"solar_water_heat_financial_incentive" BIGINT,
"solar_water_heat_regulatory_policy" BIGINT,
"solar_space_heat_financial_incentive" BIGINT,
"solar_space_heat_regulatory_policy" BIGINT,
"geothermal_electric_financial_incentive" BIGINT,
"geothermal_electric_regulatory_policy" BIGINT,
"solar_thermal_electric_financial_incentive" BIGINT,
"solar_thermal_electric_regulatory_policy" BIGINT,
"solar_thermal_process_heat_financial_incentive" BIGINT,
"solar_thermal_process_heat_regulatory_policy" BIGINT,
"solar_photovoltaics_financial_incentive" BIGINT,
"solar_photovoltaics_regulatory_policy" BIGINT,
"wind_all_financial_incentive" BIGINT,
"wind_all_regulatory_policy" BIGINT,
"biomass_financial_incentive" BIGINT,
"biomass_regulatory_policy" BIGINT,
"hydroelectric_financial_incentive" BIGINT,
"hydroelectric_regulatory_policy" BIGINT,
"hydrogen_financial_incentive" BIGINT,
"hydrogen_regulatory_policy" BIGINT,
"geothermal_heat_pumps_financial_incentive" BIGINT,
"geothermal_heat_pumps_regulatory_policy" BIGINT,
"municipal_solid_waste_financial_incentive" BIGINT,
"municipal_solid_waste_regulatory_policy" BIGINT,
"combined_heat_power_financial_incentive" BIGINT,
"combined_heat_power_regulatory_policy" BIGINT,
"fuel_cells_using_non_renewable_fuels_financial_incentive" BIGINT,
"fuel_cells_using_non_renewable_fuels_regulatory_policy" BIGINT,
"renewable_fuel_vehicles_financial_incentive" BIGINT,
"renewable_fuel_vehicles_regulatory_policy" BIGINT,
"renewable_fuels_financial_incentive" BIGINT,
"renewable_fuels_regulatory_policy" BIGINT,
"landfill_gas_financial_incentive" BIGINT,
"landfill_gas_regulatory_policy" BIGINT,
"tidal_financial_incentive" BIGINT,
"tidal_regulatory_policy" BIGINT,
"wave_financial_incentive" BIGINT,
"wave_regulatory_policy" BIGINT,
"ocean_thermal_financial_incentive" BIGINT,
"ocean_thermal_regulatory_policy" BIGINT,
"refueling_stations_financial_incentive" BIGINT,
"refueling_stations_regulatory_policy" BIGINT,
"daylighting_financial_incentive" BIGINT,
"daylighting_regulatory_policy" BIGINT,
"solar_pool_heating_financial_incentive" BIGINT,
"solar_pool_heating_regulatory_policy" BIGINT,
"clothes_washers_financial_incentive" BIGINT,
"clothes_washers_regulatory_policy" BIGINT,
"dishwasher_financial_incentive" BIGINT,
"dishwasher_regulatory_policy" BIGINT,
"refrigerators_freezers_financial_incentive" BIGINT,
"refrigerators_freezers_regulatory_policy" BIGINT,
"dehumidifiers_financial_incentive" BIGINT,
"dehumidifiers_regulatory_policy" BIGINT,
"ceiling_fan_financial_incentive" BIGINT,
"ceiling_fan_regulatory_policy" BIGINT,
"equipment_insulation_financial_incentive" BIGINT,
"equipment_insulation_regulatory_policy" BIGINT,
"water_heaters_financial_incentive" BIGINT,
"water_heaters_regulatory_policy" BIGINT,
"lighting_financial_incentive" BIGINT,
"lighting_regulatory_policy" BIGINT,
"lighting_controls_sensors_financial_incentive" BIGINT,
"lighting_controls_sensors_regulatory_policy" BIGINT,
"chillers_financial_incentive" BIGINT,
"chillers_regulatory_policy" BIGINT,
"furnaces_financial_incentive" BIGINT,
"furnaces_regulatory_policy" BIGINT,
"boilers_financial_incentive" BIGINT,
"boilers_regulatory_policy" BIGINT,
"heat_pumps_financial_incentive" BIGINT,
"heat_pumps_regulatory_policy" BIGINT,
"air_conditioners_financial_incentive" BIGINT,
"air_conditioners_regulatory_policy" BIGINT,
"heat_recovery_financial_incentive" BIGINT,
"heat_recovery_regulatory_policy" BIGINT,
"steam_system_upgrades_financial_incentive" BIGINT,
"steam_system_upgrades_regulatory_policy" BIGINT,
"compressed_air_financial_incentive" BIGINT,
"compressed_air_regulatory_policy" BIGINT,
"programmable_thermostats_financial_incentive" BIGINT,
"programmable_thermostats_regulatory_policy" BIGINT,
"energy_mgmt_systems_building_controls_financial_incentive" BIGINT,
"energy_mgmt_systems_building_controls_regulatory_policy" BIGINT,
"caulking_weather_stripping_financial_incentive" BIGINT,
"caulking_weather_stripping_regulatory_policy" BIGINT,
"duct_air_sealing_financial_incentive" BIGINT,
"duct_air_sealing_regulatory_policy" BIGINT,
"building_insulation_financial_incentive" BIGINT,
"building_insulation_regulatory_policy" BIGINT,
"windows_financial_incentive" BIGINT,
"windows_regulatory_policy" BIGINT,
"doors_financial_incentive" BIGINT,
"doors_regulatory_policy" BIGINT,
"siding_financial_incentive" BIGINT,
"siding_regulatory_policy" BIGINT,
"roofs_financial_incentive" BIGINT,
"roofs_regulatory_policy" BIGINT
);
CREATE TABLE parameter (
"id" BIGINT,
"parameter_set_id" BIGINT,
"source" VARCHAR,
"qualifier" VARCHAR,
"amount" DOUBLE,
"units" VARCHAR
);
CREATE TABLE parameter_set (
"id" BIGINT,
"program_id" BIGINT
);
CREATE TABLE parameter_set_sector (
"sector_id" BIGINT,
"set_id" BIGINT
);
CREATE TABLE parameter_set_technology (
"technology_id" BIGINT,
"set_id" BIGINT
);
CREATE TABLE program (
"id" BIGINT,
"state_id" BIGINT,
"is_entire_state" BIGINT,
"implementing_sector_id" BIGINT,
"program_category_id" BIGINT,
"program_type_id" BIGINT,
"created_by_user_id" BIGINT,
"code" VARCHAR,
"name" VARCHAR,
"updated_ts" TIMESTAMP,
"created_ts" TIMESTAMP,
"published" BIGINT,
"websiteurl" VARCHAR,
"administrator" VARCHAR,
"fundingsource" VARCHAR,
"budget" VARCHAR,
"start_date" TIMESTAMP,
"start_date_text" VARCHAR,
"end_date" TIMESTAMP,
"end_date_text" VARCHAR,
"summary" VARCHAR,
"additional_technologies" VARCHAR,
"fromsir" BIGINT
);
CREATE TABLE program_category (
"id" BIGINT,
"name" VARCHAR
);
CREATE TABLE program_city (
"program_id" BIGINT,
"city_id" BIGINT
);
CREATE TABLE program_contact (
"id" BIGINT,
"program_id" BIGINT,
"contact_id" BIGINT,
"webvisible" BIGINT
);
CREATE TABLE program_county (
"program_id" BIGINT,
"county_id" BIGINT
);
CREATE TABLE program_detail (
"id" BIGINT,
"program_id" BIGINT,
"label" VARCHAR,
"value" VARCHAR,
"display_order" BIGINT,
"template_id" DOUBLE
);
CREATE TABLE program_detail_template (
"id" BIGINT,
"type_id" BIGINT,
"label" VARCHAR,
"display_order" BIGINT
);
CREATE TABLE program_sector (
"program_id" BIGINT,
"sector_id" BIGINT
);
CREATE TABLE program_technology (
"program_id" BIGINT,
"technology_id" BIGINT
);
CREATE TABLE program_type (
"id" BIGINT,
"name" VARCHAR,
"program_category_id" BIGINT
);
CREATE TABLE program_utility (
"program_id" BIGINT,
"utility_id" BIGINT
);
CREATE TABLE program_zipcode (
"program_id" BIGINT,
"zipcode_id" BIGINT
);
CREATE TABLE sector (
"id" BIGINT,
"name" VARCHAR,
"fieldname" VARCHAR,
"is_selectable" BIGINT,
"parent_id" DOUBLE
);
CREATE TABLE sectorcount (
"sector" VARCHAR,
"count" BIGINT
);
CREATE TABLE state (
"id" BIGINT,
"abbreviation" VARCHAR,
"name" VARCHAR,
"is_territory" BIGINT
);
CREATE TABLE statecount2020 (
"unnamed_0" BIGINT,
"state_id" VARCHAR,
"counts" BIGINT
);
CREATE TABLE state_info_content (
"id" BIGINT,
"state_id" BIGINT,
"introduction" VARCHAR,
"history" VARCHAR,
"renewable_portfolio_standard" VARCHAR,
"organizations" VARCHAR,
"programs" VARCHAR,
"footnotes" VARCHAR
);
CREATE TABLE subscription_memo (
"id" BIGINT,
"program_id" BIGINT,
"added_by_user" BIGINT,
"added" TIMESTAMP,
"memo" VARCHAR
);
CREATE TABLE technology (
"id" BIGINT,
"name" VARCHAR,
"technology_category_id" BIGINT,
"active" BIGINT
);
CREATE TABLE technology_category (
"id" BIGINT,
"name" VARCHAR,
"energy_category_id" BIGINT
);
Anyone who has the link will be able to view this.