Fake Jobs Posting Detection
There are many job sites that unknowingly host many offers for fraud and data th
@kaggle.josereimondez_fake_jobs_posting_detection
There are many job sites that unknowingly host many offers for fraud and data th
@kaggle.josereimondez_fake_jobs_posting_detection
CREATE TABLE fake_job_postings (
"job_id" BIGINT,
"title" VARCHAR,
"location" VARCHAR,
"department" VARCHAR,
"salary_range" VARCHAR,
"company_profile" VARCHAR,
"description" VARCHAR,
"requirements" VARCHAR,
"benefits" VARCHAR,
"telecommuting" BIGINT,
"has_company_logo" BIGINT,
"has_questions" BIGINT,
"employment_type" VARCHAR,
"required_experience" VARCHAR,
"required_education" VARCHAR,
"industry" VARCHAR,
"function" VARCHAR,
"fraudulent" BIGINT
);
Anyone who has the link will be able to view this.