SlideShare a Scribd company logo
1 of 31
Download to read offline
Class 3:
1) Data formatting and manipulation continued….
Last class: dealing with quantitative data, case study: statistical distributions
Today: dealing with qualitative nominal data, case study: text data
Making Word Clouds:
Tagcloud
Word cram
Processing example with and without Word Cram
BREAK
2) Network visualizations: Example with Gephi
BREAK
3) Design considerations:
•  Cognition and Perception
•  Gestalt Principles
•  Bertin’s semiotics and use of metaphors
Another valuable resource to add to the list of useful websites:
http://www.visualcomplexity.com/vc/
For cleaning up data, see:
google refine (https://code.google.com/p/google-refine/ )
DATA
Quantitative
(Numerical)
Qualitative
(Descriptive)
Nominal
Data has no
natural order.
Includes objects,
names, and
concepts.
Examples:
gender, race,
religion, sport
Ordinal
Data can be
arranged in
order or rank
Examples: sizes
(small, medium,
large), attitudes
(strongly
disagree,
disagree,
neutral, agree,
strongly agree),
house number.
Continuous
Data is
measured on a
continuous
scale.
Examples:
Temperature,
length, height
Discrete
Data is
countable, and
exists only in
whole numbers
Examples:
Number of
people taking
this class,
Number of
candy bars
collected on
Halloween.
Word Clouds
Image source:
https://www.washingtonpost.com/news/the-fix/wp/2015/06/16/the-many-many-things-that-are-great-
according-to-donald-trump/
Word Cloud Workshop
Tools:
1) http://tagcrowd.com/ (and many, many others. Wordle, etc)
2) Coding with Processing
a) Using the word cram library (http://wordcram.org/ )
b) Without the word cram library
Visualizing word frequency and order
Image Source:
http://www.openbible.info/blog/2009/03/phrase-net-bible-visualizations/
Network Visualizations
Network Visualizations: Examples
http://sunlight-embed.s3.amazonaws.com/2013/03/immigration_network/index.html#
http://www.nytimes.com/interactive/2014/06/20/sports/worldcup/how-world-cup-players-are-
connected.html?_r=0
http://rack.1.mshcdn.com/media/
ZgkyMDEyLzEyLzA0LzFiL21hc2hhYmxlX2luLmFGRy5qcGcKcAl0aHVtYgkxMjAweDk2MDA-/9a20888d/ebb/
mashable_infographic_interconnected-tech-companies.jpg
https://flowingdata.com/category/visualization/network-visualization/
http://vax.herokuapp.com/tour
https://elms.wordpress.com/2008/03/04/lexical-distance-among-languages-of-europe/
Many more examples here:
Image on previous page from:
Learn how disease spreads:
This is a visualization of lobbying in congress for specific immigration bills
Connections between world cup players
Connections between tech companies
Related: Hierarchical Structures, Trees
Image from: http://software.clearlake.ibm.com/CMVC/4.0/infocenter/htdocs/help/whatis/content/09.gif
Related: Hierarchical Structures, Trees
Image from: https://en.wikipedia.org/wiki/Radial_tree
Download here - http://gephi.github.io/
Network Visualization Tool: Gephi
Get sample data sets here - https://github.com/gephi/gephi/wiki/Datasets
Network Visualization Workshop
Design Considerations
1) Perception and Cognition
•  Perception is fragmented
•  Eyes are constantly scanning and constructing reality
Image from: Ware, Colin. Visual thinking: For design. Morgan Kaufmann, 2010.
Original Study: Daniel J. Simons and Daniel T. Levin. 1998. “Failure to detect changes to people during a
real world interaction.” Psychonomic Bulletin and Review. 5: 644–669.
https://www.youtube.com/embed/FWSxSQsspiQ
Visual thinking is about finding patterns
Bottom-up processes gather information and build patterns.
Top-down processes determine where you look and what you pull out from the patterns
Image from: Ware, Colin. Visual thinking: For design. Morgan Kaufmann, 2010.
Pre-Attentive Processing
•  Bottom-up
•  Fast, automatic
•  Instinctive
•  Efficient
•  Multitasks
•  Top-down
•  Slow, deliberate
•  focused
Attentive Processing
Goal of information design:
•  help humans process information as efficiently as possible.
•  make as much use of pre-attentive processing as possible.
https://www.youtube.com/watch?v=vJG698U2Mvo
Pre-Attentive Processing Example
Find the red circle:
Attentive Processing Example
Find the red circle:
2) Gestalt Principles
•  Figure/Ground
•  Proximity
•  Similarity
•  Symmetry
•  Continuity
•  Closure
Visual information is understood holistically before it is examined separately.
Our brains use Gestalt principles create unity in a composition.
Designers reinforce unity by applying Gestalt principles.
An image composed of units that are unrelated in size style orientation and color
appears chaotic and unresolved.
Figure/Ground
Our perceptual tendency to separate whole figures from their backgrounds
M. C. Escher Sky and Water 1 1938
Proximity (AKA Grouping)
Our perceptual tendency to perceive objects in close proximity as a single unit
Similarity
Our perceptual tendency to conceptually group objects that are similar in
shape, size, color, or texture.
Image Source:
http://graphicdesign.spokanefalls.edu/tutorials/process/gestaltprinciples/gestaltprinc.htm
Image Source:
http://facweb.cs.depaul.edu/sgrais/gestalt_principles.htm
Symmetry
Our perceptual tendency to seek symmetry and connect symmetrical elements
to form a coherent shape.
Continuity
Our perceptual tendency to see lines as continuous even when they are
intersected; and to see two groupings of similar things as one interrupted group.
Closure
Our perceptual tendency to fill in missing parts of an object so it appears whole.
Image Source:
http://facweb.cs.depaul.edu/sgrais/gestalt_principles.htm
Panda image Source:
http://graphicdesign.spokanefalls.edu/tutorials/process/gestaltprinciples/gestaltprinc.htm
3) Jacques Bertin: Semiology of Graphics, 1967
Graphic by: Sheelagh Carpendale
Visual variables for quantitative data (used to represent quantities)
Position
Size
Value
Time
Distance
A word on size: Area vs. Length
Image sources: http://si.wsj.net/public/resources/images/BF-AI151_ALIBAB_G_20140905165108.jpg
http://www.zerohedge.com/sites/default/files/images/user5/imageroot/2013/08/20130826_TSLA.jpg
When making bubble visualizations:
use area to represent quantities, not radius or diameter
The bigger circle has twice the
diameter as the smaller circle,
and four times the area
The bigger circle has twice the
area as the smaller circle.
Visual variables for qualitative data (used to represent a category)
Texture
Colour
Orientation
Shape
A word about Color
Data mapping
•  One dimensional data: easy. Example: Simple bar graph
•  Multi-dimensional data: more tricky
–  Map each data dimension to a different visual variable
–  Chose visual variables that suit data type
–  Avoid interference with pre-attentive perception
–  Map primary data to primary visual feature; secondary to secondary, etc
Multidimensional Data Mapping Example: Gapminder.org

