SlideShare a Scribd company logo
1 of 24
The use of Data visualization to
tell effective stories
By:
Moro Seidu (2018)
Email: gentlemoro@iwatchafrica.org
Outline of Presentation
 PART ONE: THEORY
 Data Presentation & Visualization
 Data
 Forms of Data Presentation & Visualization
 Text form;
 tabular form;
 graphical form.
 Summary
 PART TWO: PRACTICAL
 Text Mining
 Sentimental Analysis
 Wordcloud Analysis
Data
 Data usually represents unprocessed numbers,
text, pictures or statements
 Data are usually collected in a raw format and
thus the inherent information is difficult to
understand
 Therefore, raw data need to be summarized,
processed, and analysed.
 Data set needs to be presented in a certain way
depending on what it is used for.
Data…
 Planning how the data will be presented is essential
before appropriately processing raw data.
 However, no matter how well the information derived
from the raw data is manipulated, it should be presented
in an effective format, otherwise, it would be a great loss
for both authors and readers.
 These days, data are often summarized, organized, and
analysed with statistical packages or graphics software.
 Data must be prepared in such a way that they are
properly recognized by the program being used.
Data…
 This presentation does not discuss data preparation
process, which involves creating a data frame,
creating/changing rows and columns, changing the level of
a factor, categorical variable, coding, dummy variables,
variable transformation, data transformation, missing value,
outlier treatment, and noise removal.
Data Presentation/Visualisation
 Methods of presentation must be determined according
to the
 data format,
 the method of analysis to be used, and
 the information to be emphasized.
 Even when the same information is being conveyed,
different methods of presentation must be employed
depending on what specific information is going to be
emphasized.
Data Presentation/Visualisation…
 A method of presentation must be chosen after carefully
weighing the advantages and disadvantages of different
methods of presentation.
 This conference shall focus on three different methods
of presentation:
Text form
tabular form
graphical form
 One thing to always bear in mind regardless of what
method is used, however, is the simplicity of
presentation.
Text presentation
 Text is the main method of conveying information as it
is used to explain results and trends, and provide
contextual information.
 Data are fundamentally presented in paragraphs or
sentences.
 Text can be used to provide interpretation or emphasize
certain data.
 If quantitative information to be conveyed consists of
one or two numbers, it is more appropriate to use text
(written language) than tables or graphs.
Text presentation…
 For instance, information about the occurrence of
accident in 2016–2017 can be presented with the use of
a few numbers:
 “The occurrence of accident was 11% in 2016 and 15%
in 2017; no significant difference of occurrence was
found between the two years.”
 If this information were to be presented in a graph or a
table, it would occupy an unnecessarily large space on
the page, without enhancing the readers'
understanding of the data.
Text presentation…
 If more data are to be presented, or other
information such as that regarding data trends
are to be conveyed, a table or a graph would be
more appropriate.
 By nature, data take longer to read when
presented as texts and when the main text
includes a long list of information, readers and
reviewers may have difficulties in understanding
the information.
Table presentation
 Tables are the most appropriate for presenting
individual information, and can present both
quantitative and qualitative information.
Advantages of using tables
 Tables can accurately present information that cannot
be presented with a graph. A number such as
“132.145852” can be accurately expressed in a table.
 Information with different units can be presented
together on a table. For instance, atmospheric
temperature, speed of a vehicle, number of drivers,
travelling distance and time of travel can be presented
together in one table.
 tables are useful for summarizing and comparing
quantitative information of different variables.
Table presentation…
Disadvantages of using tables
 the interpretation of information takes longer in tables than in
graphs,
 tables are not appropriate for studying data trends.
 since all data are of equal importance in a table, it is not easy to
identify and selectively choose the information required.
Table presentation…
 Heat maps help to improve visualization of information on tables.
 Heat maps help to further visualize the information presented in a table
by applying colours to the background of cells.
 By adjusting the colours or colour saturation, information is conveyed in
a more visible manner, and readers can quickly identify the information of
interest.
 Software such as Excel (in Microsoft Office) have features that enable
easy creation of heat maps through the options available on the
“conditional formatting” menu.
Graph presentation
 Whereas tables can be used for presenting all the
