This dataset, DataScienceJobs_tbl_df, is a tibble containing job listings related to Data Science positions across India. It includes company names, job titles, minimum experience required, average, minimum and maximum salaries, and the number of salary reports. The dataset preserves the original structure from its source on Kaggle.
Usage
data(DataScienceJobs_tbl_df)
Format
A tibble with 1,602 observations and 8 variables:
- ...1
Original column from the source file (numeric)
- company_name
Name of the company offering the job (character)
- job_title
Title of the job position (character)
- min_experience
Minimum experience required in years (numeric)
- avg_salary
Average salary offered (numeric)
- min_salary
Minimum salary offered (numeric)
- max_salary
Maximum salary offered (numeric)
- num_of_salaries
Number of salary reports for the job (numeric)
Source
Data obtained from Kaggle: https://www.kaggle.com/datasets/madhurpant/data-science-jobs-in-india