yhat / db.py

db.py is an easier way to interact with your databases
BSD 2-Clause "Simplified" License
1.22k stars 111 forks source link

fixed missing ColumnSet import #94

Closed SherMM closed 7 years ago

SherMM commented 7 years ago

db.py wasn't working when I used it, including for the tutorial on the yhat website that uses the demo database. once i added the import for ColumnSet, it worked as expected.