Learn practical skills, build real-world projects, and advance your career

Data Science Job Salaries

Analyzing Salaries of jobs in the Data Science domain

Motivation Behind Choosing Data Science job salaries data

Data Science is a huge umbrella which contains so many different Jobs.The main aim of this project is to make awareness in the people regarding Data Science Job opportunities and Salaries.

Dataset Details

In this project I have taken the dataset of different jobs in data science and their salaries in the year 2020,2021 and 2022. I have taken this dataset from Kaggle (https://www.kaggle.com/datasets/greeshmagirish/crime-against-women-20012014-india). I will analyse this data and try find different aspect of it by using Python libraries Pandas,Matplotlib and Seaborn.

As a first step, let's upload our Jupyter notebook to Jovian.ml.

!pip install jovian --upgrade --quiet
# Execute this to save new versions of the notebook
import jovian
jovian.commit(project="Data-science-job-salaries1")
[jovian] Updating notebook "shaikhmisba07/data-science-job-salaries1" on https://jovian.ai [jovian] Committed successfully! https://jovian.ai/shaikhmisba07/data-science-job-salaries1

Data Preparation and Cleaning