Baselight

2023 Data Scientists Salary

Salaries of Different Data Science Fields in the Data Science Domain

@kaggle.henryshan_2023_data_scientists_salary

Loading...
Loading...

About this Dataset

2023 Data Scientists Salary

Summary

The aim of this study is to investigate the factors influencing the salaries of Data Scientists. To achieve this, a dataset containing various relevant variables was utilized. This report describes the exploratory analysis conducted to understand the relationship between these factors and Data Scientists' salaries.

Introduction

Data science is a rapidly growing field, and Data Scientists play a crucial role in analyzing and interpreting large volumes of data. As this profession becomes increasingly in demand, it is important to understand the factors that may influence Data Scientists' salaries. This analysis focuses on investigating these factors and their impact on salaries.

Dataset

To conduct this analysis, a dataset containing relevant information about Data Scientists was used. The dataset includes the following variables:

work_year: The year the salary was paid.

experience_level: The experience level in the job during the year.

  • EN > Entry-level / Junior
  • MI> Mid-level / Intermediate
  • SE > Senior-level / Expert
  • EX > Executive-level / Director

employment_type: The type of employment for the role.

  • PT > Part-time
  • FT > Full-time
  • CT > Contract
  • FL > Freelance

job_title: The role worked in during the year.

salary: The total gross salary amount paid.

salary_currency: The currency of the salary paid as an ISO 4217 currency code.

salaryinusd: The salary in USD.

employee_residence: Employee's primary country of residence during the work year as an ISO 3166 country code.

remote_ratio:The overall amount of work done remotely.

company_location: The country of the employer's main office or contracting branch.

company_size: The median number of people that worked for the company during the year.

Tables

Ds Salaries

@kaggle.henryshan_2023_data_scientists_salary.ds_salaries
  • 37.83 KB
  • 3755 rows
  • 11 columns
Loading...

CREATE TABLE ds_salaries (
  "work_year" BIGINT,
  "experience_level" VARCHAR,
  "employment_type" VARCHAR,
  "job_title" VARCHAR,
  "salary" BIGINT,
  "salary_currency" VARCHAR,
  "salary_in_usd" BIGINT,
  "employee_residence" VARCHAR,
  "remote_ratio" BIGINT,
  "company_location" VARCHAR,
  "company_size" VARCHAR
);

Share link

Anyone who has the link will be able to view this.