Linkedin - Skills, Industry, Importance, Country
This data has linkedin skills, industries, importance, country and more.
@kaggle.eslemgler_linkedin_skills_industry_importance_country
This data has linkedin skills, industries, importance, country and more.
@kaggle.eslemgler_linkedin_skills_industry_importance_country
In this data, you can find insights about skill importance in the specific industry or occupation. You can find relations about how did the skills changed over the time and their importance ranks. Also, you can find all those data for different countries.
You can use this data to find the skills of the specific industry or occupation, or get insights about how the industry changed over time with each country.
CREATE TABLE kaggle_country_industry_year_skill_change (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_code" VARCHAR,
"country_name" VARCHAR,
"industry_group_id" BIGINT,
"industry_group_name" VARCHAR,
"year_2" BIGINT,
"skill_change" DOUBLE
);CREATE TABLE kaggle_country_lower_upper_bound (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_name" VARCHAR,
"lower_bound_skill_change" DOUBLE,
"upper_bound_skill_change" DOUBLE
);CREATE TABLE kaggle_country_name_industry_year_skill_impt_rank (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_name" VARCHAR,
"industry_group_name" VARCHAR,
"year" BIGINT,
"skill_name" VARCHAR,
"impt_rank" BIGINT
);CREATE TABLE kaggle_country_name_industry_year_skill_impt_rank_diff_1a46b5a9 (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_name" VARCHAR,
"industry_group_name" VARCHAR,
"year" BIGINT,
"skill_name" VARCHAR,
"impt_rank" BIGINT,
"rank_diff" VARCHAR,
"highest_ss" DOUBLE,
"closest_skill" VARCHAR
);CREATE TABLE kaggle_country_name_job_year_skill_impt_rank (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_name" VARCHAR,
"occupation_name" VARCHAR,
"year" BIGINT,
"skill_name" VARCHAR,
"impt_rank" BIGINT
);CREATE TABLE kaggle_country_occupadion_id_name_year_skill_change (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_code" VARCHAR,
"country_name" VARCHAR,
"occupation_id" BIGINT,
"occupation_name" VARCHAR,
"year_2" BIGINT,
"skill_change" DOUBLE
);CREATE TABLE kaggle_country_year_skill_change (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_code" VARCHAR,
"country_name" VARCHAR,
"year_2" BIGINT,
"skill_change" DOUBLE
);CREATE TABLE kaggle_country_year_skill_type_percentage (
"unnamed_0" BIGINT -- Unnamed: 0,
"country_code" VARCHAR,
"country_name" VARCHAR,
"year" BIGINT,
"skill_type_digital" VARCHAR,
"pen_percentage" DOUBLE
);Anyone who has the link will be able to view this.