Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -183,11 +183,11 @@ COLUMN_SYNONYMS = {
|
|
183 |
"job_title": ["job title", "job role", "role", "designation", "position", "job responsibility", "occupation"],
|
184 |
"experience_level": ["experience level", "seniority", "experience", "career stage", "years of experience"],
|
185 |
"employment_type": ["employment type", "job type", "contract type", "employment status", "type of employment"],
|
186 |
-
"salary_in_usd": ["salary", "income", "earnings", "pay", "wage", "compensation"],
|
187 |
-
"remote_ratio": ["remote work", "work from home", "remote ratio", "remote", "telecommute"],
|
188 |
-
"company_size": ["company size", "organization size", "business size", "firm size"],
|
189 |
-
"employee_residence": ["country", "residence", "location", "employee location"
|
190 |
-
"company_location": ["company location", "office location", "company country", "headquarters", "location", "located", "area"],
|
191 |
}
|
192 |
|
193 |
|
|
|
183 |
"job_title": ["job title", "job role", "role", "designation", "position", "job responsibility", "occupation"],
|
184 |
"experience_level": ["experience level", "seniority", "experience", "career stage", "years of experience"],
|
185 |
"employment_type": ["employment type", "job type", "contract type", "employment status", "type of employment"],
|
186 |
+
"salary_in_usd": ["salary", "income", "earnings", "pay", "wage", "compensation", "amount", "paid"],
|
187 |
+
"remote_ratio": ["remote work", "work from home", "remote ratio", "remote", "telecommute", "wfh"],
|
188 |
+
"company_size": ["company size", "organization size", "business size", "firm size", "big", "small"],
|
189 |
+
#"employee_residence": ["country", "residence", "location", "employee location"],
|
190 |
+
#"company_location": ["company location", "office location", "company country", "headquarters", "location", "located", "area"],
|
191 |
}
|
192 |
|
193 |
|