This document discusses using Python and Spark for time series analysis and visualization of data from self-driving cars. It introduces DaSense, a language and framework for analyzing large sets of sensor data from autonomous vehicles on Spark. DaSense allows users to write Python code for time series analysis without knowledge of parallel programming. It also includes features like data extractors, lazy evaluation, optimized data structures, and the ability to integrate custom algorithms. The document concludes with an example analysis pipeline using DaSense to calibrate the automatic distance control system on a vehicle by analyzing histograms of distances to preceding vehicles.