Baselight

LinkedIn Tech Jobs

Over 500 tech jobs with skill requirement details from LinkedIn's website

@kaggle.joebeachcapital_linkedin_jobs

Loading...
Loading...

About this Dataset

LinkedIn Tech Jobs

Over 500 jobs scraped from the job section of LinkedIn.

Attribute Feature's Meaning
location The location of the job
designation The designation of the job
name Name of the company
industry Industry in which the company operates
employees_count Count of employees
linkedin_followers Number of followers on linkedin
involvement the nature of involvement in the job, for instance: Full-time, part-time
level The seniority level like Mid-Senior level
total_applicants total number of applicants
Skills Skills required for the job

Tables

Final Data

@kaggle.joebeachcapital_linkedin_jobs.final_data
  • 37.77 KB
  • 811 rows
  • 41 columns
Loading...

CREATE TABLE final_data (
  "company_name" VARCHAR,
  "class" VARCHAR,
  "designation" VARCHAR,
  "location" VARCHAR,
  "total_applicants" BIGINT,
  "linkedin_followers" BIGINT,
  "level" VARCHAR,
  "involvement" VARCHAR,
  "employee_count" BIGINT,
  "industry" VARCHAR,
  "python" BIGINT,
  "c" BIGINT,
  "java" BIGINT,
  "hadoop" BIGINT,
  "scala" BIGINT,
  "flask" BIGINT,
  "pandas" BIGINT,
  "spark" BIGINT,
  "numpy" BIGINT,
  "php" BIGINT,
  "sql" BIGINT,
  "mysql" BIGINT,
  "css" BIGINT,
  "mongodb" BIGINT,
  "nltk" BIGINT,
  "tensorflow" BIGINT,
  "linux" BIGINT,
  "ruby" BIGINT,
  "javascript" BIGINT,
  "django" BIGINT,
  "react" BIGINT,
  "reactjs" BIGINT,
  "ai" BIGINT,
  "ui" BIGINT,
  "tableau" BIGINT,
  "nodejs" BIGINT,
  "excel" BIGINT,
  "power_bi" BIGINT,
  "selenium" BIGINT,
  "html" BIGINT,
  "ml" BIGINT
);

Share link

Anyone who has the link will be able to view this.