Skip to content
KnowledgeCity

Data Visualization and Decision-Making

Use plotting results to make informed business decisions using bar, heat, and line plots
Preview the first lesson free — get full access to all 3 lessons.
Course: On-Demand
Intermediate Provider Bill Hood  3 Lessons ·  17m  in Arabic, German, English, Spanish, French, Portuguese, Chinese 

Course Description

In these lessons you’ll learn to model a business challenge using Python. We’ll begin by applying the business’s basic rules to Python lists and other variables, where we can include them programmatically in our design and then use them as business rules. In our example, a manufacturing organization can make a number of different products on a series of machines. Each machine has a series of attributes, such as setup time and the speed of the machine in terms of parts per hour, that affect the overall time to produce the product, which we’ll plot as a histogram.

Then we’ll consider the introduction of a mathematical correlation to plot a heat map that enables a new kind of visualization, best correlation. You’ll correlate several attributes of new automobiles such as weight, horsepower, fuel economy, number of cylinders, and acceleration, then plot out the correlation on a heat map. Finally, we’ll conclude with an exercise that explores comparison using simple line charts.

What You'll Learn

  • Model a business challenge in Python using lists, tuples, arrays, and other variables to encode business rules programmatically
  • Plot machine attributes such as setup time and parts-per-hour speed as a histogram to evaluate production time
  • Build a heat map using mathematical correlation to identify the best correlation among data attributes
  • Correlate automobile attributes including weight, horsepower, fuel economy, number of cylinders, and acceleration on a heat map
  • Compare data using simple line charts
  • Assess when a data set lends itself to a particular plot type

Key Takeaways

  • Basic business rules can be applied to Python lists and other variables so they are included programmatically in a design and used as business rules.
  • Machine attributes such as setup time and speed in parts per hour affect the overall time to produce a product, which can be plotted as a histogram.
  • Introducing a mathematical correlation enables a heat map visualization that surfaces the best correlation between attributes.
  • Plot data can be supplemented with a Python list or tuple of data.
  • Choosing a plot type depends on whether a given data set lends itself to that type of plot.

Frequently Asked Questions

What will I learn to do in this course?

You will learn to model a business challenge using Python, apply business rules to Python lists and variables, and plot data as histograms (bar charts), heat maps, and line charts to support decision-making.

Which plot types does the course cover?

The course covers plotting decisions with bar charts (histograms), heat maps, and line charts.

What Python data structures are used?

The course covers using Python variables including lists, tuples, and arrays, and shows how to supplement plot data with a Python list or tuple.

What is the heat map example based on?

It correlates several attributes of new automobiles such as weight, horsepower, fuel economy, number of cylinders, and acceleration, then plots the correlation on a heat map.

What skills does this course help build?

It builds skills in Automated Business Design, Business Analysis, Business Modeling, Business Process Modeling, Business Simulation, and Process Modeling.