business intelligence barista: what dataviz tool to use, and when?

44
Datavis Barista: How to choose what dataviz tool, and when Jen Stirrup Founder, Data Relish Level: Intermediate

Upload: jen-stirrup

Post on 11-Feb-2017

388 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Business Intelligence Barista: What DataViz Tool to Use, and When?

Datavis Barista: How to choose what dataviz tool, and when

Jen StirrupFounder, Data Relish

Level: Intermediate

Page 2: Business Intelligence Barista: What DataViz Tool to Use, and When?

Who am I? Jen Stirrup

Page 3: Business Intelligence Barista: What DataViz Tool to Use, and When?

What dataviz tool to choose, and when?• SSRS• Excel• Tableau• Power BI• Datazen• Kibana

3

Page 4: Business Intelligence Barista: What DataViz Tool to Use, and When?

What makes a good Visualisation?

• Effective• Accurate• Efficient• Aesthetics• Adaptable

Page 5: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 6: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 7: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 8: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 9: Business Intelligence Barista: What DataViz Tool to Use, and When?

https://www.quora.com/What-are-the-worst-infographics-youve-ever-seen

Page 10: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 11: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 12: Business Intelligence Barista: What DataViz Tool to Use, and When?

http://www.designyourway.net/blog/inspiration/when-infographics-go-bad-or-how-not-to-design-data-visualization/

Page 13: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 14: Business Intelligence Barista: What DataViz Tool to Use, and When?

What makes a good Visualisation?

• Effective• Accurate• Efficient• Aesthetics• Adaptable

Page 15: Business Intelligence Barista: What DataViz Tool to Use, and When?

Excel, Datazen, SSRS, Power BI

Page 16: Business Intelligence Barista: What DataViz Tool to Use, and When?

SQL Server 2016

Page 17: Business Intelligence Barista: What DataViz Tool to Use, and When?

SQL Server 2016

Page 18: Business Intelligence Barista: What DataViz Tool to Use, and When?

SQL Server 2016

Page 19: Business Intelligence Barista: What DataViz Tool to Use, and When?

Datazen

Page 20: Business Intelligence Barista: What DataViz Tool to Use, and When?

Treemaps in Power BI

Page 21: Business Intelligence Barista: What DataViz Tool to Use, and When?

Waterfall Charts in Power BI

Page 22: Business Intelligence Barista: What DataViz Tool to Use, and When?

Example in Power BI, SSRS• Demo

Page 23: Business Intelligence Barista: What DataViz Tool to Use, and When?

Why R?• most widely used data analysis software - used by 2M + data scientist,

statisticians and analysts• Most powerful statistical programming language• flexible, extensible and comprehensive for productivity• Create beautiful and unique data visualisations - as seen in New York Times,

Twitter and Flowing Data• Thriving open-source community - leading edge of analytics research• Fills the talent gap - new graduates prefer R.

Page 24: Business Intelligence Barista: What DataViz Tool to Use, and When?

Growth in Demand• Rexer Data Mining survey, 2007 - 2013

• R is the highest paid IT skill Dice.com, Jan 2014

• R most used-data science language after SQL - O'Reilly, Jan 2014

• R is used by 70% of data miners. Rexer, Sept 2013

Page 25: Business Intelligence Barista: What DataViz Tool to Use, and When?

Growth in Demand• R is #15 of all programming languages. REdMonk, Jan

2014

• R growing faster than any other data science language. KDNuggs.

• R is in-memory and limited in the size of data that you can process.

Page 26: Business Intelligence Barista: What DataViz Tool to Use, and When?

What do I need to install?• Install R – www.r-project.org• Install Rstudio – www.rstudio.com

• Handy Shortcuts • Tab – autocomplete of available functions• Control and Up Arrow – History• Control and enter – executes the line of code

Page 27: Business Intelligence Barista: What DataViz Tool to Use, and When?

What tools do we have in R?• 80% of your time will be spent preparing and wrangling data• The remainder of your time will be spent complaining about it.

• dplyr: the essential data manipulation toolset• In data wrangling, what are the main tasks? • – Filtering rows

– Selecting columns of data– Adding new variables– Sorting– Aggregating

Page 28: Business Intelligence Barista: What DataViz Tool to Use, and When?

Example in R• Demo

Page 29: Business Intelligence Barista: What DataViz Tool to Use, and When?

The Big Data problem• Reaction Time• Enrichment• Insights• Optimize for query, not for storage.

Page 30: Business Intelligence Barista: What DataViz Tool to Use, and When?

Can you check the errors between 12.02 and 12.04 yesterday?

Page 31: Business Intelligence Barista: What DataViz Tool to Use, and When?

Can you check the errors between 12.02 and 12.04 last Friday?

…. Are you kidding me?

Page 32: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 33: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 34: Business Intelligence Barista: What DataViz Tool to Use, and When?

What is Kibana?

Page 35: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 36: Business Intelligence Barista: What DataViz Tool to Use, and When?

Kibana• It is highly customizable dashboarding• It is constituted of panels:

– Time picker / Query / Filtering– Charts / Table / Text

Page 37: Business Intelligence Barista: What DataViz Tool to Use, and When?

Flexible analytics and visualization platformReal-time summary and charting of streaming dataIntuitive interface for a variety of usersInstant sharing and embedding of dashboards

Page 38: Business Intelligence Barista: What DataViz Tool to Use, and When?

To better understand large volumes of data..

• easily create bar charts• line and scatter plots• Histograms• pie charts• maps.

Page 39: Business Intelligence Barista: What DataViz Tool to Use, and When?

To better understand large volumes of data..

• easily create bar charts• line and scatter plots• Histograms• pie charts• maps.

Page 40: Business Intelligence Barista: What DataViz Tool to Use, and When?

Kibana DataViz Types

Page 41: Business Intelligence Barista: What DataViz Tool to Use, and When?

Default Chart TypesChart Type Basis Values Types PurposeHistogram Timestamp based Count, Mean, Total Barlines, stacks,

percentagesQueries

Table Paging Fields list Highlighting, sorting

Fine grained analysis

Pie Charts Terms Missing terms, other

Doughnut, legends, tables

Proportion

Page 42: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 43: Business Intelligence Barista: What DataViz Tool to Use, and When?
Page 44: Business Intelligence Barista: What DataViz Tool to Use, and When?

Summary• SSRS• Excel• Tableau• Power BI• Datazen• Kibana

44