This repository contains the following files: • sql_report.ipynb: A Jupyter Notebook that shows how to connect to a PostgreSQL database using Python to perform some SQL queries to answer specific ...
What steps will reproduce the problem? 1. Install PyODBC on python2.7.6 on Mac OS X 10.7.5 2. create an engine definition using sqlalchemy, via mysql+pyodbc 3. attempt to query the database What is ...