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
Contains information on various energy usages, housing, and their associated costs on 4000 synthetic UK individuals. It can be used to analyze the trends towards sustainability at the individual level.
This sample data is part of the statistically accurate representation of the UK economy that can be found at https://nayaone.com/digital-twin/. Our mission is democratization and quality data governance in areas where the lack of data is a major hurdle for innovation and progress. To learn more, contact us: contact@nayaone.com
Attributes
Businesses
Individual
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 -- Coal Consumption By Sector(toe),
"electricity_consumption_by_structure_toe" DOUBLE -- Electricity Consumption By Structure(toe),
"gas_consumption_by_structure_toe" DOUBLE -- Gas Consumption By Structure(toe),
"geographic_code" VARCHAR,
"local_authority" VARCHAR,
"ng_consumption_by_sector_toe" DOUBLE -- NG Consumption By Sector(toe),
"petrol_consumption_by_sector_toe" DOUBLE -- Petrol Consumption By Sector(toe),
"region" VARCHAR,
"sic_group" VARCHAR,
"section" VARCHAR,
"sector" VARCHAR,
"structure_type" VARCHAR
);CREATE TABLE esg_indv_4000 (
"unnamed_0" BIGINT -- Unnamed: 0,
"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.