Data Visualization: More Specialized Visualizations in Bokeh

Bokeh 2.2.3    |    Intermediate
  • 9 videos | 1h 7m 24s
  • Includes Assessment
  • Earns a Badge
Rating 4.3 of 11 users Rating 4.3 of 11 users (11)
Bokeh facilitates the creation of high-performance charts allowing users to build impactful web-based dashboards and applications. In this course, you'll investigate how to visualize your data using complex charts in Bokeh. First, you'll identify how to visualize relationships that exist in your data using scatter plots, discover the function of jitter in viewing individual data points, and configure scatter plots where both axes represent continuous values. Next, you'll outline how to represent relationships between pairs of variables using heatmaps. You'll then recognize the use of line and area charts to visualize time-series data. Finally, you'll explore how to visualize data structures in the form of nodes and edges using network graphs. When you have completed this course, you'll possess the skills and knowledge to build simple as well as complex interactive visualizations using Bokeh.

WHAT YOU WILL LEARN

  • Discover the key concepts covered in this course
    Visualize data using a scatter plot
    Interpret relationships in data using scatter plots
    Recognize how to configure scatter plots
    Use a heatmap to represent relationships between variables
  • Visualize the trend of variables over time using line charts
    Create a multi-line line chart and an area chart
    Identify relationships between entities using a network chart
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 2s
    In this video, you’ll learn more about the course and the instructor. In this course, you’ll see how to use Bokeh to build complex interactive charts. You’ll see how to visualize the relationships that exist in your data using scatter plots. You’ll also see examples of scatter plots where one axis contains categorical data. You’ll learn to make use of Jitter, which will allow you to clearly view individual data points. FREE ACCESS
  • 11m 53s
    In this video, you’ll watch a demo. In this demo, we’ll turn from pie charts to scatter plots. You’ll learn that scatter plots are a great way to explore data, in particular bi-variate data for relationships between two data series. First, you’ll at how scatter plots can be built in Bokeh. Onscreen you’ll see the kinds of visualizations you’ll be building. First, you’ll start with the import statements. FREE ACCESS
  • Locked
    3.  Visualizing Relationships with Bokeh Scatter Plots
    7m 8s
    In this video, you’ll learn about indexing into a palette object within Bokeh in order to extract a tuple of colors. You’ll learn this palette object is called Pastell, and it's defined inside the bokeh.palettes namespace. You’ll examine the color and see that it has five hex codes. These hex codes are currently in a tuple called colors. You’ll assign them to the different types of car bodies as shown onscreen. FREE ACCESS
  • Locked
    4.  Customizing Scatter Plots in Bokeh
    6m 48s
    In this video, you’ll watch a demo that picks up where we left off in the last demo. You’ll learn to build one more scatterplot. This one will have the color of each of the points taken from the fueltype of the corresponding car. You’ll see the color column has been repopulated and the code for this is on screen now. FREE ACCESS
  • Locked
    5.  Visualizing Data Using Bokeh Heatmaps
    10m 8s
    In this video, you’ll watch a demo. In this demo, you’ll learn how to build a Heatmap. You’ll see it onscreen. You’ll see on the y axis, there are different product lines. On the x axis, there are two genders represented in the data set. You’ll see that each of the shaded areas has a color shade, proportional to the total sales for that combination of Gender and Product line. FREE ACCESS
  • Locked
    6.  Creating Line Charts in Bokeh
    6m 44s
    In this video, you’ll watch a demo. In this demo, you’ll build line charts and area charts. You’ll see an example of a line chart onscreen. You’ll see a date on the x-axis. On the y axis you’ll see a continuous data series. You’ll learn a line chart is great for representing time series data, because it helps to quickly identify a trend. FREE ACCESS
  • Locked
    7.  Customizing Line Charts with Area Charts in Bokeh
    7m 51s
    In this video, you’ll watch a demo. In this demo, you’ll add on to what you did in the last demo. You’ll start by adding in additional data series for some of the important oil producing regions in the United States. You’ll see the code for this is on the screen now. This time, you’ll have not one but many different invocations of p.line. FREE ACCESS
  • Locked
    8.  Visualizing Data Using Bokeh Network Charts
    12m 8s
    In this video, you’ll watch a demo. In this demo, you’ll learn how Bokeh can be used to visualize networks. You’ll see a network onscreen, but this network is actually a graph. It's a collection of vertexes and edges which connect those vertexes. You’ll learn how this can be built in Bokeh. Like virtually all Bokeh visualizations, this graph visualization is interactive. FREE ACCESS
  • Locked
    9.  Course Summary
    2m 42s
    In this video, you’ll summarize what you’ve learned in this course. You’ve learned to use scatter charts for detecting relationships between data series. You also learned the use of network graphs to visualize data structures consisting of edges and nodes. In Bokeh, you learned to easily and effectively visualize data with the information about edges and nodes being read into pandas DataFrames from input files. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.7 of 100 users Rating 4.7 of 100 users (100)
Rating 4.4 of 417 users Rating 4.4 of 417 users (417)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 3.8 of 11 users Rating 3.8 of 11 users (11)
Rating 4.3 of 12 users Rating 4.3 of 12 users (12)
Rating 4.3 of 76 users Rating 4.3 of 76 users (76)