Open AvonleaFisher opened 3 years ago
The second code section under "Querying" includes joined = pyqldf(q), which I believe should be joined = pysqldf(q).
joined = pyqldf(q)
joined = pysqldf(q)
The second code section under "Querying" includes
joined = pyqldf(q)
, which I believe should bejoined = pysqldf(q)
.