Entrepreneurial Education For Amazon
Detailed Insights into Local Engagement, Geolocation, and Participation Metrics
@kaggle.noeyislearning_entrepreneurial_education_for_amazon
Detailed Insights into Local Engagement, Geolocation, and Participation Metrics
@kaggle.noeyislearning_entrepreneurial_education_for_amazon
This dataset provides a comprehensive overview of the Genese Data Set, which focuses on entrepreneurial education for Amazon’s sustainable development program from 2022 to 2023. The data is sourced from the Harvard Dataverse and offers detailed insights into local engagement, geolocation, and participation metrics. The dataset is structured to include key metrics such as local area, latitude, longitude, front type, cycle, number of participants, and total number of participants, providing a robust foundation for analyzing program engagement and impact.
CREATE TABLE genese_ee_for_amazon (
"local" VARCHAR,
"lat" DOUBLE,
"long" DOUBLE,
"frente" VARCHAR,
"ciclo" VARCHAR,
"n" BIGINT,
"nt" BIGINT
);CREATE TABLE genese_ee_for_amazon_complementar (
"local" VARCHAR,
"origem_da_ltima_convers_o" VARCHAR -- Origem.da.última.conversão,
"caso_possua_qual_a_sua_forma_o_profissional" VARCHAR -- Caso.possua..qual.é.a.sua.formação.profissional.,
"institui_o_universidade" VARCHAR -- Instituição..Universidade,
"qual_seu_g_nero" VARCHAR -- Qual.seu.gênero.,
"frente" VARCHAR,
"ciclo" VARCHAR
);Anyone who has the link will be able to view this.