The following are the technical requirements for this chapter:
- You can find the code and the datasets that will be used in this chapter in this book's GitHub repository at https://github.com/PacktPublishing/Python-Data-Analysis-Third-Edition/tree/master/Chapter07.
- All the code is available in the ch7.ipynb file.
- This chapter uses only one CSV file (employee.csv) for practice purposes.
- In this chapter, we will use the pandas and scikit-learn Python libraries, so please ensure you have them installed.