Summary
In this chapter, we learned the basics of time series, indexing, and distance functions. Although the theoretical knowledge included in this chapter remains valid and relevant no matter what programming language is used, alternative ways and packages to achieve the presented tasks in Python exist, as well as other programming languages. What remains unchanged is the validity of the approach – you must read a text file from disk in order to use its data, no matter the programming language – and the logical steps needed to perform a task, such as the visualization of a time series. This means that if you know an alternative way to load a text file from disk in Python, feel free to use it if it allows you to perform the next task at hand. If you are an amateur Python developer, I would suggest that you follow the book’s suggestions until you become more competent with Python. After all, the used Python packages are the most popular ones in the Python community...