information, graphs simplify complex information by
using images and emphasizing data patterns or trends,
and are useful for summarizing, explaining, or exploring
quantitative data.
 While graphs are effective for presenting large amounts
of data, they can be used in place of tables to present
small sets of data.
 A graph format that best presents information must be
chosen so that readers and reviewers can easily
understand the information.
Graph presentation…
Frequently used graph formats:
Scatter plot
Bar graph and histogram
Pie chart
Line plot
Box and whisker chart
Scatter plot
 Scatter plots present data on the x- and y-axes and are
used to investigate an association (correlation)
between two variables.
 A point represents each individual or object, and an
association between two variables can be studied by
analysing patterns across multiple points.
 A regression line is added to a graph to determine
whether the association between two variables can be
explained or not.
 If multiple points exist at an identical location, the
correlation level may not be clear.
 In this case, a correlation coefficient or regression line
can be added to further elucidate the correlation.
Bar graph and histogram
 A bar graph is used to indicate and compare values
in a discrete category or group, and the frequency or
other measurement parameters (i.e. mean).
 Depending on the number of categories, and the
size or complexity of each category, bars may be
created vertically or horizontally.
 The height (or length) of a bar represents the
amount of information in a category.
 Bar graphs are flexible, and can be used in a
grouped or subdivided bar format in cases of two or
more data sets in each category.
Bar graph and histogram…
 By comparing the endpoints of bars, one
can identify the largest and the smallest
categories, and understand gradual
differences between each category.
 One form of vertical bar graph is the
stacked vertical bar graph. A stack vertical
bar graph is used to compare the sum of
each category, and analyse parts of a
category.
Pie chart
 A pie chart, which is used to represent nominal data
(in other words, data classified in different
categories), visually represents a distribution of
categories.
 It is generally the most appropriate format for
representing information grouped into a small
number of categories.
 It is also used for data that have no other way of
being represented aside from a table (i.e. frequency
table).
Line plot
 A line plot is useful for representing time-series data such
as monthly electricity bills and yearly unemployment rates;
in other words, it is used to study variables that are
observed over time.
 Line graphs are especially useful for studying patterns and
trends across data that include climatic influence, large
changes or turning points, and
 are also appropriate for representing not only time-series
data, but also data measured over the progression of a
continuous variable such as distance.
 It is also useful to represent multiple data sets on a single
line graph to compare and analyse patterns across
different data sets.
Box and whisker chart
 A box and whisker chart does not make any assumptions
about the underlying statistical distribution, and
represents variations in samples of a population;
therefore, it is appropriate for representing
nonparametric data.
 A box and whisker chart consists of boxes that represent
interquartile range (one to three), the median and the
mean of the data, and whiskers presented as lines
outside of the boxes.
 Whiskers can be used to present the largest and smallest
values in a set of data or only a part of the data.
 The spacing at both ends of the box indicates dispersion
in the data. The relative location of the median
demonstrated within the box indicates skewness
Summary
 Text, tables, and graphs are effective communication media that present and convey data
and information.
 They aid readers in understanding the content of research, sustain their interest, and
effectively present large quantities of complex information.
 As readers will scan through these presentations before reading the entire text, their
importance cannot be disregarded.
 For this reason, authors or publishers must pay as close attention to selecting appropriate
methods of data presentation as when they were collecting data of good quality and
analysing them.
 Understanding of different methods of data presentation and their appropriate use will
enable one to develop the ability to recognize and interpret inappropriately presented
data or data presented in such a way that it deceives readers' eyes
PART II ( PRACTICALS)
Materials:
 R, RStudio,
 Library (tm, tidytext, janeaustenr, wordcloud, dplyr, stringr, gplot, SnowballC),
Exercise
 Text mining
 Sentimental Analysis
 Wordcloud analysis

More Related Content

What's hot

Data visualization
Data visualizationData visualization
Data visualizationSushil kasar
 
Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysisVishwas N
 
Data Visualization(s) Using Python
Data Visualization(s) Using PythonData Visualization(s) Using Python
Data Visualization(s) Using PythonAniket Maithani
 
Data visualization introduction
Data visualization introductionData visualization introduction
Data visualization introductionManokamnaKochar1
 