More Related Content

What's hot

Project A Data Modelling Best Practices Part I: How to model data in a data w...
Project A Data Modelling Best Practices Part I: How to model data in a data w...Project A Data Modelling Best Practices Part I: How to model data in a data w...
Project A Data Modelling Best Practices Part I: How to model data in a data w...Martin Loetzsch
 
Introduction to Data Visualization
Introduction to Data Visualization Introduction to Data Visualization
Introduction to Data Visualization Ana Jofre
 
Exploratory data analysis
Exploratory data analysis Exploratory data analysis
Exploratory data analysis Peter Reimann
 
Data visualization
Data visualizationData visualization
Data visualizationSushil kasar
 
Data Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisData Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisEva Durall
 
R and Visualization: A match made in Heaven
R and Visualization: A match made in HeavenR and Visualization: A match made in Heaven
R and Visualization: A match made in HeavenEdureka!
 
5 Data Visualization Pitfalls
5 Data Visualization Pitfalls5 Data Visualization Pitfalls
5 Data Visualization PitfallsData IQ Argentina
 
Data Models In Database Management System
Data Models In Database Management SystemData Models In Database Management System
Data Models In Database Management SystemAmad Ahmad
 
Brief introduction to data visualization
Brief introduction to data visualizationBrief introduction to data visualization
Brief introduction to data visualizationZach Gemignani
 
