Commit
·
bba1f10
1
Parent(s):
7d13ee6
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license:
|
3 |
+
- cc0-1.0
|
4 |
+
kaggle_id: ruchi798/data-science-job-salaries
|
5 |
+
---
|
6 |
+
|
7 |
+
# Dataset Card for Data Science Job Salaries
|
8 |
+
|
9 |
+
## Table of Contents
|
10 |
+
- [Table of Contents](#table-of-contents)
|
11 |
+
- [Dataset Description](#dataset-description)
|
12 |
+
- [Dataset Summary](#dataset-summary)
|
13 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
14 |
+
- [Languages](#languages)
|
15 |
+
- [Dataset Structure](#dataset-structure)
|
16 |
+
- [Data Instances](#data-instances)
|
17 |
+
- [Data Fields](#data-fields)
|
18 |
+
- [Data Splits](#data-splits)
|
19 |
+
- [Dataset Creation](#dataset-creation)
|
20 |
+
- [Curation Rationale](#curation-rationale)
|
21 |
+
- [Source Data](#source-data)
|
22 |
+
- [Annotations](#annotations)
|
23 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
24 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
25 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
26 |
+
- [Discussion of Biases](#discussion-of-biases)
|
27 |
+
- [Other Known Limitations](#other-known-limitations)
|
28 |
+
- [Additional Information](#additional-information)
|
29 |
+
- [Dataset Curators](#dataset-curators)
|
30 |
+
- [Licensing Information](#licensing-information)
|
31 |
+
- [Citation Information](#citation-information)
|
32 |
+
- [Contributions](#contributions)
|
33 |
+
|
34 |
+
## Dataset Description
|
35 |
+
|
36 |
+
- **Homepage:** https://kaggle.com/datasets/ruchi798/data-science-job-salaries
|
37 |
+
- **Repository:**
|
38 |
+
- **Paper:**
|
39 |
+
- **Leaderboard:**
|
40 |
+
- **Point of Contact:**
|
41 |
+
|
42 |
+
### Dataset Summary
|
43 |
+
|
44 |
+
### Content
|
45 |
+
| Column | Description |
|
46 |
+
|--------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
47 |
+
| work_year | The year the salary was paid. |
|
48 |
+
| experience_level | The experience level in the job during the year with the following possible values: EN Entry-level / Junior MI Mid-level / Intermediate SE Senior-level / Expert EX Executive-level / Director |
|
49 |
+
| employment_type | The type of employement for the role: PT Part-time FT Full-time CT Contract FL Freelance |
|
50 |
+
| job_title | The role worked in during the year. |
|
51 |
+
| salary | The total gross salary amount paid. |
|
52 |
+
| salary_currency | The currency of the salary paid as an ISO 4217 currency code. |
|
53 |
+
| salary_in_usd | The salary in USD (FX rate divided by avg. USD rate for the respective year via fxdata.foorilla.com). |
|
54 |
+
| employee_residence | Employee's primary country of residence in during the work year as an ISO 3166 country code. |
|
55 |
+
| remote_ratio | The overall amount of work done remotely, possible values are as follows: 0 No remote work (less than 20%) 50 Partially remote 100 Fully remote (more than 80%) |
|
56 |
+
| company_location | The country of the employer's main office or contracting branch as an ISO 3166 country code. |
|
57 |
+
| company_size | The average number of people that worked for the company during the year: S less than 50 employees (small) M 50 to 250 employees (medium) L more than 250 employees (large) |
|
58 |
+
|
59 |
+
### Acknowledgements
|
60 |
+
I'd like to thank ai-jobs.net Salaries for aggregating this data!
|
61 |
+
|
62 |
+
### Supported Tasks and Leaderboards
|
63 |
+
|
64 |
+
[More Information Needed]
|
65 |
+
|
66 |
+
### Languages
|
67 |
+
|
68 |
+
[More Information Needed]
|
69 |
+
|
70 |
+
## Dataset Structure
|
71 |
+
|
72 |
+
### Data Instances
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
### Data Fields
|
77 |
+
|
78 |
+
[More Information Needed]
|
79 |
+
|
80 |
+
### Data Splits
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
## Dataset Creation
|
85 |
+
|
86 |
+
### Curation Rationale
|
87 |
+
|
88 |
+
[More Information Needed]
|
89 |
+
|
90 |
+
### Source Data
|
91 |
+
|
92 |
+
#### Initial Data Collection and Normalization
|
93 |
+
|
94 |
+
[More Information Needed]
|
95 |
+
|
96 |
+
#### Who are the source language producers?
|
97 |
+
|
98 |
+
[More Information Needed]
|
99 |
+
|
100 |
+
### Annotations
|
101 |
+
|
102 |
+
#### Annotation process
|
103 |
+
|
104 |
+
[More Information Needed]
|
105 |
+
|
106 |
+
#### Who are the annotators?
|
107 |
+
|
108 |
+
[More Information Needed]
|
109 |
+
|
110 |
+
### Personal and Sensitive Information
|
111 |
+
|
112 |
+
[More Information Needed]
|
113 |
+
|
114 |
+
## Considerations for Using the Data
|
115 |
+
|
116 |
+
### Social Impact of Dataset
|
117 |
+
|
118 |
+
[More Information Needed]
|
119 |
+
|
120 |
+
### Discussion of Biases
|
121 |
+
|
122 |
+
[More Information Needed]
|
123 |
+
|
124 |
+
### Other Known Limitations
|
125 |
+
|
126 |
+
[More Information Needed]
|
127 |
+
|
128 |
+
## Additional Information
|
129 |
+
|
130 |
+
### Dataset Curators
|
131 |
+
|
132 |
+
This dataset was shared by [@ruchi798](https://kaggle.com/ruchi798)
|
133 |
+
|
134 |
+
### Licensing Information
|
135 |
+
|
136 |
+
The license for this dataset is cc0-1.0
|
137 |
+
|
138 |
+
### Citation Information
|
139 |
+
|
140 |
+
```bibtex
|
141 |
+
[More Information Needed]
|
142 |
+
```
|
143 |
+
|
144 |
+
### Contributions
|
145 |
+
|
146 |
+
[More Information Needed]
|