Technical requirements
For this chapter, we will need to install the following libraries:
pip install pymongo==4.8.0 pip install pyarrow pip install confluent_kafka pip install psycopg2-binary==2.9.9
As always, you can find all the code for this chapter in this book’s GitHub repository: https://github.com/PacktPublishing/Python-Data-Cleaning-and-Preparation-Best-Practices/tree/main/chapter07.
Each section is followed by a script with a similar naming convention, so feel free to execute the scripts and/or follow along by reading this chapter.