New Course: Visualization of Time Series Data

New Course: Visualization of Time Series Data

by Ad Min -
Number of replies: 0

A new course in the data science category offers a deep-dive into the structure of visualizations, in particular visualizations of timeseries data.

The course is now live here at the Academy

 

 
Pre-requisites and target audience

Knowledge of basic visualization techniques and mathematical notation of functions and maps. Familiarity with data series and their usage in data science. Should be useful for people who need to work with visualizations e.g., in the context of exploratory data analysis and who want to deepen their intuition about how visualizations are put together.

All visualizations are produced using open source Python or Javascript libraries but this is not a course about programming visualizations!

 

Summary of the Course

What we aim to achieve in this course is to deconstruct how both typical and less common visualizations of timeseries work.

In the first instance we decompose the visualization process into:

  • A mathematical transformation, which (optionally) may operate on the raw data and produce new representations thereof
  • A visual transformation, which converts quantitative data into a visual space

We apply this "recipe" to a large number of visualizations (21 in total), using always the same simple data series. The result is an exploration of the many diverse ways visualization can help extract meaning from data. The steps of course:

21 ways to visualize a simple timeseries

 

  1. A Numerical Table is also a Visualization
  2. Visualizing Observation Times
  3. Visualizing Observation Values
  4. Color Plots of Measurement Values
  5. Bubble Plots of Measurement Values
  6. Scatter Plots and their Limitations
  7. Linear Line Plot and Continuity
  8. The Step Plot and Discreteness
  9. The Smooth Plot: Pleasant but with a stinging tail
  10. The Area Chart: Filling up space to our advantage
  11. New Visualization Horizons with the Horizon Chart
  12. Abusing the Bar Chart Concept
  13. A Sorted Bar Chart and the power of mathematical transformations
  14. 14. The Histogram Transformation
  15. The (Probability) Density Plot and Mathematical Models
  16. The Lag Plot and Persistence
  17. Autocorrelation and further Arcana
  18. The Phase Diagram and Dynamical Systems
  19. Displaying data in the Frequency domain
  20. A Calendar is also a Visualization
  21. The Plot Thickens: The Weekly Calendar Version
Enjoy!