Baselight

Wuzzuf Data Analyst Jobs

Data analysis jobs in Egypt listed on the Wuzzuf website during October 2023

@kaggle.ahmedabbas757_wuzzuf_data_analyst_jobs

About this Dataset

Wuzzuf Data Analyst Jobs

Content

This is a Web scraping project, to extract jobs from wuzzuf website using python language to analyze this data and create a dashboard that shows the distribution of jobs by location, industry, and experience level.

Dataset Glossary (Column-Wise)

  • Job title : Job name.
  • Company name : Name of the company that owns the advertisement.
  • Location : Company location.
  • Job type : Type of job: is it full time or part time.
  • Exp level : Required level is whether senior or manger or ect.
  • Exp years : Number of years required to obtain job.
  • Skills : Skills required to obtain job.

Tables

Wuzzuf Jobs

@kaggle.ahmedabbas757_wuzzuf_data_analyst_jobs.wuzzuf_jobs
  • 112.8 KB
  • 1617 rows
  • 8 columns
Loading...

CREATE TABLE wuzzuf_jobs (
  "unnamed_0" BIGINT,
  "job_title" VARCHAR,
  "company_name" VARCHAR,
  "location" VARCHAR,
  "job_type" VARCHAR,
  "exp_level" VARCHAR,
  "exp_years" VARCHAR,
  "skills" VARCHAR
);