A web browser (Google Chrome or Mozilla Firefox) is required. We will be using the following Python libraries in this chapter:
- pandas
- matplotlib
- csv
- json
If these libraries don't exist in your current Python setup, refer to Chapter 2, Python and the Web – Using urllib and Requests, in the Setting things up section, for instructions on installing them and setting them up.
The code files for this chapter are available in this book's GitHub repository: https://github.com/PacktPublishing/Hands-On-Web-Scraping-with-Python/tree/master/Chapter10.