course content

Course Content

Navigating Data Science Career Paths: A Project for Job Change

Navigating Data Science Career Paths: A Project for Job Change

Exploratory Data AnalysisExploratory 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

  1. Import matplotlib and seaborn (as sns) libraries;
  2. Plot the selected features listed above;
  3. Set the hue value (This parameter takes column name for color encoding) with the target;
  4. 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.