Introduction to Data Visualization
Introduction to Data Visualization Introduction to Data Visualization
Introduction to Data Visualization Ana Jofre
 
Data visualization
Data visualizationData visualization
Data visualizationHoang Nguyen
 
Dashboard - definition, examples
Dashboard - definition, examplesDashboard - definition, examples
Dashboard - definition, examplesMatthieu Aubry
 
Data Analaytics.04. Data visualization
Data Analaytics.04. Data visualizationData Analaytics.04. Data visualization
Data Analaytics.04. Data visualizationAlex Rayón Jerez
 
Brief introduction to data visualization
Brief introduction to data visualizationBrief introduction to data visualization
Brief introduction to data visualizationZach Gemignani
 
Data Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisData Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisEva Durall
 
Data Science interview questions of Statistics
Data Science interview questions of Statistics Data Science interview questions of Statistics
Data Science interview questions of Statistics Learnbay Datascience
 
The Importance of Data Visualization
The Importance of Data VisualizationThe Importance of Data Visualization
The Importance of Data VisualizationCenterline Digital
 
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...Edureka!
 
Data Visualization
Data VisualizationData Visualization
Data Visualizationsimonwandrew
 

What's hot (20)

Data visualization
Data visualizationData visualization
Data visualization
 
Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysis
 
Data Visualization(s) Using Python
Data Visualization(s) Using PythonData Visualization(s) Using Python
Data Visualization(s) Using Python
 
Data Visualization - A Brief Overview
Data Visualization - A Brief OverviewData Visualization - A Brief Overview
Data Visualization - A Brief Overview
 
Data visualization introduction
Data visualization introductionData visualization introduction
Data visualization introduction
 
Introduction to Data Visualization
Introduction to Data Visualization Introduction to Data Visualization
Introduction to Data Visualization
 
Data visualization
Data visualizationData visualization
Data visualization
 
Data visualization
Data visualizationData visualization
Data visualization
 
Dashboard - definition, examples
Dashboard - definition, examplesDashboard - definition, examples
Dashboard - definition, examples
 
Data Visualization
Data VisualizationData Visualization
Data Visualization
 
Data Analaytics.04. Data visualization
Data Analaytics.04. Data visualizationData Analaytics.04. Data visualization
Data Analaytics.04. Data visualization
 
Brief introduction to data visualization
Brief introduction to data visualizationBrief introduction to data visualization
Brief introduction to data visualization
 
Data Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisData Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data Analysis
 
Ppt
PptPpt
Ppt
 
Data Science interview questions of Statistics
Data Science interview questions of Statistics Data Science interview questions of Statistics
Data Science interview questions of Statistics
 
The Importance of Data Visualization
The Importance of Data VisualizationThe Importance of Data Visualization
The Importance of Data Visualization
 
Nearest neighbor search
Nearest neighbor searchNearest neighbor search
Nearest neighbor search
 
Data science
Data science Data science
Data science
 
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
Python Machine Learning Tutorial | Machine Learning Algorithms | Python Train...
 
Data Visualization
Data VisualizationData Visualization
Data Visualization
 

Similar to The use of data visualization to tell effective

Diagramatic and graphical representation of data Notes on Statistics.ppt
Diagramatic and graphical representation of data Notes on Statistics.pptDiagramatic and graphical representation of data Notes on Statistics.ppt
Diagramatic and graphical representation of data Notes on Statistics.pptaigil2
 
Use-of-ICT-in-presentation.pdf
Use-of-ICT-in-presentation.pdfUse-of-ICT-in-presentation.pdf
Use-of-ICT-in-presentation.pdfPratibha Sagar
 
Diowane2003
Diowane2003Diowane2003
Diowane2003SFYC
 
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdf
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdfGraphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdf
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdfHimakshi7
 
Data-Presentation-and-Interpretation-in-Tabular-Graphical.pptx
Data-Presentation-and-Interpretation-in-Tabular-Graphical.pptxData-Presentation-and-Interpretation-in-Tabular-Graphical.pptx
Data-Presentation-and-Interpretation-in-Tabular-Graphical.pptxshyrahipolitoe
 
