ESG - Synthetic UK Population And Businesses
Sample of highly maintained and regularly updated ESG Data series
@kaggle.nayaone_esg_synthetic_uk_population_and_businesses
Sample of highly maintained and regularly updated ESG Data series
@kaggle.nayaone_esg_synthetic_uk_population_and_businesses
CREATE TABLE esg_businesses_1000 (
"id" BIGINT,
"borough_county" VARCHAR,
"primary_sector" VARCHAR,
"entity_trade_name" VARCHAR,
"annual_turnover" VARCHAR,
"entity_status" BIGINT,
"country_of_primary_operation" VARCHAR,
"coal_consumption_by_sector_toe" DOUBLE,
"electricity_consumption_by_structure_toe" DOUBLE,
"gas_consumption_by_structure_toe" DOUBLE,
"geographic_code" VARCHAR,
"local_authority" VARCHAR,
"ng_consumption_by_sector_toe" DOUBLE,
"petrol_consumption_by_sector_toe" DOUBLE,
"region" VARCHAR,
"sic_group" VARCHAR,
"section" VARCHAR,
"sector" VARCHAR,
"structure_type" VARCHAR
);
CREATE TABLE esg_indv_4000 (
"unnamed_0" BIGINT,
"id" BIGINT,
"name" VARCHAR,
"sex" VARCHAR,
"geography" VARCHAR,
"postcode" VARCHAR,
"ethnic_group" VARCHAR,
"nationality" VARCHAR,
"occupation" VARCHAR,
"diesel_car" DOUBLE,
"diesel_consumption" DOUBLE,
"electricity_consumption" DOUBLE,
"family_type" VARCHAR,
"gas_availability" VARCHAR,
"gas_consumption" DOUBLE,
"house_id" VARCHAR,
"house_members" DOUBLE,
"individual_type" VARCHAR,
"motor_cycle" DOUBLE,
"number_of_bedrooms" VARCHAR,
"other_fuel_car" DOUBLE,
"petrol_car" DOUBLE,
"petrol_consumption" DOUBLE,
"region" VARCHAR
);
Anyone who has the link will be able to view this.