Skip main navigation

What is Bokeh?

Watch the video to learn more about what Bokeh is, when it’s used and why it is used. When to use Bokeh? More often than not these days, your visualisations …

Next steps

Data communication and visualisation in Tableau Today one of the fastest evolving business intelligence (BI) and data visualisation tools is Tableau. The rising demand for big data and growing public …

Data ethics

Ethical consideration is a key area of data analytics. As we move from human-intuited decision-making to data-driven, machine-oriented decision-making, the role of ethics expands and evolves rather than disappears. We …

Communicating findings

Static visualisation After conducting analysis and plotting various plots for comparisons, the next step would be to effectively communicate your results. The next Jupyter Notebook picks up with generating the …

Demonstrating data modelling

We’ll take a look at a demonstration of the process now. As with our previous demonstration examples, much of this demonstration will be interactive using Jupyter Notebook. Before we move …

Linking plots together

Plots can be linked together to provide a wholesome experience. In cases where we have to compare plots, we can show multiple plots together in rows or columns to make …

Advanced layouts

Now that we know how to create a layout using a different combination of rows and columns, let’s move on to understanding how to interact with the plot. Let’s explore …

Introduction to layouts

Download your Notebook Before you start this activity, download your accompanying Jupyter Notebook containing explanations and codes in cells that you can run to receive outputs. The Notebook contains only …

Data formats

As mentioned previously, Bokeh can plot different formats of data by extracting the data out from Pandas DataFrames, dictionaries, or by using its very own ColumnDataSource class. In most cases, …

Plotting with glyphs

How do I plot with glyphs? We’ve seen how to plot a single square glyph: by passing in a scalar x and y argument. Most glyph functions can also accept …

Introduction to glyphs

Download your Jupyter Notebook Before moving on, download your accompanying Jupyter Notebook containing explanations and codes in cells that you can run to receive outputs. The Notebook contains only the …

Plan the data analytics phases

Watch this video here to revisit and explore the phases of data analytics. The phases explained in the video will be more like a refresher for you if you already …

Repsonsible storytelling

Without some element of storytelling, data analysts wouldn’t be able to effectively communicate the findings of their analysis to broader teams, leadership, and stakeholders. Communication to industry, community, and government …

Repsonsible storytelling

Without some element of storytelling, data analysts wouldn’t be able to effectively communicate the findings of their analysis to broader teams, leadership, and stakeholders. Communication to industry, community, and government …

What are data ethics?

The ethical consideration of data Ethical consideration is a key area of data analytics. As we move from human-intuited decision-making to data-driven, machine-oriented decision-making, the role of ethics expands and …