Remote working became a norm during covid-19. And with remote work came more concern about salary. Let’s see using the data from kaggle whether there is any difference in salary of remote data scientists in different countries.
Here is a first look at the data:
work_year | experience_level | employment_type | job_title | salary | salary_currency | salary_in_usd | employee_residence | remote_ratio | company_location | company_size |
---|---|---|---|---|---|---|---|---|---|---|
2024 | SE | FT | AI Engineer | 90000 | USD | 90000 | AE | 0 | AE | L |
2024 | SE | FT | Machine Learning Engineer | 180500 | USD | 180500 | US | 0 | US | M |
2024 | SE | FT | Machine Learning Engineer | 96200 | USD | 96200 | US | 0 | US | M |
2024 | SE | FT | Machine Learning Engineer | 235000 | USD | 235000 | AU | 0 | AU | M |
2024 | SE | FT | Machine Learning Engineer | 175000 | USD | 175000 | AU | 0 | AU | M |
2024 | MI | FT | Business Intelligence Developer | 95413 | USD | 95413 | US | 100 | US | M |
A short description of some of the variables are given below:
The goal of this project is to summarize the visual information primarily.The purpose is to see the regional differences in remote ratio and salaries.Use choropleth maps to visualize the data.
Show first the percentage of the remote work ratio. Choose one type e.g. 100% or 50% remote work ratio and generate a graph that shows the the total number of jobs among different countries globally using that ratio. It might be helpful to use the percentage for which you have the most available data.
For this first plot, use all types of job title as the focus is on the remote work ratio.
The second visualization task you can choose either of the two tasks:
With the first task, we want to see, globally what is the number of jobs among different countries that have a certain remote work ratio. This will help us understand the global trend of remote work.
The second task will help us understand the salary differences among different job titles and experience levels.
The plots for NA and EU will help us understand the regional differences in remote work ratio as the number of jobs is quite large in these regions.
The hypothesis test will help us understand if there is a significant difference in salary between USA and Non-USA regions for the same job title.
Have fun and looking forward to seeing your work!
Kind regards, Supti