Technical requirements
The complete code for this chapter can be found in this book’s GitHub repository at https://github.com/PacktPublishing/Python-Data-Cleaning-and-Preparation-Best-Practices/tree/main/chapter11.
Run the following code to install all the necessary libraries we will use in this chapter:
pip install pandas pip install numpy pip install matplotlib pip install statsmodels