course content

Course Content

Unlocking Insights with Data Visualization: A Hands-On Exploration

Unlocking Insights with Data Visualization: A Hands-On Exploration

Box PlotsBox Plots

Box plots are useful for visualizing the distribution of a single numeric variable and identifying potential outliers. They are particularly useful for comparing the distribution of data across different categories or groups. A box plot consists of a box, which encloses the first and third quartiles of the data, and a line, or whisker, extending from the box to the minimum and maximum values. This is the standard definition of a box plot.

Task

  1. Import the seaborn and the matplotlib libraries;
  2. Generate some artificial data. Specifically, 3 arrays with 100 observations each;
  3. Use seaborn to generate the boxplot;
  4. Show the plot.

Everything was clear?

Section 1. Chapter 2

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.