Bootcamp sql fundamental
Bootcamp sql fundamentalBootcamp sql fundamental
Bootcamp sql fundamentalvarunbhatt23
 
Web mining (structure mining)
Web mining (structure mining)Web mining (structure mining)
Web mining (structure mining)Amir Fahmideh
 

What's hot (20)

3 data visualization
3 data visualization3 data visualization
3 data visualization
 
Introduction to Data Warehousing
Introduction to Data WarehousingIntroduction to Data Warehousing
Introduction to Data Warehousing
 
Project A Data Modelling Best Practices Part I: How to model data in a data w...
Project A Data Modelling Best Practices Part I: How to model data in a data w...Project A Data Modelling Best Practices Part I: How to model data in a data w...
Project A Data Modelling Best Practices Part I: How to model data in a data w...
 
Introduction to Data Visualization
Introduction to Data Visualization Introduction to Data Visualization
Introduction to Data Visualization
 
Data visualization
Data visualizationData visualization
Data visualization
 
Exploratory data analysis
Exploratory data analysis Exploratory data analysis
Exploratory data analysis
 
Data visualization
Data visualizationData visualization
Data visualization
 
7 data management design
7 data management design7 data management design
7 data management design
 
Data Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data AnalysisData Visualization in Exploratory Data Analysis
Data Visualization in Exploratory Data Analysis
 
Data mining
Data miningData mining
Data mining
 
R and Visualization: A match made in Heaven
R and Visualization: A match made in HeavenR and Visualization: A match made in Heaven
R and Visualization: A match made in Heaven
 
Data visualization
Data visualizationData visualization
Data visualization
 
5 Data Visualization Pitfalls
5 Data Visualization Pitfalls5 Data Visualization Pitfalls
5 Data Visualization Pitfalls
 
Data Visualization - A Brief Overview
Data Visualization - A Brief OverviewData Visualization - A Brief Overview
Data Visualization - A Brief Overview
 
Data Visualization.pptx
Data Visualization.pptxData Visualization.pptx
Data Visualization.pptx
 
Data Models In Database Management System
Data Models In Database Management SystemData Models In Database Management System
Data Models In Database Management System
 
Brief introduction to data visualization
Brief introduction to data visualizationBrief introduction to data visualization
Brief introduction to data visualization
 
Bootcamp sql fundamental
Bootcamp sql fundamentalBootcamp sql fundamental
Bootcamp sql fundamental
 
DBMS vs RDBMS
DBMS vs RDBMSDBMS vs RDBMS
DBMS vs RDBMS
 
Web mining (structure mining)
Web mining (structure mining)Web mining (structure mining)
Web mining (structure mining)
 

Viewers also liked

Information Visualization - not just eye candy
Information Visualization - not just eye candyInformation Visualization - not just eye candy
Information Visualization - not just eye candyJan Srutek
 
SLA Nov2009 Public
SLA Nov2009 PublicSLA Nov2009 Public
SLA Nov2009 Publicaspoerri
 
Integration theory short.wmv - copy (2)
Integration theory   short.wmv - copy (2)Integration theory   short.wmv - copy (2)
Integration theory short.wmv - copy (2)Cherie Phillips
 
