Data+visualisation+.pptx
Data+visualisation+.pptx
2
Session Agendas
● The visual representation of data makes it easier to identify and share real-time
trends, outliers, and new insights about the information represented in the data.
● Data visualization has the ability to make complex information easily understood
by the audience.
upgrad.com
5
upgrad.com
6
Four elements of successful visualizations
● Information (data): The information or data that you are trying to convey is a key
building block for your data visualization. Without information or data, you cannot
communicate your findings successfully.
● Story (concept): Story allows you to share your data in meaningful and interesting
ways. Without a story, your visualization is informative, but not really inspiring.
● Goal (function): The goal of your data visualization makes the data useful and
usable. This is what you are trying to achieve with your visualization. Without a goal,
your visualization might still be informative, but can’t generate actionable insights.
● Visual form (metaphor): The visual form element is what gives your data
visualization structure and makes it beautiful. Without visual form, your data is not
visualized yet.
All four of these elements are important on their own, but a successful data visualization
balances all four.
upgrad.com
8
Identify who can benefit from Look at your data set structure Use basic visual models to see
data visualization. Rely on typologies. Analyze rows and and understand enormous data
simple charts up front. columns for inconsistencies. sets.
upgrad.com
9
Draft different design Gather user impressions and Look for bugs and functional
versions. Try a variety of opinions. Use research to errors. Check your
charts. influence visualization method visualizations for
iterations and justify changes. inconsistencies.
upgrad.com
10
Principle Description
Choose the right visual Decide which visual will be the most effective for your audience.
Sometimes, a simple table is the best visualization. Other times,
you need a more complex visualization to illustrate your point.
Optimize the data-ink ratio The data-ink entails focusing on the part of the visual that is
essential to understanding the point of the chart. Try to minimize
non-data ink like boxes around legends or shadows to optimize the
data-ink ratio.
Use orientation effectively Make sure the written components of the visual, like the labels on a
bar chart, are easy to read. You can change the orientation of your
visual to make it easier to read and understand.
upgrad.com
11
Principle Description
Numbers of things Think about how many elements you include in any visual. If your
visualization uses lines, try to plot five or fewer. If that isn’t possible,
use color or hue to emphasize important lines. Also, when using
visuals like pie charts, try to keep the number of segments to less
than seven since too many elements can be distracting.
upgrad.com
12
Types of Charts
Charts are often divided into categories based on their goals, aesthetics or visual features. Here are
a few examples.
Trends
upgrad.com
13
Comparison
Part to whole
upgrad.com
14
Correlations
upgrad.com
15
Maps
upgrad.com
16
Line Chart:
A line chart is used to track changes over short and long periods of time.
upgrad.com
17
Bar Chart:
Bar charts use size to contrast and compare two or more values, using height or lengths to
represent the specific values.
upgrad.com
18
Heatmap:
Similar to bar charts, heatmaps also use color to compare categories in a data set. They are mainly
used to show relationships between two variables and use a system of color-coding to represent
different values.
upgrad.com
19
Pie chart:
The pie chart is a circular graph that is divided into segments representing proportions corresponding
to the quantity it represents, especially when dealing with parts of a whole.
upgrad.com
20
Scatter plot:
Scatter plots show relationships between different variables. Scatter plots are typically used for two
variables for a set of data, although additional variables can be displayed.
upgrad.com
21
Distribution graph:
upgrad.com
Overview 22
upgrad.com
23
Example of an advanced data visualization
upgrad.com
24
Python offers multiple great graphing libraries that come packed with lots of different features.
upgrad.com
25
Matplotlib :
Pandas Visualization :
upgrad.com
26
Seaborn :
upgrad.com
27
We are given the dataset containing FIFA 2019 players information. Let us try to analyse this
dataset and derive some insights.
upgrad.com
28
● More than about 80% of the football players are internationally very well reputed.
● For most players (about more than 50%) their weak foot is as good as their strong/prefered foot.
● The most played position is 'ST - Striker' followed by 'GK - Goalkeeper' and 'CB - Center Back'.
● Most players falls under the wage category of < 60000 euros. Very few players are paid more
than 100000 euros.
● Most players fall under 6'0 or 5'10 height categories and 150 lbs - 180 lbs weight category.
● Most players participating in FIFA 2019 are from 'England' followed by 'Germany and Spain'.
'Argentina, France and Brazil' also show a good amount of participation.
upgrad.com
29
● Most football players fall under the age group of 20-27 years.
● Players from Brazil and Spain is shown to have higher overall scores
● Real Madrid is shown to have players with high average overall scores, followed by Chelsea and
FC Barcelona.
● Player stats.
upgrad.com
30
Any Queries?
Thank You!
upgrad.com