- Python Web Scraping Cookbook
- Michael Heydt
- 82字
- 2021-06-30 18:44:06
There's more...
The choice of csv, json, or pandas libraries is yours to make but I tend to like pandas and we will examine its use in scraping more throughout the book, although we won't get too deep into its usage.
For an in-depth understanding of pandas, check out pandas.pydata.org, or pick up my other book From Packt, Learning pandas, 2ed.
For more info on the csv library, see https://docs.python.org/3/library/csv.html
For more on the json library, see https://docs.python.org/3/library/json.html