Skip to contents

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)

Details

The dataset name has been kept as 'DataScienceJobs_tbl_df' to maintain consistency with the naming conventions in the IndiAPIs package. The suffix 'tbl_df' indicates that this is a tibble data frame. The original content has not been modified in any way.