Visual thinking colin_ware_lectures_2013_14_pre-attentive processing and high...
Visual thinking colin_ware_lectures_2013_14_pre-attentive processing and high...Visual thinking colin_ware_lectures_2013_14_pre-attentive processing and high...
Visual thinking colin_ware_lectures_2013_14_pre-attentive processing and high...Elsa von Licy
 
The Feature-Integration of Attention_Jing
The Feature-Integration of Attention_JingThe Feature-Integration of Attention_Jing
The Feature-Integration of Attention_JingJing Chen
 
Hemispatial neglect2007
Hemispatial neglect2007Hemispatial neglect2007
Hemispatial neglect2007Tris Matthews
 
Examples for leverage points
Examples for leverage pointsExamples for leverage points
Examples for leverage pointsGeorges Grinstein
 
The Role of Pre-Attention in UI Design
The Role of Pre-Attention in UI DesignThe Role of Pre-Attention in UI Design
The Role of Pre-Attention in UI DesignStephen Denning
 
Sensation Part 4
Sensation Part 4Sensation Part 4
Sensation Part 4Sam Georgi
 
Lecture3:Chapter5-Perception..Dr.Anna
Lecture3:Chapter5-Perception..Dr.AnnaLecture3:Chapter5-Perception..Dr.Anna
Lecture3:Chapter5-Perception..Dr.AnnaAHS_student
 

Viewers also liked (11)

Information Visualization - not just eye candy
Information Visualization - not just eye candyInformation Visualization - not just eye candy
Information Visualization - not just eye candy
 
SLA Nov2009 Public
SLA Nov2009 PublicSLA Nov2009 Public
SLA Nov2009 Public
 
Integration theory short.wmv - copy (2)
Integration theory   short.wmv - copy (2)Integration theory   short.wmv - copy (2)
Integration theory short.wmv - copy (2)
 
Visual thinking colin_ware_lectures_2013_14_pre-attentive processing and high...
Visual thinking colin_ware_lectures_2013_14_pre-attentive processing and high...Visual thinking colin_ware_lectures_2013_14_pre-attentive processing and high...
Visual thinking colin_ware_lectures_2013_14_pre-attentive processing and high...
 
The Feature-Integration of Attention_Jing
The Feature-Integration of Attention_JingThe Feature-Integration of Attention_Jing
The Feature-Integration of Attention_Jing
 
Seeing Software
Seeing SoftwareSeeing Software
Seeing Software
 
Hemispatial neglect2007
Hemispatial neglect2007Hemispatial neglect2007
Hemispatial neglect2007
 
Examples for leverage points
Examples for leverage pointsExamples for leverage points
Examples for leverage points
 
The Role of Pre-Attention in UI Design
The Role of Pre-Attention in UI DesignThe Role of Pre-Attention in UI Design
The Role of Pre-Attention in UI Design
 
Sensation Part 4
Sensation Part 4Sensation Part 4
Sensation Part 4
 
Lecture3:Chapter5-Perception..Dr.Anna
Lecture3:Chapter5-Perception..Dr.AnnaLecture3:Chapter5-Perception..Dr.Anna
Lecture3:Chapter5-Perception..Dr.Anna
 

Similar to Class 3: Data Formatting, Word Clouds, Network Visualizations

AoA Presentation.v.6Feb2024.pptx
AoA Presentation.v.6Feb2024.pptxAoA Presentation.v.6Feb2024.pptx
AoA Presentation.v.6Feb2024.pptxklaus110316
 
Blooms Taxonomy Made Easy
Blooms Taxonomy Made EasyBlooms Taxonomy Made Easy
Blooms Taxonomy Made EasyLaura Davis
 
Bubbles sorting - A new method to evaluate the information architecture in Th...
Bubbles sorting - A new method to evaluate the information architecture in Th...Bubbles sorting - A new method to evaluate the information architecture in Th...
Bubbles sorting - A new method to evaluate the information architecture in Th...Lariane Rossanese
 
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
 Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf) Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)PiLNAfrica
 
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)Saide OER Africa
 
