Python Web Scraping Cookbook
上QQ阅读APP看书,第一时间看更新

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