"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
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.