Finding, Evaluating, Understanding, and Using Information: Information Litera...
Finding, Evaluating, Understanding, and Using Information: Information Litera...Finding, Evaluating, Understanding, and Using Information: Information Litera...
Finding, Evaluating, Understanding, and Using Information: Information Litera...bdobler2
 
ldavis-bloomspresentation-110619220714-phpapp02.pdf
ldavis-bloomspresentation-110619220714-phpapp02.pdfldavis-bloomspresentation-110619220714-phpapp02.pdf
ldavis-bloomspresentation-110619220714-phpapp02.pdfjohnechono1
 
The Architecture of Understanding
The Architecture of UnderstandingThe Architecture of Understanding
The Architecture of UnderstandingPeter Morville
 
The Architecture of Understanding
The Architecture of UnderstandingThe Architecture of Understanding
The Architecture of UnderstandingPeter Morville
 
Inspiration Architecture: The Future of Libraries
Inspiration Architecture: The Future of LibrariesInspiration Architecture: The Future of Libraries
Inspiration Architecture: The Future of LibrariesPeter Morville
 
The Architecture of Understanding
The Architecture of UnderstandingThe Architecture of Understanding
The Architecture of UnderstandingPeter Morville
 
Create Everywhere: #ISTE2014 Creativity Playground
Create Everywhere: #ISTE2014 Creativity PlaygroundCreate Everywhere: #ISTE2014 Creativity Playground
Create Everywhere: #ISTE2014 Creativity PlaygroundGigi Johnson
 
Alone Together: Patterns of collaboration in free and open source software de...
Alone Together: Patterns of collaboration in free and open source software de...Alone Together: Patterns of collaboration in free and open source software de...
Alone Together: Patterns of collaboration in free and open source software de...James Howison
 
Introduction-to-Knowledge Discovery in Database
Introduction-to-Knowledge Discovery in DatabaseIntroduction-to-Knowledge Discovery in Database
Introduction-to-Knowledge Discovery in DatabaseKartik Kalpande Patil
 
Visualization and Theories of Learning in Education
Visualization and Theories of Learning in EducationVisualization and Theories of Learning in Education
Visualization and Theories of Learning in EducationLiz Dorland
 
Creativity: core skill for inclusive AI-based learning
Creativity: core skill for inclusive AI-based learningCreativity: core skill for inclusive AI-based learning
Creativity: core skill for inclusive AI-based learningThe Transformation Society
 

Similar to Class 3: Data Formatting, Word Clouds, Network Visualizations (20)

Class 5
Class 5Class 5
Class 5
 
AoA Presentation.v.6Feb2024.pptx
AoA Presentation.v.6Feb2024.pptxAoA Presentation.v.6Feb2024.pptx
AoA Presentation.v.6Feb2024.pptx
 
Blooms Taxonomy Made Easy
Blooms Taxonomy Made EasyBlooms Taxonomy Made Easy
Blooms Taxonomy Made Easy
 
Get smart!short
Get smart!shortGet smart!short
Get smart!short
 
Bubbles sorting - A new method to evaluate the information architecture in Th...
Bubbles sorting - A new method to evaluate the information architecture in Th...Bubbles sorting - A new method to evaluate the information architecture in Th...
Bubbles sorting - A new method to evaluate the information architecture in Th...
 
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
 Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf) Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
 
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
Ace Maths: Solutions Unit Two - Developing Understanding in Mathematics (pdf)
 
Finding, Evaluating, Understanding, and Using Information: Information Litera...
Finding, Evaluating, Understanding, and Using Information: Information Litera...Finding, Evaluating, Understanding, and Using Information: Information Litera...
Finding, Evaluating, Understanding, and Using Information: Information Litera...
 
