* fix: restructure certifications guide articles * fix: added 3 dashes line before prob expl * fix: added 3 dashes line before hints * fix: added 3 dashes line before solutions
14 lines
718 B
Markdown
14 lines
718 B
Markdown
---
|
|
title: Visualize Data with a Bar Chart
|
|
---
|
|
# Visualize Data with a Bar Chart
|
|
|
|
---
|
|
## Problem Explanation
|
|
|
|
**Why Visualize Data**
|
|
Often, just having the data is not enough and can make it harder to understand if it is not visualized. The type of data helps suggest the best way in which to visualize it. Bar charts, for instance, are great in visualizing `categorical` data (data that is not numerical, whose averages do not have any significance) such as the count of how many times a different desserts were bought at a bakery.
|
|
|
|
**Features of a Bar Chart**
|
|
Bars in a bar chart are equally spaced from another and have the same width. Their lengths are a proportion of the count of the category being displayed.
|