DrishtiSharma commited on
Commit
e3337da
Β·
verified Β·
1 Parent(s): f400406

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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", "home country"],
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