ldavis-bloomspresentation-110619220714-phpapp02.pdf
ldavis-bloomspresentation-110619220714-phpapp02.pdfldavis-bloomspresentation-110619220714-phpapp02.pdf
ldavis-bloomspresentation-110619220714-phpapp02.pdf
 
The Architecture of Understanding
The Architecture of UnderstandingThe Architecture of Understanding
The Architecture of Understanding
 
The Architecture of Understanding
The Architecture of UnderstandingThe Architecture of Understanding
The Architecture of Understanding
 
Inspiration Architecture: The Future of Libraries
Inspiration Architecture: The Future of LibrariesInspiration Architecture: The Future of Libraries
Inspiration Architecture: The Future of Libraries
 
A brave new world: student surveillance in higher education
A brave new world: student surveillance in higher educationA brave new world: student surveillance in higher education
A brave new world: student surveillance in higher education
 
The Architecture of Understanding
The Architecture of UnderstandingThe Architecture of Understanding
The Architecture of Understanding
 
Create Everywhere: #ISTE2014 Creativity Playground
Create Everywhere: #ISTE2014 Creativity PlaygroundCreate Everywhere: #ISTE2014 Creativity Playground
Create Everywhere: #ISTE2014 Creativity Playground
 
Alone Together: Patterns of collaboration in free and open source software de...
Alone Together: Patterns of collaboration in free and open source software de...Alone Together: Patterns of collaboration in free and open source software de...
Alone Together: Patterns of collaboration in free and open source software de...
 
Introduction-to-Knowledge Discovery in Database
Introduction-to-Knowledge Discovery in DatabaseIntroduction-to-Knowledge Discovery in Database
Introduction-to-Knowledge Discovery in Database
 
Visualization and Theories of Learning in Education
Visualization and Theories of Learning in EducationVisualization and Theories of Learning in Education
Visualization and Theories of Learning in Education
 
Trends
TrendsTrends
Trends
 
Creativity: core skill for inclusive AI-based learning
Creativity: core skill for inclusive AI-based learningCreativity: core skill for inclusive AI-based learning
Creativity: core skill for inclusive AI-based learning
 

Recently uploaded

Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesConf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesTimothy Spann
 
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
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
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
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Colleen Farrelly
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectBoston Institute of Analytics
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxMike Bennett
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanMYRABACSAFRA2
 
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
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...ssuserf63bd7
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一F sss
 
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
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max PrincetonTimothy Spann
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
IMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxIMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxdolaknnilon
 
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
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 

Recently uploaded (20)

Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming PipelinesConf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
Conf42-LLM_Adding Generative AI to Real-Time Streaming Pipelines
 
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
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
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
 
Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024Generative AI for Social Good at Open Data Science East 2024
Generative AI for Social Good at Open Data Science East 2024
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis Project
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 
Semantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptxSemantic Shed - Squashing and Squeezing.pptx
Semantic Shed - Squashing and Squeezing.pptx
 
Identifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population MeanIdentifying Appropriate Test Statistics Involving Population Mean
Identifying Appropriate Test Statistics Involving Population Mean
 
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
 
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
Statistics, Data Analysis, and Decision Modeling, 5th edition by James R. Eva...
 
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
办理学位证中佛罗里达大学毕业证,UCF成绩单原版一比一
 
Advanced Machine Learning for Business Professionals
Advanced Machine Learning for Business ProfessionalsAdvanced Machine Learning for Business Professionals
Advanced Machine Learning for Business Professionals
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
Real-Time AI Streaming - AI Max Princeton
Real-Time AI  Streaming - AI Max PrincetonReal-Time AI  Streaming - AI Max Princeton
Real-Time AI Streaming - AI Max Princeton
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
IMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptxIMA MSN - Medical Students Network (2).pptx
IMA MSN - Medical Students Network (2).pptx
 
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 ...
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 

Class 3: Data Formatting, Word Clouds, Network Visualizations