Re: [Tutor] pandas read sql query advice

2018-04-28 Thread Albert-Jan Roskam
On Apr 28, 2018 06:54, Glenn Schultz wrote: > > All, > > I have the following set-up (below) which will be used to call data from > multiple sectors. There is a sql query (transact sql) and connection. This > works fine. However, I would like to parametrize the query so I can enter > differ

[Tutor] pandas read sql query advice

2018-04-27 Thread Glenn Schultz
All, I have the following set-up (below) which will be used to call data from multiple sectors.  There is a sql query (transact sql) and connection.  This works fine.  However, I would like to parametrize the query so I can enter different sectors.  I have checked through pyodbc and several SO