Unit 2_ Descriptive Analytics for MBA .pptx
Unit 2_ Descriptive Analytics for MBA .pptxUnit 2_ Descriptive Analytics for MBA .pptx
Unit 2_ Descriptive Analytics for MBA .pptxJANNU VINAY
 
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and AI...
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and  AI...Artificial Intelligence - Data Analysis, Creative & Critical Thinking and  AI...
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and AI...deboshreechatterjee2
 
The uses of Tables & graphs
The uses of Tables & graphsThe uses of Tables & graphs
The uses of Tables & graphsFranco Jesús
 
DATA PRESENTATION METHODS - 1.pptx
DATA PRESENTATION METHODS - 1.pptxDATA PRESENTATION METHODS - 1.pptx
DATA PRESENTATION METHODS - 1.pptxvineetarun1
 
Top 8 Different Types Of Charts In Statistics And Their Uses
Top 8 Different Types Of Charts In Statistics And Their UsesTop 8 Different Types Of Charts In Statistics And Their Uses
Top 8 Different Types Of Charts In Statistics And Their UsesStat Analytica
 
Numerical & graphical presentation of data
Numerical & graphical presentation of dataNumerical & graphical presentation of data
Numerical & graphical presentation of dataSarfraz Ahmad
 
Business Analytics 1 Module 3.pdf
Business Analytics 1 Module 3.pdfBusiness Analytics 1 Module 3.pdf
Business Analytics 1 Module 3.pdfJayanti Pande
 
Statistics Class 10 CBSE
Statistics Class 10 CBSE Statistics Class 10 CBSE
Statistics Class 10 CBSE Smitha Sumod
 
DATA-PROCESSING.pptx
DATA-PROCESSING.pptxDATA-PROCESSING.pptx
DATA-PROCESSING.pptxMeetHooda
 
Extension presentation
Extension presentationExtension presentation
Extension presentationalkapant123
 

Similar to The use of data visualization to tell effective (20)

Diagramatic and graphical representation of data Notes on Statistics.ppt
Diagramatic and graphical representation of data Notes on Statistics.pptDiagramatic and graphical representation of data Notes on Statistics.ppt
Diagramatic and graphical representation of data Notes on Statistics.ppt
 
Use-of-ICT-in-presentation.pdf
Use-of-ICT-in-presentation.pdfUse-of-ICT-in-presentation.pdf
Use-of-ICT-in-presentation.pdf
 
Graphs
Graphs  Graphs
Graphs
 
Diowane2003
Diowane2003Diowane2003
Diowane2003
 
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdf
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdfGraphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdf
Graphicalrepresntationofdatausingstatisticaltools2019_210902_105156.pdf
 
Data-Presentation-and-Interpretation-in-Tabular-Graphical.pptx
Data-Presentation-and-Interpretation-in-Tabular-Graphical.pptxData-Presentation-and-Interpretation-in-Tabular-Graphical.pptx
Data-Presentation-and-Interpretation-in-Tabular-Graphical.pptx
 
Unit 2_ Descriptive Analytics for MBA .pptx
Unit 2_ Descriptive Analytics for MBA .pptxUnit 2_ Descriptive Analytics for MBA .pptx
Unit 2_ Descriptive Analytics for MBA .pptx
 
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and AI...
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and  AI...Artificial Intelligence - Data Analysis, Creative & Critical Thinking and  AI...
Artificial Intelligence - Data Analysis, Creative & Critical Thinking and AI...
 
Bigdata
BigdataBigdata
Bigdata
 
Uses of graph
Uses of graphUses of graph
Uses of graph
 
The uses of Tables & graphs
The uses of Tables & graphsThe uses of Tables & graphs
The uses of Tables & graphs
 
DATA PRESENTATION METHODS - 1.pptx
DATA PRESENTATION METHODS - 1.pptxDATA PRESENTATION METHODS - 1.pptx
DATA PRESENTATION METHODS - 1.pptx
 
Top 8 Different Types Of Charts In Statistics And Their Uses
Top 8 Different Types Of Charts In Statistics And Their UsesTop 8 Different Types Of Charts In Statistics And Their Uses
Top 8 Different Types Of Charts In Statistics And Their Uses
 
