Mat Tolladay
Mat Tolladay
### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of...
``` import yfinance as yf df = yf.download( tickers = ["^NDX", "^TWII"], start="2023-01-22", end="2023-01-29", interval = "1m", group_by = 'column', auto_adjust = False, prepost = True, threads = True, proxy...
When I tried to follow the example in an IPython terminal (based from a non HOME location) using Spyder there was some strange behaviour. `pystore.set_path("~/pystore")` Creates a folder in the...
If I leave my code running, without any API calls for 12 hours then my token expires. When a new REST call is made I receive the above logged warning...