------------------
- DEPRECATED - the ``query_df`` method on ``BaseDb`` and subclasses
- DEPRECATED - the ``output`` kwarg for Comparator results
- adds the ``execute`` method on ``BaseDb`` and subclasses
- adds the ``QueryResult`` and ``QueryResultRow`` classes
- adds the ``ComparatorSet`` class
- adds ``list_tables`` and ``delete_table`` methods to ``BigQueryDb``
- cleans up some python 2/3 compatability using six