Use of Maps and Charts in Research
Use of Maps and Charts in ResearchUse of Maps and Charts in Research
Use of Maps and Charts in Research
 
Numerical & graphical presentation of data
Numerical & graphical presentation of dataNumerical & graphical presentation of data
Numerical & graphical presentation of data
 
Business Analytics 1 Module 3.pdf
Business Analytics 1 Module 3.pdfBusiness Analytics 1 Module 3.pdf
Business Analytics 1 Module 3.pdf
 
Statistics Class 10 CBSE
Statistics Class 10 CBSE Statistics Class 10 CBSE
Statistics Class 10 CBSE
 
Bba 2001
Bba 2001Bba 2001
Bba 2001
 
DATA-PROCESSING.pptx
DATA-PROCESSING.pptxDATA-PROCESSING.pptx
DATA-PROCESSING.pptx
 
Extension presentation
Extension presentationExtension presentation
Extension presentation
 

More from gentlemoro

The role of fdi in india agriculture slide share
The role of fdi in india agriculture   slide shareThe role of fdi in india agriculture   slide share
The role of fdi in india agriculture slide sharegentlemoro
 
Questionnaire and schedules design
Questionnaire and schedules designQuestionnaire and schedules design
Questionnaire and schedules designgentlemoro
 
National income
National incomeNational income
National incomegentlemoro
 
FISCAL AND MONETARY POLICIES (GHANA AND INDIA )
FISCAL AND MONETARY POLICIES (GHANA AND INDIA )FISCAL AND MONETARY POLICIES (GHANA AND INDIA )
FISCAL AND MONETARY POLICIES (GHANA AND INDIA )gentlemoro
 
Important marketing Functions
Important marketing FunctionsImportant marketing Functions
Important marketing Functionsgentlemoro
 
Gender issues in entrepneur development
Gender issues in entrepneur developmentGender issues in entrepneur development
Gender issues in entrepneur developmentgentlemoro
 
Batsau peace conference: Elections and Violence
Batsau peace conference: Elections and ViolenceBatsau peace conference: Elections and Violence
Batsau peace conference: Elections and Violencegentlemoro
 

More from gentlemoro (8)

The role of fdi in india agriculture slide share
The role of fdi in india agriculture   slide shareThe role of fdi in india agriculture   slide share
The role of fdi in india agriculture slide share
 
Questionnaire and schedules design
Questionnaire and schedules designQuestionnaire and schedules design
Questionnaire and schedules design
 
National income
National incomeNational income
National income
 
FISCAL AND MONETARY POLICIES (GHANA AND INDIA )
FISCAL AND MONETARY POLICIES (GHANA AND INDIA )FISCAL AND MONETARY POLICIES (GHANA AND INDIA )
FISCAL AND MONETARY POLICIES (GHANA AND INDIA )
 
Important marketing Functions
Important marketing FunctionsImportant marketing Functions
Important marketing Functions
 
Coordination
CoordinationCoordination
Coordination
 
Gender issues in entrepneur development
Gender issues in entrepneur developmentGender issues in entrepneur development
Gender issues in entrepneur development
 
Batsau peace conference: Elections and Violence
Batsau peace conference: Elections and ViolenceBatsau peace conference: Elections and Violence
Batsau peace conference: Elections and Violence
 

Recently uploaded

Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsVICTOR MAESTRE RAMIREZ
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Jack DiGiovanna
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxUnduhUnggah1
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...Boston Institute of Analytics
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queensdataanalyticsqueen03
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfJohn Sterrett
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort servicejennyeacort
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home ServiceSapana Sha
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 217djon017
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 

Recently uploaded (20)

Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
Building on a FAIRly Strong Foundation to Connect Academic Research to Transl...
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
Deep Generative Learning for All - The Gen AI Hype (Spring 2024)
 
MK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docxMK KOMUNIKASI DATA (TI)komdat komdat.docx
MK KOMUNIKASI DATA (TI)komdat komdat.docx
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
NLP Data Science Project Presentation:Predicting Heart Disease with NLP Data ...
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
Top 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In QueensTop 5 Best Data Analytics Courses In Queens
Top 5 Best Data Analytics Courses In Queens
 
DBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdfDBA Basics: Getting Started with Performance Tuning.pdf
DBA Basics: Getting Started with Performance Tuning.pdf
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
原版1:1定制南十字星大学毕业证(SCU毕业证)#文凭成绩单#真实留信学历认证永久存档
 
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
9711147426✨Call In girls Gurgaon Sector 31. SCO 25 escort service
 
9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service9654467111 Call Girls In Munirka Hotel And Home Service
9654467111 Call Girls In Munirka Hotel And Home Service
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
毕业文凭制作#回国入职#diploma#degree澳洲中央昆士兰大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2Easter Eggs From Star Wars and in cars 1 and 2
Easter Eggs From Star Wars and in cars 1 and 2
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 

The use of data visualization to tell effective

  • 1. The use of Data visualization to tell effective stories By: Moro Seidu (2018) Email: gentlemoro@iwatchafrica.org
  • 2.
  • 3. Outline of Presentation  PART ONE: THEORY  Data Presentation & Visualization  Data  Forms of Data Presentation & Visualization  Text form;  tabular form;  graphical form.  Summary  PART TWO: PRACTICAL  Text Mining  Sentimental Analysis  Wordcloud Analysis
  • 4. Data  Data usually represents unprocessed numbers, text, pictures or statements  Data are usually collected in a raw format and thus the inherent information is difficult to understand  Therefore, raw data need to be summarized, processed, and analysed.  Data set needs to be presented in a certain way depending on what it is used for.
  • 5. Data…  Planning how the data will be presented is essential before appropriately processing raw data.  However, no matter how well the information derived from the raw data is manipulated, it should be presented in an effective format, otherwise, it would be a great loss for both authors and readers.  These days, data are often summarized, organized, and analysed with statistical packages or graphics software.  Data must be prepared in such a way that they are properly recognized by the program being used.
  • 6. Data…  This presentation does not discuss data preparation process, which involves creating a data frame, creating/changing rows and columns, changing the level of a factor, categorical variable, coding, dummy variables, variable transformation, data transformation, missing value, outlier treatment, and noise removal.
  • 7. Data Presentation/Visualisation  Methods of presentation must be determined according to the  data format,  the method of analysis to be used, and  the information to be emphasized.  Even when the same information is being conveyed, different methods of presentation must be employed depending on what specific information is going to be emphasized.
  • 8. Data Presentation/Visualisation…  A method of presentation must be chosen after carefully weighing the advantages and disadvantages of different methods of presentation.  This conference shall focus on three different methods of presentation: Text form tabular form graphical form  One thing to always bear in mind regardless of what method is used, however, is the simplicity of presentation.
  • 9. Text presentation  Text is the main method of conveying information as it is used to explain results and trends, and provide contextual information.  Data are fundamentally presented in paragraphs or sentences.  Text can be used to provide interpretation or emphasize certain data.  If quantitative information to be conveyed consists of one or two numbers, it is more appropriate to use text (written language) than tables or graphs.
  • 10. Text presentation…  For instance, information about the occurrence of accident in 2016–2017 can be presented with the use of a few numbers:  “The occurrence of accident was 11% in 2016 and 15% in 2017; no significant difference of occurrence was found between the two years.”  If this information were to be presented in a graph or a table, it would occupy an unnecessarily large space on the page, without enhancing the readers' understanding of the data.
  • 11. Text presentation…  If more data are to be presented, or other information such as that regarding data trends are to be conveyed, a table or a graph would be more appropriate.  By nature, data take longer to read when presented as texts and when the main text includes a long list of information, readers and reviewers may have difficulties in understanding the information.
  • 12. Table presentation  Tables are the most appropriate for presenting individual information, and can present both quantitative and qualitative information. Advantages of using tables  Tables can accurately present information that cannot be presented with a graph. A number such as “132.145852” can be accurately expressed in a table.  Information with different units can be presented together on a table. For instance, atmospheric temperature, speed of a vehicle, number of drivers, travelling distance and time of travel can be presented together in one table.  tables are useful for summarizing and comparing quantitative information of different variables.
  • 13. Table presentation… Disadvantages of using tables  the interpretation of information takes longer in tables than in graphs,  tables are not appropriate for studying data trends.  since all data are of equal importance in a table, it is not easy to identify and selectively choose the information required.
  • 14. Table presentation…  Heat maps help to improve visualization of information on tables.  Heat maps help to further visualize the information presented in a table by applying colours to the background of cells.  By adjusting the colours or colour saturation, information is conveyed in a more visible manner, and readers can quickly identify the information of interest.  Software such as Excel (in Microsoft Office) have features that enable easy creation of heat maps through the options available on the “conditional formatting” menu.
  • 15. Graph presentation  Whereas tables can be used for presenting all the information, graphs simplify complex information by using images and emphasizing data patterns or trends, and are useful for summarizing, explaining, or exploring quantitative data.  While graphs are effective for presenting large amounts of data, they can be used in place of tables to present small sets of data.  A graph format that best presents information must be chosen so that readers and reviewers can easily understand the information.
  • 16. Graph presentation… Frequently used graph formats: Scatter plot Bar graph and histogram Pie chart Line plot Box and whisker chart
  • 17. Scatter plot  Scatter plots present data on the x- and y-axes and are used to investigate an association (correlation) between two variables.  A point represents each individual or object, and an association between two variables can be studied by analysing patterns across multiple points.  A regression line is added to a graph to determine whether the association between two variables can be explained or not.  If multiple points exist at an identical location, the correlation level may not be clear.  In this case, a correlation coefficient or regression line can be added to further elucidate the correlation.
  • 18. Bar graph and histogram  A bar graph is used to indicate and compare values in a discrete category or group, and the frequency or other measurement parameters (i.e. mean).  Depending on the number of categories, and the size or complexity of each category, bars may be created vertically or horizontally.  The height (or length) of a bar represents the amount of information in a category.  Bar graphs are flexible, and can be used in a grouped or subdivided bar format in cases of two or more data sets in each category.
  • 19. Bar graph and histogram…  By comparing the endpoints of bars, one can identify the largest and the smallest categories, and understand gradual differences between each category.  One form of vertical bar graph is the stacked vertical bar graph. A stack vertical bar graph is used to compare the sum of each category, and analyse parts of a category.
  • 20. Pie chart  A pie chart, which is used to represent nominal data (in other words, data classified in different categories), visually represents a distribution of categories.  It is generally the most appropriate format for representing information grouped into a small number of categories.  It is also used for data that have no other way of being represented aside from a table (i.e. frequency table).
  • 21. Line plot  A line plot is useful for representing time-series data such as monthly electricity bills and yearly unemployment rates; in other words, it is used to study variables that are observed over time.  Line graphs are especially useful for studying patterns and trends across data that include climatic influence, large changes or turning points, and  are also appropriate for representing not only time-series data, but also data measured over the progression of a continuous variable such as distance.  It is also useful to represent multiple data sets on a single line graph to compare and analyse patterns across different data sets.
  • 22. Box and whisker chart  A box and whisker chart does not make any assumptions about the underlying statistical distribution, and represents variations in samples of a population; therefore, it is appropriate for representing nonparametric data.  A box and whisker chart consists of boxes that represent interquartile range (one to three), the median and the mean of the data, and whiskers presented as lines outside of the boxes.  Whiskers can be used to present the largest and smallest values in a set of data or only a part of the data.  The spacing at both ends of the box indicates dispersion in the data. The relative location of the median demonstrated within the box indicates skewness
  • 23. Summary  Text, tables, and graphs are effective communication media that present and convey data and information.  They aid readers in understanding the content of research, sustain their interest, and effectively present large quantities of complex information.  As readers will scan through these presentations before reading the entire text, their importance cannot be disregarded.  For this reason, authors or publishers must pay as close attention to selecting appropriate methods of data presentation as when they were collecting data of good quality and analysing them.  Understanding of different methods of data presentation and their appropriate use will enable one to develop the ability to recognize and interpret inappropriately presented data or data presented in such a way that it deceives readers' eyes
  • 24. PART II ( PRACTICALS) Materials:  R, RStudio,  Library (tm, tidytext, janeaustenr, wordcloud, dplyr, stringr, gplot, SnowballC), Exercise  Text mining  Sentimental Analysis  Wordcloud analysis