welcome [web-assets.domo.com] › blog › wp-content › ...jupytell j welcome to jupyter welcome...

25

Upload: others

Post on 30-Jan-2021

3 views

Category:

Documents


0 download

TRANSCRIPT

  • WELCOME

  • GETTING STARTED ANALYZING DATA WITH JUPYTER

    YOUR DATA + DOMO + JUPYTER

    Miles Pomeroy

    3

  • GETTING STARTEDANALYZING DATA WITH JUPYTER

    Miles PomeroySr Software Engineer

    Domo

    4

  • OBJECTIVES• Introduce Jupyter Notebooks• Demonstrate how to use Jupyter from within Domo

    • Review some basic Python code• Show examples of data manipulation, analysis, and plotting

    • Case studies of using data analysis to solve business problems• Roadmap of Jupyter in Domo

    5

  • What is Jupyter?

  • WHAT IS ?

    7

  • WORKFLOW• Similar to a REPL (Read, Evaluate, Print, Loop)• Write logically grouped code in cells• Run code, editing in-place and running again as needed• Display and explore intermediate results with tables and plots

    8

  • Demo Jupyter in Domo

  • WORKSPACES

    10

  • NOTEBOOK

    11

  • ADD NEW WORKSPACE

    12

  • LAUNCHER

    13

  • SIMPLE EXAMPLE

    14

  • LOAD DOMO DATASET

    15

  • Case Study

  • POPULAR COLUMNS BY CONNECTOR

    ObjectiveImprove column selection for card creation

    ApproachExplore columns currently used to build commonly viewed cards to find the most popular columns for each connector report

    17

  • CLEANSE DATA

    18

  • MANIPULATE DATA

    19

  • FIND INSIGHTS

    20

  • Exploratory Analysis Example

  • HOUSING PRICES

    22

  • Roadmap

  • ROADMAP• Share Workspaces from within Domo• Export plot as a card• Run on data updates/schedule

    • MagicETL tile

    24

  • THANK YOU