Update 2_EDA/03_optimal_skills.sql
This commit is contained in:
parent
f23f2ed3e7
commit
672836afd8
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ INNER JOIN skills_dim as sd
|
|||
WHERE
|
||||
jpf.job_title_short LIKE 'Data Engineer'
|
||||
AND
|
||||
jpf.job_work_from_home = True
|
||||
jpf.job_work_from_home = False
|
||||
|
||||
GROUP BY sd.skills
|
||||
HAVING COUNT(jpf.*) > 100
|
||||
|
|
|
|||
Loading…
Reference in a new issue