+ All Categories
Home > Data & Analytics > Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

Date post: 10-Feb-2017
Category:
Upload: continuum-analytics
View: 2,639 times
Download: 1 times
Share this document with a friend
24
© 2017 Continuum Analytics - Confidential & Proprietary © 2017 Continuum Analytics - Confidential & Proprietary Superpower the New Year with Interactive Dashboards Peter Wang CTO & Co-Founder Continuum Analytics @pwang @BokehPlots @ContinuumIO
Transcript
Page 1: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary© 2017 Continuum Analytics - Confidential & Proprietary

Superpower the New Year with Interactive DashboardsPeter WangCTO & Co-FounderContinuum Analytics

@pwang@BokehPlots@ContinuumIO

Page 2: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 2

• Accelerate Time-to-Value

• Connect Data, Analytics & Compute

• Empower Data Science Teams

The leading Open Data Science platform powered by Python, the fastest growing data science language

Page 3: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 3

INTERACTIVE DASHBOARD faster through managed agile experimentation

CONNECT to streaming data sources for realtime insight

COLLABORATE and share with your data science team

PUBLISH interactive results to the business

ACCELERATETime-to-Value

CONNECTData, Analytics & Compute

EMPOWERData Science Teams

Page 4: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 4

Open Data Science PlatformACCELERATE. CONNECT. EMPOWER

Page 5: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 5

• Interactive visualization•Novel graphics•Streaming, dynamic, large data•For the browser, with or without a server

•No need to write Javascript

BOKEH

http://bokeh.pydata.org/

Page 6: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 6

R & Scala Support

Additional Major Features

Extensible in JS and Python

Some Compatibility with Matplotlib and Seaborn

Page 7: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 7

•> 100k downloads per month (conda + pip)

•Almost 5000 Github stars, 1200 forks

•700 members on mailing list, ~250 posts/month

Community Metrics

Page 8: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 8

Page 10: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 10

Steps:• Download data and load it• Build basic plot• Add and wire-up drop-down selectors• Add additional inspectors• Add data table• Theme & style the page

Dashboard #1: Stock Correlation Explorer

Page 11: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 11

Web Application Architecture

Page 12: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 12

Bokeh Server/App Architecture

Page 13: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 13

• Data generation• Build streaming chart• Add additional metrics and a

second, linked plot

Dashboard #2: Streaming Stock Price Viewer

Page 14: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 14

• Build a map plot• Wire up a slider• Style the plot

Dashboard #3: Using Google Maps

Page 15: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 15

Need a Google Map API Key

https://developers.google.com/maps/documentation/javascript/get-api-key

• Very easy to do! Unfortunately, broke a lot of older examples…

• In the example code, I’ve removed references to my key and replaced with an environment variable

Page 16: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 1616

It All Starts Here

Page 17: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary© 2016 Continuum Analytics - Confidential & Proprietary

Anaconda Gives Superpowers To People Who Change The World

Page 18: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

18

We help people discover, analyze and collaborate by connecting their curiosity and experience with any data

Our Mission

Page 19: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 19

Open Data ScienceVibrant and Growing Community

Python Community

30M+Packages in Anaconda

720+

R Community

16M+Spark Python Usage

60%+

ANACONDADownloads

3M+

Page 20: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 20

Open Data ScienceVibrant and Growing Community

Python Community

30M+Packages in Anaconda

720+

R Community

16M+Spark Python Usage

60%+

ANACONDADownloads

12M+

Page 21: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 21

Join us for the inaugural AnacondaCONDiscover What #OpenDataScienceMeans

http://anacondacon17.io

Speakers from industry, government, and academia

Demos, Birds-of-a-Feather Sessions, Panels, Exhibits, Partner Showcase

Page 22: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 2222

• Test drive Anaconda Enterprise for a limited time

know.continuum.io/Anaconda-Enterprise-Test-Drive.html

• Save $300 on AnacondaCON ticket! Connect with thought leaders and

discover what #OpenDataScienceMeans. Register by 12/31 to get Early Bird price.

anacondacon17.io

• Learn Data Visualization with courses from DataCamp powered by Anaconda

www.datacamp.com/learn-python-with-anaconda

Next Steps

Page 23: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary 2323

Questions?

Page 24: Supercharge Your Data Science Team: 3 Interactive Dashboards You Can Build Before The New Year

© 2017 Continuum Analytics - Confidential & Proprietary© 2017 Continuum Analytics - Confidential & Proprietary

Continuum AnalyticsWe empower data science teamsto make the world a better placeWe Empower Data Science Teams to Make the World Better221 W. 6th StreetSuite #1550Austin, TX 78701+1 512.222.5400


Recommended