The code for this chapter can be found in this book's GitHub repository, https://github.com/PacktPublishing/hands-on-exploratory-data-analysis-with-python, inside the Chapter 6 folder.
The dataset we'll be using in this chapter is available under open access through Kaggle. It can be downloaded from https://www.kaggle.com/toramky/automobile-dataset.
In this chapter, we are going to use the pandas library, so make sure you have it installed.