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
Would it be possible to include an example of how to get a similar data frame to what air = Stock(["AAL", "LUV", "DAL"], output_format='pandas') air.get_quote() gives, but that shows the opening price of each stock for the last two weeks like this:
Date
AAL
LUV
DAL
2017-02-23
13.40
10.87
45.23
2017-02-22
13.23
10.52
45.18
...
...
...
Note: The data above is just for demonstration purposes (not real prices)
The text was updated successfully, but these errors were encountered:
Would it be possible to include an example of how to get a similar data frame to what
air = Stock(["AAL", "LUV", "DAL"], output_format='pandas') air.get_quote()
gives, but that shows the opening price of each stock for the last two weeks like this:Note: The data above is just for demonstration purposes (not real prices)
The text was updated successfully, but these errors were encountered: