jkropko / surfing-the-data-pipeline

"Surfing the Data Pipeline with Python" is a textbook that guides people through the steps of getting themselves unstuck, acquiring data, wrangling data, and exploring data.
15 stars 9 forks source link

Error in Output in the Database Queries section #14

Open anath703 opened 2 years ago

anath703 commented 2 years ago

The code for

myquery = { 'title': 'Nicosia 2013 Vulkà Bianco (Etna)'} mywine = winecollection.find(myquery) for x in mywine: print(x)

is returning an error in the book.