DataScienceJobs_tbl_df | R Documentation |
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.
data(DataScienceJobs_tbl_df)
A tibble with 1,602 observations and 8 variables:
Original column from the source file (numeric)
Name of the company offering the job (character)
Title of the job position (character)
Minimum experience required in years (numeric)
Average salary offered (numeric)
Minimum salary offered (numeric)
Maximum salary offered (numeric)
Number of salary reports for the job (numeric)
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.
Data obtained from Kaggle: https://www.kaggle.com/datasets/madhurpant/data-science-jobs-in-india
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.