You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ticket = 'AAPL'
num_days = 100
query = '(select * from %s ORDER by Date DESC limit %d) ORDER by Date ASC;' %(ticket, num_days)
aapl = pandas.read_sql_query(query, engine)
ticket = 'AAPL'
num_days = 100
query = '(select * from %s ORDER by Date DESC limit %d) ORDER by Date ASC;' %(ticket, num_days)
aapl = pandas.read_sql_query(query, engine)