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

Data Scientists Salaries

We're going to analyze data of data scientists salaries scrapped from glassdoor

Downloading the Dataset

We're going to download the code from kaggle

!pip install jovian opendatasets --upgrade --quiet

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

# Change this
dataset_url = 'https://www.kaggle.com/nikhilbhathi/data-scientist-salary-us-glassdoor'