Course Content
Navigating Data Science Career Paths: A Project for Job Change
Navigating Data Science Career Paths: A Project for Job Change
Exploratory Data Analysis
In this chapter, we will explore some of our data's features. Specifically, we will see how the target variable is distributed in the following variables: "gender"
, "relevent_experience"
, "enrolled_university"
, "education_level"
, "major_discipline"
, "experience"
, "company_size"
, "company_type"
.
Task
- Import
matplotlib
andseaborn
(assns
) libraries; - Plot the selected features listed above;
- Set the
hue
value (This parameter takes column name for color encoding) with the target; - Analyse the results.
Everything was clear?
Section 1. Chapter 3
Start learning today and achieve
coding mastery
- Master Python, SQL, JavaScript & more.
- Learn with Step-by-Step Lessons.
- Get Ready for Real-World Projects.
- Earn a Certificate Upon Completion.