SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Introduction to Data Visualization
Introduction to Data Visualization Introduction to Data Visualization
Introduction to Data Visualization
Ana Jofre
 

Was ist angesagt? (20)

Data Preprocessing
Data PreprocessingData Preprocessing
Data Preprocessing
 
Data Visualization
Data VisualizationData Visualization
Data Visualization
 
Introduction to Data Visualization
Introduction to Data Visualization Introduction to Data Visualization
Introduction to Data Visualization
 
Exploratory data analysis
Exploratory data analysisExploratory data analysis
Exploratory data analysis
 
Data preprocessing
Data preprocessingData preprocessing
Data preprocessing
 
The Growing Importance of Data Cleaning
The Growing Importance of Data CleaningThe Growing Importance of Data Cleaning
The Growing Importance of Data Cleaning
 
Techniques of Data Visualization for Data & Business Analytics
Techniques of Data Visualization for Data & Business AnalyticsTechniques of Data Visualization for Data & Business Analytics
Techniques of Data Visualization for Data & Business Analytics
 
Association Analysis in Data Mining
Association Analysis in Data MiningAssociation Analysis in Data Mining
Association Analysis in Data Mining
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Data Visualization
Data VisualizationData Visualization
Data Visualization
 
Data Visualization.pptx
Data Visualization.pptxData Visualization.pptx
Data Visualization.pptx
 
Data preprocessing in Data Mining
Data preprocessing in Data MiningData preprocessing in Data Mining
Data preprocessing in Data Mining
 
Data visualization introduction
Data visualization introductionData visualization introduction
Data visualization introduction
 
Data visualization
Data visualizationData visualization
Data visualization
 
lec6
lec6lec6
lec6
 
Credit Card Fraud Detection Using Unsupervised Machine Learning Algorithms
Credit Card Fraud Detection Using Unsupervised Machine Learning AlgorithmsCredit Card Fraud Detection Using Unsupervised Machine Learning Algorithms
Credit Card Fraud Detection Using Unsupervised Machine Learning Algorithms
 
Introduction to Data Science and Analytics
Introduction to Data Science and AnalyticsIntroduction to Data Science and Analytics
Introduction to Data Science and Analytics
 
Data Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlationsData Mining: Mining ,associations, and correlations
Data Mining: Mining ,associations, and correlations
 
Data visualization
Data visualizationData visualization
Data visualization
 
5 Data Visualization Pitfalls
5 Data Visualization Pitfalls5 Data Visualization Pitfalls
5 Data Visualization Pitfalls
 

Andere mochten auch

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
 
Examples for leverage points
Examples for leverage pointsExamples for leverage points
Examples for leverage points
Georges Grinstein
 

Andere mochten auch (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
 

Ähnlich wie Introduction to Data Visualization

Blooms Taxonomy Made Easy
Blooms Taxonomy Made EasyBlooms Taxonomy Made Easy
Blooms Taxonomy Made Easy
Laura Davis
 
ldavis-bloomspresentation-110619220714-phpapp02.pdf
ldavis-bloomspresentation-110619220714-phpapp02.pdfldavis-bloomspresentation-110619220714-phpapp02.pdf
ldavis-bloomspresentation-110619220714-phpapp02.pdf
johnechono1
 
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
The Transformation Society
 

Ähnlich wie Introduction to Data Visualization (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
 

Kürzlich hochgeladen

Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
nirzagarg
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
nirzagarg
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
gajnagarg
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
ranjankumarbehera14
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
chadhar227
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
SayantanBiswas37
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
gajnagarg
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
ahmedjiabur940
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 

Kürzlich hochgeladen (20)

Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
Top profile Call Girls In Bihar Sharif [ 7014168258 ] Call Me For Genuine Mod...
 
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Tumkur [ 7014168258 ] Call Me For Genuine Models We...
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
 
Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1Lecture_2_Deep_Learning_Overview-newone1
Lecture_2_Deep_Learning_Overview-newone1
 
Gartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptxGartner's Data Analytics Maturity Model.pptx
Gartner's Data Analytics Maturity Model.pptx
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Statistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbersStatistics notes ,it includes mean to index numbers
Statistics notes ,it includes mean to index numbers
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
SAC 25 Final National, Regional & Local Angel Group Investing Insights 2024 0...
 
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi ArabiaIn Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
In Riyadh ((+919101817206)) Cytotec kit @ Abortion Pills Saudi Arabia
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book nowVadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
Vadodara 💋 Call Girl 7737669865 Call Girls in Vadodara Escort service book now
 
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
Gomti Nagar & best call girls in Lucknow | 9548273370 Independent Escorts & D...
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
 
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...Fun all Day Call Girls in Jaipur   9332606886  High Profile Call Girls You Ca...
Fun all Day Call Girls in Jaipur 9332606886 High Profile Call Girls You Ca...
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
Charbagh + Female Escorts Service in Lucknow | Starting ₹,5K To @25k with A/C...
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
 
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...Top Call Girls in Balaghat  9332606886Call Girls Advance Cash On Delivery Ser...
Top Call Girls in Balaghat 9332606886Call Girls Advance Cash On Delivery Ser...
 

Introduction to Data Visualization