Jovian
Sign In

Data Science Salaries

Analysing Data Science Salaries

In this course project, we will analysis and visualization of Data science salaries. We got the dataset from kaggle and the dataset contain response from employees in the Data science fields. The dataset can be found on https://www.kaggle.com/datasets/arnabchaki/data-science-salaries-2023/discussion.

We will download the data using opendataset library.

Downloading the Dataset

The link to the dataset was on keggel https://www.kaggle.com/datasets/arnabchaki/data-science-salaries-2023/discussion

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

dataset_url = 'https://www.kaggle.com/datasets/arnabchaki/data-science-salaries-2023/discussion'