Stunning Tables using bokeh and svg

By Medium - 2021-03-16

Description

Have you ever worked on complex data and miserably failed in concise visualization? Certianly one of the biggest challenge I’m experiencing day to day and also see many of my colleagues struggling…

Summary

  • Clear and Concise Data Presentation Have you ever worked on complex data and miserably failed in concise visualization?
  • In this post I want to give you a short and simple example in how to combine tabular data with preview visualizations using the Bokeh DataTable widget and its built-in HTMLTemplateFormatter.
  • A simple bokeh table without any formatting You may realize that it is rather hard to identify result patterns even with three results only.
  • Here how this an be achieved.

 

Topics

  1. Backend (0.32)
  2. Database (0.15)
  3. Frontend (0.15)

Similar Articles

15 Essential Steps To Build Reliable Data Pipelines

By Medium - 2020-12-01

If I learned anything from working as a data engineer, it is that practically any data pipeline fails at some point. Broken connection, broken dependencies, data arriving too late, or some external…

Creating beautiful maps with Python

By Medium - 2021-01-31

I always liked city maps and a few weeks ago I decided to build my own artistic versions of it. After googling a little bit I discovered this incredible tutorial written by Frank Ceballos. It is a…