dlab-berkeley / Python-Web-Scraping-Legacy

D-Lab's 3 hour introduction to web scraping in Python. Learn how to use APIs and scrape data from websites using the New York Times API and BeautifulSoup in Python.
7 stars 3 forks source link

Change wording under "Bonus: Handling Nested Arrays of Keywords" #24

Open tomvannuenen opened 2 years ago

tomvannuenen commented 2 years ago

Rephrase the following: Let's convert these dictionaries into pandas Series:

As the following: Let's convert these dictionaries into pandas Series, which will turn convert our rank1, rank2, and rank3 objects into DataFrames: